PythonQt icon indicating copy to clipboard operation
PythonQt copied to clipboard

PythonQt_DEBUG=ON generates error, anyone know what I am doing wrong? Ubuntu 17.04

Open sildeag opened this issue 8 years ago • 1 comments

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;

sildeag avatar Sep 16 '17 02:09 sildeag

I encountered the same issue. Commit fdea80d22e4c3e780873b4b47ed8602090d349f1 of #64 solves the issue.

jmirabel avatar Feb 07 '18 12:02 jmirabel