Orochimarufan / PythonQt

PythonQt fork featuring Qt 5.x and Python 3.x support and improved CMake build system
GNU Lesser General Public License v2.1
48 stars 20 forks source link

PythonQT and Paraview PythonQT Plugin #11

Open ghost opened 9 years ago

ghost commented 9 years ago

Hello,

I've compiled and built the latest PythonQT from source in VS2013 with Python 2.7.3 and QT 5.4.1. I've had to do a few things to get it to build including:

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@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

Would you have any idea what that is from?

Orochimarufan commented 9 years ago

Maybe it needs an older version of PythonQt? because I'm guessing the "PythonQt_init_QtBindings" it's looking for might actually be PythonQt_QtAll::init

Unfortunately, I use neither MSVC/VS nor Paraview (Never heard of it..) so I probably won't be much help.