You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: