[Paraview] ParaView as ThirdParty

Kevin Dean kevin.dean at decisionsciencescorp.com
Wed Apr 15 19:30:52 EDT 2015


so, I have been able to use ParaView as a thirdparty (in it's own
install/not build directory) for a little bit. However, there are a couple
of things:

(1) when selecting PARAVIEW_INSTALL_DEVELOPMENT_FILES, I must have
PARAVIEW_ENABLE_PYTHON:BOOL=ON; otherwise I get build errors for missing
libraries.

(2) then after a successful build, I try to build my project against these
ParaView/VTK libraries again; however, I get an error with
vtkPVInitializePythonModules()

Linking CXX executable mtview
CMakeFiles/mtview.dir/ParaViewMainWindow.cxx.o: In function
`ParaViewMainWindow':
/home/kdean/workspace-dsc/mtview/ParaViewMainWindow.cxx:108: undefined
reference to `*vtkPVInitializePythonModules*'
collect2: ld returned 1 exit status
make[2]: *** [mtview] Error 1
make[1]: *** [CMakeFiles/mtview.dir/all] Error 2
make: *** [all] Error 2

Is there a reference point to try and Debug this issue? Thanks a lot.

Kevin E. Dean

-- 
This email and its contents are confidential. If you are not the intended 
recipient, please do not disclose or use the information within this email 
or its attachments. If you have received this email in error, please report 
the error to the sender by return email and delete this communication from 
your records.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150415/0eb634ba/attachment.html>


More information about the ParaView mailing list