PythonQt
PythonQt copied to clipboard
PythonQt_DEBUG=ON generates error, anyone know what I am doing wrong? Ubuntu 17.04
In folder PythonQt:
cmake -DPythonQt_DEBUG=ON -DPythonQt_Wrap_QtAll=ON -DQt5_DIR:PATH=~/Qt/5.5/gcc_64/lib/cmake/Qt5 ../PythonQt
.../PythonQt/src/PythonQtClassInfo.cpp:284:86: error: request for member ‘constData’ in ‘* meta->QMetaObject::className()’, which is of non-class type ‘const char’ ut << "caching enum " << memberName << " on " << meta->className()->constData() << std::endl;
I encountered the same issue. Commit fdea80d22e4c3e780873b4b47ed8602090d349f1 of #64 solves the issue.