public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jimmyhappyi at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/32211]  New: Compile error
Date: Mon, 04 Jun 2007 20:28:00 -0000	[thread overview]
Message-ID: <bug-32211-14557@http.gcc.gnu.org/bugzilla/> (raw)

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 <URL:http://gcc.gnu.org/bugs.html> 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


             reply	other threads:[~2007-06-04 20:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-04 20:28 jimmyhappyi at gmail dot com [this message]
2007-06-05  1:57 ` [Bug c++/32211] " fang at csl dot cornell dot edu
2007-06-06 20:28 ` jimmyhappyi at gmail dot com
2007-06-06 21:46 ` pinskia at gcc dot gnu dot org
2007-09-07 17:35 ` pcarlini at suse dot de

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-32211-14557@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).