Hey, I've tried to compile libzqm with Visual Studio 2008 but end up with the error:
3>LINK : ../../../../bin/local_thr.exe not found or not built by the last incremental link; performing full link 3>Embedding manifest... 6>c:\users\twitkows\downloads\zeromq-4.1.0\perf\inproc_lat.cpp(27) : fatal error C1083: Cannot open include file: 'platform.hpp': No such file or directory 6>Build log was saved at " file://c:\Users\twitkows\Downloads\zeromq-4.1.0\builds\msvc\vs2008\inproc_lat\Debug\BuildLog.htm " 6>inproc_lat - 1 error(s), 0 warning(s) 7>c:\users\twitkows\downloads\zeromq-4.1.0\perf\inproc_thr.cpp(29) : fatal error C1083: Cannot open include file: 'platform.hpp': No such file or directory 7>Build log was saved at " file://c:\Users\twitkows\Downloads\zeromq-4.1.0\builds\msvc\vs2008\inproc_thr\Debug\BuildLog.htm " 7>inproc_thr - 1 error(s), 0 warning(s) 3>Build log was saved at " file://c:\Users\twitkows\Downloads\zeromq-4.1.0\builds\msvc\vs2008\local_thr\Debug\BuildLog.htm " 3>local_thr - 0 error(s), 0 warning(s) ========== Rebuild All: 4 succeeded, 3 failed, 0 skipped ========== The file platform.hpp exists twice in the zeromq-4.1.0 directory: - src\Platform.hpp - builds\msvc\platform.hpp But none of them is linked to one of the solutions projects. Any idea how to fix this issue? Best regards, Thomas
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
