After a long fight with your help, it finnaly worked :) Also, I was able to build a archlinux package (PKGBUILD attached). QtJambi now works perfect with my qt installation (and plugins). The compilation succed after using the qt source and setting QTDIR to its path. I've notived that the build documentation doesn't say to use the qt source. And given that most users use a Qt from its Linux distribution, they won't know about it. Shouldn't it be documented?
Gratefully, bráulio 2008/5/19 Gunnar Sletta <[EMAIL PROTECTED]>: > Bráulio Barros de Oliveira wrote: > >> Uhm, the strange thing is that it work on the launcher (./qtjambi.sh), >> demonstrating that the plugins work on it. >> > > qtjambi.sh sets QT_PLUGIN_PATH and the launcher also sets > QApplication.addLibraryPath() one of those is enough. > > > I was trying to make a compile qtjambi from source so I can use my > system qt > >> libraries. Also, I would do a package for ArchLinux. Unfortunetely, the >> build failed with the following messages: >> ./com/trolltech/qt/core/QLocale.java:1338: cannot find symbol >> symbol : method >> toChar(java.lang.String,com.trolltech.qt.QNativePointer,int) >> location: class com.trolltech.qt.core.QLocale >> char returned = (char) toChar(s, ok, base); >> ^ >> ./com/trolltech/qt/core/QLocale.java:1338: inconvertible types >> found : toChar >> required: char >> char returned = (char) toChar(s, ok, base); >> ^ >> ./com/trolltech/qt/core/QByteArray.java:697: cannot find symbol >> symbol : method toChar_private(com.trolltech.qt.QNativePointer,int) >> location: class com.trolltech.qt.core.QByteArray >> char res = toChar_private(ok, base); >> ^ >> Is there any kind of patch for it? >> > > You need a source package of Qt to build Qt Jambi because we rely on some > headers that are not installed. Other than that you need to follow the steps > outline here: > > > http://doc.trolltech.com/qtjambi-4.3.4_01/doc/html/com/trolltech/qt/qtjambi-installation.html > > to build a Qt Jambi 4.3 package. > > - > Gunnar >
PKGBUILD
Description: Binary data
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
