bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug report for qt on Solaris


From: David
Subject: bug report for qt on Solaris
Date: Mon, 8 Jul 2002 11:56:22 -0400

To whom it may concern,

I don't know if qt free release is actually supported, but upon running make on 
the following system:

SunOS gfb2 5.6 Generic_105181-19 sun4u sparc SUNW,Ultra-8

I had the following output:

make[1]: Entering directory `/usr/local/qt'
cd qmake && make
make[2]: Entering directory `/usr/local/qt/qmake'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/qt/qmake'
cd src/moc && make
make[2]: Entering directory `/usr/local/qt/src/moc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/usr/local/qt/src/moc'
cd src && make
make[2]: Entering directory `/usr/local/qt/src'
g++ -c -Wall -W -O2 -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_NO_NIS 
-DQT_NO_XINERAMA -DQT_NO_XRENDER -DQT_NO_XFTFREETYPE -DQT_NO_XKB -DQT_NO_REMOTE 
-DQT_NO_IMAGEIO_MNG -DQT_NO_IMAGEIO_JPEG -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_MAC 
-DQT_NO_STYLE_INTERLACE -DQT_NO_STYLE_COMPACT -I3rdparty/libpng -I3rdparty/zlib 
-I/usr/local/qt/include -I../../../openwin/include -I../../../openwin/include 
-I.moc/release/ -I/usr/local/qt/mkspecs/solaris-g++ -o 
.obj/release/qapplication_x11.o kernel/qapplication_x11.cpp
kernel/qapplication_x11.cpp: In function `static bool 
QApplication::x11_apply_settings()':
kernel/qapplication_x11.cpp:1022: Internal compiler error.
kernel/qapplication_x11.cpp:1022: Please submit a full bug report to 
address@hidden'.
make[2]: *** [.obj/release/qapplication_x11.o] Error 1
make[2]: Leaving directory `/usr/local/qt/src'
make[1]: *** [sub-src] Error 2
make[1]: Leaving directory `/usr/local/qt'
make: *** [init] Error 2

Also, in order to run configure with g++ I had to manually edit the .configure 
file as follows:

     SunOS:5*)
        PLATFORM=solaris-g++
        #PLATFORM=solaris-cc
        PLATFORM_NOTES="
            - Also available for Solaris: solaris-g++ solaris-64

Thanks.



David Crotin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]