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

Error while building with g++ compiler #8

Closed
GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments
Closed

Error while building with g++ compiler #8

GoogleCodeExporter opened this issue Mar 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When I tried to run make after cmake -L there was an error occured in
yaml-reader/main.cpp - using strcmp function without adding required header 

#include <string.h>

So the issue is only to include string library into taht file.

Best regards,
Mike

Original issue reported on code.google.com by mik...@gmail.com on 27 Jan 2009 at 10:10

@GoogleCodeExporter
Copy link
Author

correction, "#include <cstring>" should be used...

Original comment by tiziano....@gmail.com on 27 Jan 2009 at 8:11

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Done (with <cstring>)

Original comment by jbe...@gmail.com on 27 Jan 2009 at 8:16

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

hjanetzek pushed a commit to hjanetzek/yaml-cpp that referenced this issue Sep 18, 2018
The conditional that was here incorrectly accepts tools that have 'make' anywhere in their path (with Android Studio, the ninja binary is in a folder called 'cmake'). This change makes these targets correct for build tools other than 'make'.
hjanetzek pushed a commit to hjanetzek/yaml-cpp that referenced this issue Nov 18, 2018
The conditional that was here incorrectly accepts tools that have 'make' anywhere in their path (with Android Studio, the ninja binary is in a folder called 'cmake'). This change makes these targets correct for build tools other than 'make'.
hjanetzek pushed a commit to hjanetzek/yaml-cpp that referenced this issue Nov 29, 2018
The conditional that was here incorrectly accepts tools that have 'make' anywhere in their path (with Android Studio, the ninja binary is in a folder called 'cmake'). This change makes these targets correct for build tools other than 'make'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant