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 _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
