Hi, Adriaan, could you implement *debug* for QT just only for S11? I'm not sure if this is possible to do on S10.
First things is that execinfo.h is not in S10U5. (http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/head/execinfo.h) second are unresolved symbols ...of course. CC -library=no%Cstd -m64 -R/opt/foss/lib/amd64 -R/opt/foss/lib/amd64 -R/opt/foss/lib/amd64 -R/usr/X11/lib/amd64 -R/usr/X/lib/amd64 -R/usr/lib/amd64 -R/usr/sfw/lib/amd64 -o ../../../bin/moc debug-shared/moc.o debug-shared/preprocessor.o debug-shared/generator.o debug-shared/parser.o debug-shared/token.o debug-shared/main.o debug-shared/qglobal.o debug-shared/qmalloc.o debug-shared/qnumeric.o debug-shared/qbuffer.o debug-shared/qdir.o debug-shared/qdiriterator.o debug-shared/qfile.o debug-shared/qfileinfo.o debug-shared/qfsfileengine.o debug-shared/qfsfileengine_iterator.o debug-shared/qiodevice.o debug-shared/qtemporaryfile.o debug-shared/qtextstream.o debug-shared/qurl.o debug-shared/qmetatype.o debug-shared/qbytearraymatcher.o debug-shared/qdatetime.o debug-shared/qhash.o debug-shared/qlistdata.o debug-shared/qlocale.o debug-shared/qmap.o debug-shared/qstring.o debug-shared/qstringlist.o debug-shared/qvector.o debug-shared/qvariant.o debug-shared/qabstractfileengine.o debug-shared/qbytearray.o debug-shared/qvsnprintf.o debug-shared/qfsfileengine_unix.o debug-shared/qfsfileengine_iterator_unix.o -L/opt/foss/lib/amd64 -L/usr/X11/lib/amd64 -L/usr/X/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib/amd64 -L/usr/sfw/lib/64 -L/opt/foss/lib/amd64 -lstdcxx -ldemangle -ldl Undefined first referenced symbol in file backtrace_symbols debug-shared/qglobal.o backtrace debug-shared/qglobal.o ld: fatal: Symbol referencing errors. No output written to ../../../bin/moc make[2]: *** [../../../bin/moc] Error 1 Luc On Mon, Jun 30, 2008 at 6:53 PM, Lukas Oboril <oboril.lukas at gmail.com> wrote: > Hi > > I can not find this header file in S10U5 tree. It seems that another > header is missing in S10. Can someone smarter confirm that ? > > "/home/luc/packages/BUILD/FOSSqt-4.4-copy/amd64/QT/4.4-copy/src/corelib/global/qglobal.cpp", > line 72: Error: Could not open include file<execinfo.h>. > 1 Error(s) detected. > make: *** [qglobal.o] Error 1 > > Luc > -- > Lukas 'Luc' Oboril > IRC nickname: luc^ at freenode > > > When dealing with people, let us remember we are not dealing with > creatures of logic. We are dealing with creatures of emotions, > creatures bristling with prejudices and motivated by pride and vanity. > Dale Carnegie > -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie
