Thursday, August 19, 2004

Qt/Mac Panther Install Problems

Looks like the reboot didn't do anything.
Searched the net and looks like others have been having same issues.
(Google: qmake failed to build Qt/Mac)

Creating qmake. Please wait...
c++ -c -o project.o -DQT_MACOSX_VERSION= -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 project.cpp
In file included from /Developer/qt/include/qiodevice.h:43,
from /Developer/qt/include/qtextstream.h:42,
from /Developer/qt/include/qtl.h:43,
from /Developer/qt/include/qvaluelist.h:42,
from /Developer/qt/include/qstringlist.h:42,
from project.h:39,
from project.cpp:36:
/Developer/qt/include/qcstring.h:46:20: string.h: No such file or directory
...
make: *** [project.o] Error 1
qmake failed to build. Aborting.

Did a gcc -v in my Mac terminal to determine I dis install gcc 3.3:

Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

Will look later for issues in Building Qt/Mac on 10.3-gcc3.3.

Found another good blog: Racoon Fink

0 Comments:

Post a Comment

<< Home