[Paraview] PythonQT Plugin build in VS2013

Eric Younkin - NOAA Federal eric.g.younkin at noaa.gov
Mon Jul 27 23:30:11 EDT 2015


Hello,

I've compiled and built the latest PythonQT from this source
<https://github.com/Orochimarufan/PythonQt> in VS2013 with Python 2.7.3 and
QT 5.4.1. Working towards compiling Veloview from source.  I've had to do a
few things to get it to build including:

   - Comment out the '#ifdef PY3K' clause in PythonQT.cpp, line 835
   - Add /bigobj to the project properties in Visual Studio

Now I am trying to compile the Paraview PythonQT Plugin and I get the
following linker error:

3>pqPythonQtPlugin.obj : error LNK2019: unresolved external symbol "void
__cdecl PythonQt_init_QtBindings(void)" (?PythonQt_init_QtBindings@@YAXXZ)
referenced in function "protected: void __cdecl
pqPythonQtPlugin::initialize(void)" (?initialize at pqPythonQtPlugin@@IEAAXXZ)
3>C:\Users\eric.g.younkin\Documents\PCL_ParaView\ParaView-v4.3.1-source\build\bin\Debug\PythonQtPlugin.dll
: fatal error LNK1120: 1 unresolved externals

Anyone have any idea what that is from?  I know this is generally because
an library file isn't properly linked, but I have no idea which one or how
to tell.


Thanks,
Eric

-- 
Eric Younkin LTJG/NOAA
HSTP Liaison - East
Marine Operations Center - Atlantic
439 W York St
Norfolk, VA 23510
Cell: 828-331-8197
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150727/7d39c2c6/attachment.html>


More information about the ParaView mailing list