qtiplot slackbuild
Inviato: mer 25 lug 2007, 16:09
salve; qualcuno e` riuscito a compilare per la 12.0 il programma in oggetto?
La nuova versione richiede le librerie qt 4.2 mentre ricompilando quella presente nel rep della 11 da degli errori, a quanto capisco, a causa di pyton.
La nuova versione richiede le librerie qt 4.2 mentre ricompilando quella presente nel rep della 11 da degli errori, a quanto capisco, a causa di pyton.
Codice: Seleziona tutto
src/PythonScripting.cpp:561: error: 'PyDict_Contains' was not declared in this scope
src/PythonScripting.cpp: In member function 'virtual bool PythonScript::setInt(int, const char*)':
src/PythonScripting.cpp:568: error: 'PyString_FromString' was not declared in this scope
src/PythonScripting.cpp:568: error: 'PyDict_Contains' was not declared in this scope
src/PythonScripting.cpp: In member function 'virtual bool PythonScript::setDouble(double, const char*)':
src/PythonScripting.cpp:575: error: 'PyString_FromString' was not declared in this scope
src/PythonScripting.cpp:575: error: 'PyDict_Contains' was not declared in this scope
make[1]: *** [../tmp/qtiplot/PythonScripting.o] Error 1
make[1]: Leaving directory `/tmp/qtiplot-0.8.8/qtiplot'
make: *** [sub-qtiplot] Error 2