Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=458975 --- Comment #7 from Nicolas Chauvet (kwizart) <kwizart@xxxxxxxxx> 2009-07-29 08:15:32 EDT --- I've seen ! I'm refreshing the package , but it fails at: --------------- gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/usr/include/python2.6 -c pivy/gui/soqt_wrap.cpp -o build/temp.linux-x86_64-2.6/pivy/gui/soqt_wrap.o -Iinterfaces -I/usr/include/Coin2 -I/usr/include/Qt -I/usr/include/Coin2/Inventor/annex -D_REENTRANT -I/usr/lib64/qt4/include pivy/gui/soqt_wrap.cpp: In function 'void initialize_pyqt_module_import_name()': pivy/gui/soqt_wrap.cpp:3489: warning: deprecated conversion from string constant to 'char*' pivy/gui/soqt_wrap.cpp:3491: error: 'getVersionToolkitString' is not a member of 'SoQt' pivy/gui/soqt_wrap.cpp:3492: error: 'getVersionToolkitString' is not a member of 'SoQt' pivy/gui/soqt_wrap.cpp:3493: warning: deprecated conversion from string constant to 'char*' --------------- quoting soqt_wrap.cpp --------------- static void initialize_pyqt_module_import_name() { /* determine the Qt version SoQt has been compiled with for correct * PyQt module import */ if (!PYQT_MODULE_IMPORT_NAME) { PYQT_MODULE_IMPORT_NAME = "qt"; if (strlen(SoQt::getVersionToolkitString()) >= 1 && SoQt::getVersionToolkitString()[0] == '4') { PYQT_MODULE_IMPORT_NAME = "PyQt4.Qt"; } } } --------------- This seems related to an build option about PyQt4. Does this last was used at built time ? (seems not check at SoQt configure step). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review