Some symbolic links are broken in the source code

Report crashes, strange behaviour, or apparent bugs
Post Reply
ayberkozgur
Posts: 21
Joined: 28 Feb 2013, 15:51

Some symbolic links are broken in the source code

Post by ayberkozgur »

*vrep main directory*/programming/ros_stacks/vrep/vrep_plugin/src/v_repLib.cpp
*vrep main directory*/programming/ros_stacks/vrep/vrep_plugin/include/v_repConst.h
*vrep main directory*/programming/ros_stacks/vrep/vrep_plugin/include/v_repLib.h

are symbolic links that point to absolute paths such as /home/marc/Documents/... etc. so it prevents you from compiling vrep_plugin. Instead, they should point to:

../../../../common/v_repLib.cpp
../../../../include/v_repConst.h
../../../../include/v_repLib.h

coppelia
Site Admin
Posts: 10336
Joined: 14 Dec 2012, 00:25

Re: Some symbolic links are broken in the source code

Post by coppelia »

You are right, however:

People usually compile all their stacks from a very specific location (e.g. ROS_WORKSPACE folder). So, even with relative links, they would break. You have to manually create those links. This is explained in the ROS tutorial.

Cheers

Post Reply