Hi,
I have a Solaris 8 box, and I tried to install Qt 4.4.0 on it.
Most compile errors are:
../../../../src/3rdparty/clucene/src/CLucene/util/Equators.h:100 error: 'float_t' does not name a type
./../../../src/3rdparty/clucene/src/CLucene/util/Equators.h:102 error: 'float_t' does not name a type
../../../../src/3rdparty/clucene/src/CLucene/util/Equators.h:100 error: 'float_t' does not name a type
./../../../src/3rdparty/clucene/src/CLucene/util/Equators.h:102 error: 'float_t' does not name a type
To copy to clipboard, switch view to plain text mode
The configure command is
./configure -debug -static -fast -no-qt3support -platform solaris-g++ -qt-zlib -qt-libtiff -qt-libpng -qt-libjpeg -nomake exmaples -nomake demos -no-fontconfig -no-tablet
./configure -debug -static -fast -no-qt3support -platform solaris-g++ -qt-zlib -qt-libtiff -qt-libpng -qt-libjpeg -nomake exmaples -nomake demos -no-fontconfig -no-tablet
To copy to clipboard, switch view to plain text mode
I found here that solaris-g++ should be 3.4.2, but in my system, when I type "g++ -v", the information is 3.4.0.
Is it the source of the problem?
Is there any way to solve it without re-install g++? Since it's a lot of work.
Bookmarks