Replies: 1 comment
-
It looks like there was an issue with boost. I tried it again this morning and now everything is now compiling properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build 9.12 after cloning Github on a new machine, and am running into an error when trying to Make PythonAPI:
t_program_options.so
common.copy /home/rick/Projects/carla/Build/boost-1.72.0-c8-source/stage/lib/cmake/boost_program_options-1.72.0/libboost_program_options-variant-shared.cmake
ln-UNIX /home/rick/Projects/carla/Build/boost-1.72.0-c8-source/stage/lib/libboost_program_options.so.1.72
ln-UNIX /home/rick/Projects/carla/Build/boost-1.72.0-c8-source/stage/lib/libboost_program_options.so.1
...failed updating 66 targets...
...skipped 24 targets...
...updated 173 targets...
Util/BuildTools/Linux.mk:137: recipe for target 'setup' failed
make: *** [setup] Error 1
Any Ideas?
Beta Was this translation helpful? Give feedback.
All reactions