This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

QT Compile Error



1. GCC Version: gcc version 2.95.2.1 19991024 (release)

2. System type: i586-pc-linux-gnu/2.95.2.1

3. Complete command that triggers the bug:

lshuttun@novus:/usr/local/stow/qt-2.2.4$ ./configure -system-jpeg

...

Build type:    linux-g++-shared

Thread support....... no
GIF support.......... no
MNG support.......... no
JPEG support......... yes
NAS sound support.... no
Session management... yes

Creating makefiles...
Qt is now configured for building. Just run make.
To reconfigure, run make clean and configure.

lshuttun@novus:/usr/local/stow/qt-2.2.4$ make
make[1]: Entering directory `/usr/local/stow/qt-2.2.4'
cd src/moc; make
make[2]: Entering directory `/usr/local/stow/qt-2.2.4/src/moc'
g++  -c -I/usr/local/stow/qt-2.2.4/include -Wno-unused -Wno-parentheses
-pipe -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I.
-o mocgen.o mocgen.cpp
In file included from moc.y:1214:
lex.yy.c: In function `int yylex()':
lex.yy.c:2342: Internal compiler error.
lex.yy.c:2342: Please submit a full bug report.
lex.yy.c:2342: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
cpp: output pipe has been closed
make[2]: *** [mocgen.o] Error 1
make[2]: Leaving directory `/usr/local/stow/qt-2.2.4/src/moc'
make[1]: *** [src-moc] Error 2
make[1]: Leaving directory `/usr/local/stow/qt-2.2.4'
make: *** [init] Error 2
lshuttun@novus:/usr/local/stow/qt-2.2.4$

4. GCC Compile time options
(don't have them only the output ./configure produced see attachment)

Lari Huttunen

--Freedom is the right to obey a policeman. - German proverb

GCC Compile log


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]