Qt Jambi 4.3 on Ubuntu 8.04 setting the LD_LIBRARY_PATH to Jambi's lib directory did not resolve the issue, the code does not run (it runs on Ubuntu 7.10 without the LD_LIBRARY_PATH set). It generates a Qt::Widget not found error which happens on 7.10 when the lib directory is not properly placed however this is not resolved in 8.04 by proper placement of the lib directory and explicit setting of LD_LIBRARY_PATH.
Qt Jambi 4.4 on Ubuntu 8.04 setting the LD_LIBRARY_PATH to the directory containing Jambi's qtjambi-linux32-gcc-4.4.0_01.jar also had no effect, the code either runs or crashes, but mostly crashes (it runs without problems on windows using the same JVM version, for example crash report see the second posting). The test code here is just creating a blank window and it looks like Ubuntu 8.04 is not supported at all for Qt Jambi 4.4, I had expected that 4.3 would run at least. Any more ideas? On 5/12/08, Adam Batkin <[EMAIL PROTECTED]> wrote: > Have you tried setting your LD_LIBRARY_PATH to the jambi lib directory? > Maybe it's just picking up a library that it doesn't like. > > Over here on Fedora, LD_LIBRARY_PATH must be explicitly set when using > the downloads from Trolltech's site because it's apparently built > against a different version of libstdc++ than I have installed, and > setting LD_LIBRARY_PATH makes it link against the one included as part > of the download instead of the system one. > > -Adam Batkin _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
