Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No rule to make target 'libs/src/BoehmGC-build/./gcmt-dll.lib' (MinGW-w64) #210

Open
cieloforgeador opened this issue Jun 15, 2020 · 0 comments

Comments

@cieloforgeador
Copy link

I'm trying to build NekoVM from source, as the Windows binaries provided seem to be built with MSVC, whilst my team uses MinGW-w64. However, in the build step, I eventually get this error message:

mingw32-make.exe[2]: *** No rule to make target 'libs/src/BoehmGC-build/./gcmt-dll.lib', needed by 'bin/libneko.dll'. Stop.
mingw32-make.exe[1]: *** [CMakeFiles\Makefile2:404: CMakeFiles/libneko.dir/all] Error 2
mingw32-make.exe: *** [Makefile:162: all] Error 2

I would say I'm familiar enough with building and using libraries, but I'm not really sure what to do to fix this. I have tried to build both from MSYS + MinGW and standalone MinGW (from Windows terminal), same output in both cases. Any clue on why this happens? Thank you very much.

(The toolkit I'm using is MinGW-w64 i686-posix-dwarf-rev0, with Make v4.2.1 and GCC v8.1.0)

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

No branches or pull requests

1 participant