Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 |
Reading /opt/qt-x11-opensource-src-4.3.4/examples/designer/containerextension/containerextension.pro WARNING: Failure to find: multipagewidgetcontainerextension.cpp WARNING: Failure to find: multipagewidgetextensionfactory.cpp WARNING: Failure to find: multipagewidgetcontainerextension.h WARNING: Failure to find: multipagewidgetcontainerextension.cpp WARNING: Failure to find: multipagewidgetextensionfactory.cpp WARNING: Failure to find: multipagewidgetcontainerextension.h |


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
cc -c -O -DQT_BOOTSTRAPPED -DQT_RCC -DQT_LITE_UNICODE -DQT_NO_DATASTREAM -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_UNICODETABLES -DQT_NO_LIBRARY -DQT_NO_SYSTEMLOCALE -DQT_NO_GEOM_VARIANT -I../../../mkspecs/solaris-cc -I. -I../../corelib/arch/generic -I../../../include -I. -I../../../include/QtCore -I../../../include/QtXml -I../../3rdparty/zlib -I.uic/release-shared -I/usr/sfw/include -o .obj/release-shared/adler32.o ../../3rdparty/zlib/adler32.c
../../3rdparty/zlib/adler32.c:57: error: `uLong adler32' redeclared as different kind of symbol
../../3rdparty/zlib/zlib.h:1274: error: previous declaration of `uLong adler32(uLong, const Bytef*, uInt)'
../../3rdparty/zlib/adler32.c:57: error: declaration of `uLong adler32'
../../3rdparty/zlib/zlib.h:1274: error: conflicts with previous declaration `uLong adler32(uLong, const Bytef*, uInt)'
../../3rdparty/zlib/adler32.c:57: error: `adler' was not declared in this scope
../../3rdparty/zlib/adler32.c:57: error: `buf' was not declared in this scope
../../3rdparty/zlib/adler32.c:57: error: `len' was not declared in this scope
../../3rdparty/zlib/adler32.c:58: error: initializer expression list treated as compound expression
../../3rdparty/zlib/adler32.c:58: error: expected `,' or `;' before "uLong"
../../3rdparty/zlib/adler32.c:61: error: expected unqualified-id before '{' token
../../3rdparty/zlib/adler32.c:61: error: expected `,' or `;' before '{' token
../../3rdparty/zlib/adler32.c:128: error: `uLong adler32_combine' redeclared as different kind of symbol
../../3rdparty/zlib/zlib.h:1290: error: previous declaration of `uLong adler32_combine(uLong, uLong, long int)'
../../3rdparty/zlib/adler32.c:128: error: declaration of `uLong adler32_combine'
../../3rdparty/zlib/zlib.h:1290: error: conflicts with previous declaration `uLong adler32_combine(uLong, uLong, long int)'
../../3rdparty/zlib/adler32.c:128: error: `adler1' was not declared in this scope
../../3rdparty/zlib/adler32.c:128: error: `adler2' was not declared in this scope
../../3rdparty/zlib/adler32.c:128: error: `len2' was not declared in this scope
../../3rdparty/zlib/adler32.c:129: error: initializer expression list treated as compound expression
../../3rdparty/zlib/adler32.c:129: error: expected `,' or `;' before "uLong"
../../3rdparty/zlib/adler32.c:132: error: expected unqualified-id before '{' token
../../3rdparty/zlib/adler32.c:132: error: expected `,' or `;' before '{' token
gmake[1]: *** [.obj/release-shared/adler32.o] Error 1
gmake[1]: Leaving directory `/opt/qt-4.3.4/src/tools/rcc'
gmake: *** [sub-rcc-make_default-ordered] Error 2
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
cd src/corelib/ && gmake -f Makefile gmake[1]: Entering directory `/opt/qt-x11-opensource-src-4.3.4/src/corelib' g++ -c -O -mt -KPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_NO_DEBUG -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/solaris-cc -I. -I../../include -I../../include/QtCore -Iglobal -I.moc/release-shared -I.uic/release-shared -I/usr/sfw/include -o .obj/release-shared/qatomic32.o arch/sparc/qatomic32.s g++: unrecognized option `-KPIC' CC -c -O2 -mt -KPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_NO_DEBUG -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/solaris-cc -I. -I../../include -I../../include/QtCore -Iglobal -I.moc/release-shared -I.uic/release-shared -I/usr/sfw/include -o .obj/release-shared/qglobal.o global/qglobal.cpp CC: unrecognized option `-KPIC' cc1plus: error: invalid option `t' gmake[1]: *** [.obj/release-shared/qglobal.o] Error 1 gmake[1]: Leaving directory `/opt/qt-x11-opensource-src-4.3.4/src/corelib' gmake: *** [sub-corelib-make_default-ordered] Error 2 |