Skip to content

Conversation

@Luiz-Monad
Copy link

Hello, nice project.

I managed to compile in msvc with some small changes.

@daminetreg
Copy link
Member

Hi @Luiz-Monad that's pretty nice, thanks for the support.

We actually have moved this project in a startup project named nxxm.io where we have the support for msvc included by default and much more (webassembly on all platforms).

We still have bugs in the current release with msvc though, but they should be fixed this month.

May I ask you in which context you use inglued ? Could we perhaps have a chat, so that we can know how we can improve it ?


auto scan_inglued_dep = [](const fs::path& glue_file) {
auto deep_deps = read_deps(glue_file.native());
auto deep_deps = read_deps((const std::string &)glue_file.native());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the correct fix would be using glue_file.string() but that may require updating Boost, as they has been some change in Boost filesystem since this code was written and in this area.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants