Tom Schindl wrote: > ./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? >
There are a few requirements that are different for the repository than for the source package, it seems, because the source package contains a few more files than the repository. Qt Jambi should build as long as the source directory and install directory of Qt is the same, which is what the "-prefix $PWD" is for (it requires some private headers which are not installed by "make install".) Could you try configuring Qt with this extra option to see if it solves the problem? -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
