Closed HWiese1980 closed 8 years ago
Hi,
so it turns out that the ROS guys have done quite a bit of work lately on their CMake configuration etc.
There are now forks of the ROS dependencies that we use which we can update when we make a new MARS release and they are now used for the install scripts. Try again. Everything should work gracefully now.
Hi folks,
I've got a problem installing MARS on my Ubuntu 14.04 LTS x64 machine. Here's the bug report. I hope it includes everything needed to solve the problem.
Problem: compiling dependency
smurf_parser
failsError message:
The file exists.
cmake
however can't get its path by means ofpkg-config
.Probable cause:
pkg-config
can't find dependencyconsole_bridge
.console_bridge
does apparently have an issue with the environment variablePKG_CONFIG_PATH
:In the
console_bridge
build folder after successfully runningcmake ..
andmake
:PKG_CONFIG_PATH
only includes/home/xxx/install/lib/pkgconfig
/home/xxx/install/lib/x86_64-linux-gnu/pkgconfig
Branches:
smurf_parser
andconsole_bridge
working trees are atorigin/master
as of today.If you need any further info I'll see what I can find.