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

build cppnanomsg on win10-64,gcc has a problem #6

Open
meir100 opened this issue Aug 6, 2018 · 1 comment
Open

build cppnanomsg on win10-64,gcc has a problem #6

meir100 opened this issue Aug 6, 2018 · 1 comment

Comments

@meir100
Copy link

meir100 commented Aug 6, 2018

try to build cppnanomsg in win10-64 + codeblocks + cmake/win + mingw-gcc
from: https://nuwen.net/mingw.html
nanomsg itself built well.
cmake/win success, but when i try to build cppnanomsg i get: compiler problem:

#include <nanomsg/nn.h>
the file is in: C:\nanomsg-1.1.4\src

||=== Build: all in cppnanomsg (compiler: GNU GCC Compiler) ===|
C:\cppnanomsg-master\nn.hpp|26|fatal error: nanomsg/nn.h: No such file or directory|
[CMakeFiles\binding.dir\build.make|62|CMakeFiles/binding.dir/binding.cpp.obj] Error 1|
[CMakeFiles\Makefile2|72|CMakeFiles/binding.dir/all] Error 2|
[C:\cppnanomsg-master\build\Makefile|140|all] Error 2|
||=== Build failed: 4 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|

@LJLCarrien
Copy link

I get the same error too.
Has anyone solved this problem?

2>e:\git_me\cppnanomsg\nn.hpp(26): fatal error C1083: Cannot open include file: 'nanomsg/nn.h': No such file or directory

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