Hi, no I configured like this:
./configure -D QT_JAMBI_BUILD -no-framework -sdk /Developer/SDKs/MacOSX10.4u.sdk -no-qt3support I guess its the one i extracted from reading [1] Why should I have used "-prefix $PWD" this would have installed QT in a different directory or am I wrong? Tom [1]http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/qtjambi-installation.html Eskil Abrahamsen Blomfeldt schrieb: > Tom Schindl wrote: >>> [make] In file included from javawritedeclaration.cpp:45: >>> [make] javawritedeclaration.h:48:24: error: treewalker.h: No >>> such file or directory >>> [make] In file included from javawritedeclaration.cpp:46: >>> [make] javawriteinitialization.h:49:20: error: option.h: No such >>> file or directory >>> [make] javawritedeclaration.cpp:47:20: error: driver.h: No such >>> file or directory >>> [make] javawritedeclaration.cpp:48:17: error: ui4.h: No such >>> file or directory >>> [make] javawritedeclaration.cpp:49:17: error: uic.h: No such >>> file or directory >>> [make] javawritedeclaration.cpp:50:26: error: databaseinfo.h: No >>> such file or directory >>> [make] javawritedeclaration.cpp:51:31: error: >>> customwidgetsinfo.h: No such file or directory >>> > [...] >> Is the problem I'm seeing that I used QT 4.5.1 and should have used >> QT-4.5.0. >> > > I don't think so. It looks to me like the problem is that Qt is not > configured correctly. > > Did you configure with "-prefix $PWD"? > > I.e.: > > > configure -D QT_JAMBI_BUILD -no-qt3support -no-mmx -no-sse -no-sse2 > -no-3dnow -prefix $PWD > > before building Qt. > > > -- Eskil > _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
