From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3297 invoked by alias); 4 Jun 2007 20:28:10 -0000 Received: (qmail 3277 invoked by uid 48); 4 Jun 2007 20:28:01 -0000 Date: Mon, 04 Jun 2007 20:28:00 -0000 Subject: [Bug c++/32211] New: Compile error X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jimmyhappyi at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg00219.txt.bz2 While compiling KDE 3.5.7, this appears: ----------------------------- Making all in interfaces make[5]: Entering directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail/interfaces' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail/interfaces' Making all in . make[5]: Entering directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail' if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libkmime -I../libkpgp -I../libkdenetwork -I../libkdepim -I../libkpimidentities -I../libemailfunctions -I../libksieve -I../mimelib -I../certmanager/lib -I../certmanager/lib/ui -I../indexlib -I../ktnef -I.. -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I../libkdepim -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R7/include -DQT_THREAD_SUPPORT -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include -L/mnt/home/VBProjects/passwordlinux/kde3.5.7/lib -L/usr/X11R6/lib -O2 -pipe -I/mnt/home/VBProjects/passwordlinux/kde3.5.7/include -I/usr/X11R6/include -L/mnt/home/VBProjects/passwordlinux/kde3.5.7/lib -L/usr/X11R6/lib -O2 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT libkmailprivate_la.all_cpp.lo -MD -MP -MF ".deps/libkmailprivate_la.all_cpp.Tpo" -c -o libkmailprivate_la.all_cpp.lo libkmailprivate_la.all_cpp.cpp; \ then mv -f ".deps/libkmailprivate_la.all_cpp.Tpo" ".deps/libkmailprivate_la.all_cpp.Plo"; else rm -f ".deps/libkmailprivate_la.all_cpp.Tpo"; exit 1; fi In file included from libkmailprivate_la.all_cpp.cpp:4: configuredialog.cpp: In constructor `ConfigureDialog::ConfigureDialog(QWidget*, const char*, bool)': configuredialog.cpp:220: warning: `__base_ctor' is deprecated (declared at /mnt/home/VBProjects/passwordlinux/kde3.5.7/include/kcmultidialog.h:105) In file included from libkmailprivate_la.all_cpp.cpp:13: kmfoldertree.cpp: In member function `virtual void KMFolderTree::contentsDropEvent(QDropEvent*)': kmfoldertree.cpp:1449: warning: `keyboardModifiers' is deprecated (declared at /mnt/home/VBProjects/passwordlinux/kde3.5.7/include/kapplication.h:1069) kmfoldermbox.cpp: At global scope: kmfoldermbox.cpp:260: warning: unused parameter 'owner' kmfoldermbox.cpp:93: warning: unused parameter 'owner' {standard input}: Assembler messages: {standard input}:94352: Warning: end of file not at end of a line; newline inserted {standard input}:94938: Error: suffix or operands invalid for `add' g++: Internal error: Killed (program cc1plus) Please submit a full bug report. See for instructions. make[5]: *** [libkmailprivate_la.all_cpp.lo] Error 1 make[5]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7/kmail' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7' make[2]: *** [all] Error 2 make[2]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim/work/kdepim-3.5.7' make[1]: *** [build-work/kdepim-3.5.7/Makefile] Error 2 make[1]: Leaving directory `/initrd/mnt/dev_save/VBProjects/passwordlinux/kde/konstruct/kde/kdepim' make: *** [dep-../../kde/kdepim] Error 2 --------------------------------------- g++ requests me to file a bug. Is this a bug? jimhap -- Summary: Compile error Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jimmyhappyi at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32211