System: Qt Creator 1.2.90, Qt 4.4.3, Ubuntu 8.10
Output: ------- g++ -c -pipe -g -Wall -W -D_REENTRANT -fPIC -DUSE_QT_GUI=1 -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o gdbmacros.o gdbmacros.cpp gdbmacros.cpp: In function ‘void* qDumpObjectData440(int, int, void*, int, int,int, int, int)’: gdbmacros.cpp:3533: error: ‘QMapNode’ was not declared in this scope gdbmacros.cpp:3533: error: expected primary-expression before ‘int’ gdbmacros.cpp:3533: error: expected `)' before ‘int’ make: *** [gdbmacros.o] Error 1 I got it working by commenting out all ‘QMapNode’ lines. -- Arto Karppinen ------------------------------ [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
