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

Windows compilation failure #67

Closed
gdorion opened this issue Mar 5, 2019 · 1 comment
Closed

Windows compilation failure #67

gdorion opened this issue Mar 5, 2019 · 1 comment

Comments

@gdorion
Copy link

gdorion commented Mar 5, 2019

Hello,
Maybe I am doing something wrong.
When I am trying to compile on windows, using MinGW in msys2, current error is given
using the ming32-make.exe program to invoke compilation :

==== Building nfd (release_x64) ====
nfd_common.c
/usr/bin/sh: cc: command not found
nfd.make:176: recipe for target '../obj/x64/Release/nfd/nfd_common.o' failed
mingw32-make[1]: *** [../obj/x64/Release/nfd/nfd_common.o] Error 127
Makefile:48: recipe for target 'nfd' failed
mingw32-make: *** [nfd] Error 2

Seems like make file invokes Clang Compiler ?
Tried compilation on Mac OS and worked great.

Thanks a bunch.

@mlabbe
Copy link
Owner

mlabbe commented Mar 6, 2019

This is failing to compile because you don't have a compiler in your path.

/usr/bin/sh: cc: command not found

Put a compiler in your path and try again.

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

2 participants