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

yaml-cpp.so not able to find after building the yaml-cpp source files from github & brew #114

Open
akarsh opened this issue Oct 2, 2015 · 3 comments
Labels

Comments

@akarsh
Copy link
Contributor

akarsh commented Oct 2, 2015

After building the yaml-cpp according to the github.
I am not able to find the "libyaml-cpp.so"file in the build folder.

in order to modify it in the CMAKE lists.txt
set(YAML_CPP_LIBRARY ${CMAKE_BINARY_DIR}/yaml-cpp/lib/libyaml-cpp.so)

I also installed yaml-cpp through brew on mac os x. But, not able to find this file.

@cebe
Copy link
Member

cebe commented Oct 3, 2015

have you tried running make in the build directory? The messages you are showing look like everything worked like it should.

The dependency target "YAML_CPP_LIBRARY" of target "uipf-framework" does
not exist.
This warning is for project developers. Use -Wno-dev to suppress it.

this is just a warning as stated in the comment after it, you can ignore that.

@cebe cebe added the question label Oct 3, 2015
@akarsh
Copy link
Contributor Author

akarsh commented Oct 3, 2015

Yes, i had tried make after cmake.

There are around 20 errors after make in the build dir:
https://gist.githubusercontent.com/akarsh/14c1d47fdbc07fabd2ac/raw/4b11342f6919de1adaaf11311340104949dc29da/Terminal%2520Saved%2520Output.txt

I was searching for shared library & dynamic library difference to know if there is any problem due to it. As in Mac the yaml-cpp library are in dynamic library format. where as, for Linux the shared library for yaml-cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants