[Qt-jambi-interest] QT Jambi 4.5
Tom Schindl
listom at bestsolution.at
Thu May 21 11:51:53 CEST 2009
Hi Eskil,
We are getting closer and now I get a bit further in the build process
of QTJAMBI but I'm still failing.
The commands I'm executing are:
export QTDIR=/Users/tomschindl/qt-mac-opensource-src-4.5.1
export QTJAMBI=/Users/tomschindl/Documents/ecipse_ws/qt_dev/tomsons-clone
# Build QT
cd $QTDIR
./configure -D QT_JAMBI_BUILD -no-framework -sdk
/Developer/SDKs/MacOSX10.4u.sdk -no-qt3support -prefix $PWD -no-mmx
-no-sse -no-sse2 -no-3dnow
make
# Build QTJAMBI
cd $QTJAMBI
export PATH=$QTDIR/bin:$PATH
ant
but I fail in:
> library.native.compile:
> [make]
> [make] Running : (/Users/tomschindl/Documents/ecipse_ws/qt_dev/tomsons-clone) make
> [make] cd qtjambi/ && /usr/bin/make -f Makefile
> [make] /usr/bin/make -f Makefile.Release all
[...]
> [make] g++ -c -pipe -Os -arch i386 -Wall -W -DQT_UIC_JAVA_GENERATOR -DQT_UIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_CORE_LIB -DQT_SHARED -I/Users/tomschindl/qt-mac-opensource-src-4.5.1/mkspecs/macx-g++ -I. -I/Users/tomschindl/qt-mac-opensource-src-4.5.1/include/QtCore -I/Users/tomschindl/qt-mac-opensource-src-4.5.1/include/QtXml -I/Users/tomschindl/qt-mac-opensource-src-4.5.1/include -I/Users/tomschindl/qt-mac-opensource-src-4.5.1/src/tools/uic -Irelease -I. -I. -o release/uic.o /Users/tomschindl/qt-mac-opensource-src-4.5.1/src/tools/uic/uic.cpp
> [make] g++ -headerpad_max_install_names -arch i386 -o ../bin/juic release/customwidgetsinfo.o release/databaseinfo.o release/driver.o release/treewalker.o release/ui4.o release/validator.o release/javawritedeclaration.o release/javawriteincludes.o release/javawriteinitialization.o release/javautils.o release/main.o release/uic.o -L/Users/tomschindl/qt-mac-opensource-src-4.5.1/lib -lQtXml -L/Users/tomschindl/qt-mac-opensource-src-4.5.1/lib -lQtCore -lz -lm -framework ApplicationServices
> [make] ld: can't open output file for writing: ../bin/juic, errno=21
> [make] collect2: ld returned 1 exit status
> [make] make[2]: *** [../bin/juic] Error 1
> [make] make[1]: *** [release-all] Error 2
> [make] make: *** [sub-juic-make_default-ordered] Error 2
>
> BUILD FAILED
> /Users/tomschindl/Documents/ecipse_ws/qt_dev/tomsons-clone/build.xml:307: Running: make failed with exit code: 2
>
> Total time: 3 minutes 58 seconds
Tom
Eskil Abrahamsen Blomfeldt schrieb:
> Tom Schindl wrote:
>> Someone an idea how to proceed?
>>
>
> Hi, Tom.
>
> If you configure with "-prefix $PWD" you should *not* run make install.
> Just skip this step and you should be good.
>
> -- Eskil
>
>
More information about the Qt-jambi-interest
mailing list