Hello,
I've been having trouble updating QT2-g++2. Every time I try to update it, I get an error that the compile phase failed.
I've checked the FAQ and tried searching the archives of both this and the beginner list and haven't been able to find anything remotely related to compile phase failure (in fact, the GMANE search doesn't seem to be working), though it's entirely possible that I've overlooked something, or am not using the list's archive search feature correctly...
Here's Fink's output; all help is very much appreciated:
Creating makefiles... Qt is now configured for building. Just run make. To reconfigure, run make clean and configure.
cd src/moc; make
g++2 -c -I/sw/src/qt2-g++2-2.3.2-15/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -fno-exceptions -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.o mocgen.cpp
g++2 -c -I/sw/src/qt2-g++2-2.3.2-15/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -fno-exceptions -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qbuffer.o ../tools/qbuffer.cpp
g++2 -c -I/sw/src/qt2-g++2-2.3.2-15/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -fno-exceptions -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qcollection.o ../tools/qcollection.cpp
g++2 -c -I/sw/src/qt2-g++2-2.3.2-15/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -fno-exceptions -O2 -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qcstring.o ../tools/qcstring.cpp
In file included from ../tools/qcstring.cpp:43:
/usr/include/stdarg.h:48: syntax error before `;'
/usr/include/stdarg.h:110: syntax error before `;'
../tools/qcstring.cpp: In method `class QCString & QCString::sprintf(const char *, ...)':
../tools/qcstring.cpp:617: `va_list' undeclared (first use this function)
../tools/qcstring.cpp:617: (Each undeclared identifier is reported only once
../tools/qcstring.cpp:617: for each function it appears in.)
../tools/qcstring.cpp:617: parse error before `;'
../tools/qcstring.cpp:618: `ap' undeclared (first use this function)
../tools/qcstring.cpp:618: implicit declaration of function `int __builtin_va_start(...)'
../tools/qcstring.cpp:623: implicit declaration of function `int __builtin_va_end(...)'
make[2]: *** [qcstring.o] Error 1
make[1]: *** [src-moc] Error 2
make: *** [init] Error 2
### execution of /var/tmp/tmp.1.u8ojaf failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-qt2-g++2-2.3.2-15
(Reading database ... 72225 files and directories currently installed.)
Removing fink-buildlock-qt2-g++2-2.3.2-15 ...
Failed: phase compiling: qt2-g++2-2.3.2-15 failed
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
