[Paraview] VR-Plugin (VRPN connection) linker error

David Lonie david.lonie at kitware.com
Mon Dec 3 09:35:08 EST 2012


Hi Stephan,

On Mon, Dec 3, 2012 at 6:19 AM, Stephan Rogge
<Stephan.Rogge at tu-cottbus.de> wrote:
> I’ve tried recently the new VR-Plugin with GUI support and I have to say at first: Thank god for having a GUI to configure VR(PN) related things.. ☺ Furthermore, I want to give a small advice: During linking of that plugin a linker error occurs. It says that
>
> “pqSaveStateReaction::saveState();” and “pqLoadStateReaction::loadState();”
>
> cannot be linked (missing symbols).
>
>
> Platform: Windows 7 64Bit
> Source: git master
> Qt: 4.8.1 (64 Bit, VS 2008)
> Compiler: VS 2008 64 BIt
> VR-Plugin: VRPN enabled

We've been working on a long-lived branch in the stage repository
(stage/13598-VRGrabWorldFix) that should fix this issue. Let me know
if you get a chance to test it, otherwise it should get merged into
master before too much longer.

If you just want to patch the code yourself, you can get the plugin to
compile by adding:

TARGET_LINK_LIBRARIES (VRPlugin pqApplicationComponents)

to the bottom of Plugins/VR/CMakeLists.txt.

Dave


More information about the ParaView mailing list