[Paraview-developers] Linking Custom Plugin fails on mac 10.6.8 *not* Lion | gcc version 4.2.1 | CMake 2.8-2 | Qt 4.7

nikos yiotis nikos.yiotis at gmail.com
Sun Oct 2 19:01:21 EDT 2011


Note that the plugin compiles and builds successfully on x86_64 linux. No
issues with Paraview's standard plugins. I try to build it with a makefile
(not xcode), it compiles but i get

*Linking CXX shared library libZ.dylib*
*Undefined symbols for architecture x86_64:*
*  "typeinfo for pqPVAnimationWidget", referenced from:*
*      pqZ::GetTimeSteps()       in pqZ.cpp.o*
*ld: symbol(s) not found for architecture x86_64*
*
*
I 've set my path and configured the CMakeCache file

*//Build architectures for OSX*
*CMAKE_OSX_ARCHITECTURES:**STRING=x86_64*
(which is probably irrelevant)


and turn VTK_USE_RPATH ON according to the hint below

*http://www.cmake.org/pipermail/paraview ...
08649.html<http://www.cmake.org/pipermail/paraview/2008-July/008649.html>
*
Thanks for any hints

N
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20111003/c85841f9/attachment.htm>


More information about the Paraview-developers mailing list