|
|
trying to install qt-mac-free-3.3.6-snapshot-20060306.tar.gz on osx on osx
10.3.9
compiling fails with:
c++ -c -o qglobal.o -pipe -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac -I/Developer/qt/include/qmake
-I/Developer/qt/include -I/Developer/qt/include -DQT_NO_TEXTCODEC
-DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS
-I/Developer/qt/mkspecs/macx-g++ -DHAVE_QCONFIG_CPP
/Developer/qt/src/tools/qglobal.cpp
In file included from /Developer/qt/include/qcolor.h:42,
from /Developer/qt/include/qpainter.h:43,
from /Developer/qt/include/qt_mac.h:74,
from /Developer/qt/src/tools/qglobal.cpp:166:
/Developer/qt/include/qwindowdefs.h:94: error: conflicting types for
`typedef
struct OpaqueEventLoopTimerRef*EventLoopTimerRef'
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/CarbonEventsCore.h:1632:
error: previous
declaration as `typedef struct __EventLoopTimer*EventLoopTimerRef'
/Developer/qt/include/qwindowdefs.h:95: error: conflicting types for
`typedef
struct OpaqueMenuHandle*MenuRef'
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/Menus.h:807:
error: previous
declaration as `typedef struct OpaqueMenuRef*MenuRef'
make: *** [qglobal.o] Error 1
qmake failed to build. Aborting.
ibook:/Developer/qt matt$
how can i fix this ?
thanks
matt
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|