[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

Robert Maynard robert.maynard at kitware.com
Mon Oct 10 16:21:10 EDT 2011


Are you sure you are linking against a 64bit compilation of ParaView?


On Sun, Oct 2, 2011 at 7:01 PM, nikos yiotis <nikos.yiotis at gmail.com> wrote:
>
> 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
> Thanks for any hints
>
> N
>
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>



-- 
Robert Maynard


More information about the Paraview-developers mailing list