Errors in compiling the vrep-plguin

Typically: "How do I... ", "How can I... " questions
Post Reply
highsprite
Posts: 2
Joined: 26 Dec 2013, 16:56

Errors in compiling the vrep-plguin

Post by highsprite »

I am using the ubuntu 12.10 (64bit)and Ros-groovy and V-REP(3.04)

I meet the problem when I was compiling the vrep-plguin
make[3]: *** [CMakeFiles/v_repExtRos.dir/src/vrep_plugin.cpp.o] Error 1
make[3]: *** [CMakeFiles/v_repExtRos.dir/src/ROS_server.cpp.o] Error 1
make[3]: Leaving directory `/home/yinjie/groovy_workspace/sandbox/vrep/vrep_plugin/build'
make[2]: *** [CMakeFiles/v_repExtRos.dir/all] Error 2
make[2]: Leaving directory `/home/yinjie/groovy_workspace/sandbox/vrep/vrep_plugin/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/yinjie/groovy_workspace/sandbox/vrep/vrep_plugin/build'
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package vrep_plugin written to:
[ rosmake ] /home/yinjie/.ros/rosmake/rosmake_output-20131229-191053/vrep_plugin/build_output.log
[rosmake-1] Finished <<< vrep_plugin [FAIL] [ 10.27 seconds ]
[ rosmake ] Halting due to failure in package vrep_plugin.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 40 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/yinjie/.ros/rosmake/rosmake_output-20131229-191053
Please give some suggestion!!! Thanks in advance.

highsprite
Posts: 2
Joined: 26 Dec 2013, 16:56

Re: Errors in compiling the vrep-plguin

Post by highsprite »

I found the answers to it. Just use
ln -s A B (if b exist, the errors will happen)
. the same method to the "rosBubbleRob"

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

Re: Errors in compiling the vrep-plguin

Post by coppelia »

Sorry for not being of any help, we had to take some vacation ;)

Cheers

Post Reply