cpp-netlib release packages don't contain dependencies on googletest #849
Comments
This comment was marked as disruptive content.
This comment was marked as disruptive content.
Hi @fmattiussi -- I'm really sorry for the delay here. It looks like you're using the an 0.13.0-rc1 version of the library, which unfortunately does not contain the dependencies needed to build the tests. This is a problem, thank you for the report. To get around this, you can opt to not build the tests if you don't want/need to run them yourself. The CMake options you want to define are:
If you're doing this on the command-line with cmake, it would be an option like:
Does that help? |
+1 for this issue, still present in the 0.13.0-final release
|
Ran into the same issue.
|
+1 for 0.13.0-final |
It seems like the entire
and now I can build the project without errors. |
Right. It looks like there's enough folks running into this that I'm going to spend a little bit of time to attempt to make this better. |
After create the Makefile with CMake on the cpp-netlib-build folder i run the make command but there is the result:
libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/build.make:65: set of instructions for the goal "libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o" failed make[2]: *** [libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o] Error 1 make[2]: exit from directory "/home/francesco/cpp-netlib-build" CMakeFiles/Makefile2:508: set of instructions for the goal "libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/all" failed make[1]: *** [libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/all] Error 2 make[1]: exit from directory "/home/francesco/cpp-netlib-build" Makefile:143: set of instructions for the goal "all" failed make: *** [all] Error `2
Can you help me? Thanks
The text was updated successfully, but these errors were encountered: