1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
baghira 0.8-1 Failed 310.592705
Reason: GCC_ERROR
1-line summary:
Xmd.h:137: error: conflicting declaration 'typedef long int INT32'
multi-line summary:
In file included from /usr/include/X11/extensions/XI.h:55,
from /usr/include/X11/extensions/XInput.h:56,
from /usr/include/X11/extensions/XTest.h:50,
from menu.cpp:42,
from libbaghirastarter_la.all_cpp.cpp:3:
/usr/include/X11/Xmd.h:137: error: conflicting declaration 'typedef long int INT32'
excerpt for mail:
if /bin/sh ../libtool --silent --mode=compile --tag=CXX i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt3 -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT libbaghirastarter_la.all_cpp.lo -MD -MP -MF ".deps/libbaghirastarter_la.all_cpp.Tpo" -c -o libbaghirastarter_la.all_cpp.lo libbaghirastarter_la.all_cpp.cpp; \
then mv -f ".deps/libbaghirastarter_la.all_cpp.Tpo" ".deps/libbaghirastarter_la.all_cpp.Plo"; else rm -f ".deps/libbaghirastarter_la.all_cpp.Tpo"; exit 1; fi
In file included from /usr/include/X11/extensions/XI.h:55,
from /usr/include/X11/extensions/XInput.h:56,
from /usr/include/X11/extensions/XTest.h:50,
from menu.cpp:42,
from libbaghirastarter_la.all_cpp.cpp:3:
/usr/include/X11/Xmd.h:137: error: conflicting declaration 'typedef long int INT32'
/usr/include/qt3/qglobal.h:709: error: 'INT32' has a previous declaration as 'typedef int INT32'
In file included from libbaghirastarter_la.all_cpp.cpp:3:
menu.h: In constructor 'StartMenuButton::StartMenuButton(int, QString, QString, QString, StartMenuButton::Orientation, QWidget*, const char*)':
menu.h:106: warning: 'StartMenuButton::m_title' will be initialized after
menu.h:105: warning: 'QString StartMenuButton::m_command'
menu.cpp:91: warning: when initialized here
menu.h:107: warning: 'StartMenuButton::m_icon' will be initialized after
menu.h:102: warning: 'StartMenuButton::Orientation StartMenuButton::m_orientation'
menu.cpp:91: warning: when initialized here
menu.cpp: At global scope:
menu.cpp:151: warning: unused parameter 'pt'
menu.h: In constructor 'Panel::Panel(int, QWidget*, const char*)':
menu.h:63: warning: 'Panel::_draggedMe' will be initialized after
menu.h:61: warning: 'int Panel::_count'
menu.cpp:557: warning: when initialized here
menu.h:68: warning: 'Panel::_poof' will be initialized after
menu.h:64: warning: 'int Panel::_poofIndex'
menu.cpp:557: warning: when initialized here
menu.h:67: warning: 'Panel::_poofAnimPix' will be initialized after
menu.h:66: warning: 'QPixmap* Panel::_poofPix'
menu.cpp:557: warning: when initialized here
menu.cpp: In member function 'void Panel::save(KConfig*)':
menu.cpp:598: warning: suggest parentheses around assignment used as truth value
menu.cpp: In member function 'void Panel::reloadIcons(int)':
menu.cpp:635: warning: suggest parentheses around assignment used as truth value
menu.cpp: In member function 'void Panel::updateSize(int)':
menu.cpp:684: warning: suggest parentheses around assignment used as truth value
menu.cpp:691: warning: suggest parentheses around assignment used as truth value
menu.cpp: In member function 'virtual void Panel::dropEvent(QDropEvent*)':
menu.cpp:949: warning: unused variable 'bt'
menu.cpp: In member function 'void Panel::setOrientation(Qt::Orientation)':
menu.cpp:1075: warning: suggest parentheses around assignment used as truth value
menu.cpp: In member function 'void AppList::reset()':
menu.cpp:1706: warning: comparison between signed and unsigned integer expressions
menu.h: In constructor 'StartMenu::StartMenu(int, QWidget*, uint)':
menu.h:301: warning: 'StartMenu::_size' will be initialized after
menu.h:299: warning: 'bool StartMenu::inMove'
menu.cpp:1713: warning: when initialized here
In file included from libbaghirastarter_la.all_cpp.cpp:4:
starter.cpp: At global scope:
starter.cpp:292: warning: unused parameter 'height'
starter.cpp:297: warning: unused parameter 'width'
make[3]: *** [libbaghirastarter_la.all_cpp.lo] Error 1
|