-
Notifications
You must be signed in to change notification settings - Fork 29
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
Program is not built 100% when we use "nmake" command in windows OS. #9
Comments
Hi, Are you sure this is a bug and not something that I am doing wrong on my end. Thanks. |
Update: I also tried running this cmake project using the new feature of VS2017 of dealing with cmake project without using cmd prompt or anything. Here are the details of it: https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/ But still no luck I am still facing an issue. :( Error message in CMakeError.log-"Compiling the C compiler identification source file "CMakeCCompilerId.c" failed." |
Hi, I don't have a windows build environment available at my side so it is difficult for me to dig a little bit deeper. Your first error log shows some issues with lambda statement for Could you give me some further details about
Cheers |
Hi, Following are the details you asked for: 1.Boost installed : Version 1.55.0 2.For C++ version, I googled what you asked for and came across the following link : https://stackoverflow.com/questions/42730478/version-numbers-for-visual-studio-2017-boost-and-cmake From this what I am getting is VS 2017 uses Microsoft Visual C++ (version 15.0). Please refer to that link for more details. Let me know if I can do anything else from my side. Thanks. |
Could you try to build the version 1.0.0? |
Hello,
I tried searching the internet for this issue(using the error number), but I was unable to find a descent solution which was helpful. :( I am new to using Boost libraries. Can you please help me to see if I am missing something here.
The issue is described below in more detail.
Operating System : Win764Bit
Visual Studio version : Visual Studio 2017 Community
Steps to reproduce
4.Then use the "nmake" command.
Current Result
The building operation stops at 20% and then we get bunch of errors and warnings. Error logs below.
Expected Result
The program should build 100%.
Error logs
Also do let me know if you need any other information from my side.
Thanks in advance.
The text was updated successfully, but these errors were encountered: