On 10/1/10 4:11 PM, kai.koe...@nokia.com wrote:
Hi,

it's true that qmldumper tool requires private headers from Qt being
installed. This is of course unfortunate, because 'make install' doesn't
copy them into the install directory ... that is still something we have
to find a good solution for, I'm afraid. Until then you can either just
ignore the qmldump tool, or configure your Qt with "-prefix '.'".

Regards

Kai Koehne

I finally rebuilt Qt with "-prefix '.'" successfully. But when I try to rebuild debugging helper, it fails without really giving me any errors.

This is tested with snapshot qtcreator-mac-opensource-2.0.91-201010060030. I attached the log.
--
Stephen Chu
<mailto:step...@ju-ju.com>
<http://www.ju-ju.com>
Building helper library 'qmldump' in /qt/qtc-qmldump/

Running /usr/bin/make distclean...
rm -f .obj/debug-shared/main.o
rm -f *~ core *.core
rm -f -r qmldump.app
rm -f Makefile

Running /qt/bin/qmake ...

Running /usr/bin/make ...
g++ -c -pipe -Xarch_i386 -mmacosx-version-min=10.4 -Xarch_ppc 
-mmacosx-version-min=10.4 -g -gdwarf-2 -arch i386 -arch ppc -Wall -W -isysroot 
/Developer/SDKs/MacOSX10.5.sdk -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW 
-DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 
-DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_SHARED -I../mkspecs/macx-g++ -I. 
-I../lib/QtCore.framework/Versions/4/Headers -I../include/QtCore 
-I../lib/QtGui.framework/Versions/4/Headers -I../include/QtGui 
-I../lib/QtDeclarative.framework/Versions/4/Headers -I../include/QtDeclarative 
-I../include -I.moc/debug-shared -F/qt/lib -o .obj/debug-shared/main.o main.cpp
g++ -headerpad_max_install_names -arch i386 -arch ppc 
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -Xarch_i386 
-mmacosx-version-min=10.4 -Xarch_ppc -mmacosx-version-min=10.4 -o 
qmldump.app/Contents/MacOS/qmldump .obj/debug-shared/main.o   -F/qt/lib 
-L/qt/lib -framework QtDeclarative -L/qt/lib -F/qt/lib -framework QtScript 
-framework QtCore -framework QtSvg -framework QtGui -framework QtSql -framework 
QtXmlPatterns -framework QtNetwork -framework QtOpenGL 
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to