[ 93%] Built target RobWorkStudio
Linking CXX shared module ../../../../../libs/Release/libRob01Ex1.so
/usr/bin/ld: ../../../../../libs/Release/librwstudio.a
(RobWorkStudio.cpp.o): relocation R_X86_64_32 against `.bss' can not
be used when making a shared object; recompile with -fPIC
../../../../../libs/Release/librwstudio.a: could not read symbols: Bad
value
collect2: ld returned 1 exit status
make[2]: *** [../../libs/Release/libRob01Ex1.so] Error 1
make[1]: *** [src/plugins/Rob01ex1_2009/CMakeFiles/Rob01Ex1.dir/all]
Error 2
make: *** [all] Error 2
Is there a way to 'recompile with -fPIC, and where to set this flag?
When trying to compile the plugin within its folder, problems with:
QT4_WRAP_CPP(MocSrcFiles ${MocHeaderFiles})
make it impossible.
--
You received this message because you are subscribed to the Google Groups "RobWork" group.
To post to this group, send email to rob...@googlegroups.com.
To unsubscribe from this group, send email to robwork+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/robwork?hl=en.
Why the "planning" plugin is not visible in RW on Linux, and it is in
Windows build? It is build correctly, libraries are in place, all the
build files as well. How should it be added?
Next check main.cpp in the function "getPlugins" if the planner plugin gets
added
Check if the planning plugin actually is loaded but the icon is
missing/empty. (if this is the case then you should still be able to push
the button in the toolbar)
/jimmy
> -----Original Message-----
> From: rob...@googlegroups.com [mailto:rob...@googlegroups.com] On
> Behalf Of Grzegorz Zieba