Multiple runtime exceptions in first QT Jambi application?

You need /opt/local/lib/libpng12.0. Dylib The part of the error message indicating this is quoted below: Caused by: java.lang. UnsatisfiedLinkError: /private/var/folders/4p/s98fh7114t5g3y05fh59ctpm0000gn/T/QtJambi_b-dahse_x86_64_4.6.3_gcc-20100817-1815/lib/libQtGui.4.

Dylib: Library not loaded: /opt/local/lib/libpng12.0. Dylib . It looks like whoever built and packaged up that version of QtJambi was using a 3rd party libpng library.

Unfortunately I can not tell you where to get that from (and to be honest it being in /opt/local mean it was probably home-built). How about you try with sourceforge.net/projects/qtjambi/files/4... please comment back here if this help or hinders your progress. There are (unfortunately) known inconsistencies with various builds of QtJambi but I hope these things are ironed out in the future when I finally get to publishing some releases myself.

EDIT: I fixed it by changing the shell script to this: #! /bin/sh me=$(dirname $0) if -e binpatch ; then . /binpatch export DYLD_LIBRARY_PATH=$me/lib export QT_PLUGIN_PATH=$me/plugins fi if!

Java -version 2>&1 | grep -q "1\.5-9" then echo "Qt Jambi requires Java version 1.5.0 or higher to be preinstalled" echo "to work. If Java is installed then make sure that the 'java' executable" echo "is available in the PATH environment. " else for lib in $(ls qtjambi*.

Jar); do CP=$lib:$CP done java -d32 -XstartOnFirstThread -cp $CP com.trolltech.launcher. Launcher fi I've downloaded Qt Jambi 4.7.0-beta1 32-bit for Mac OS X, and when I run the qtjambi. Sh shell script, this is what is outputted: NO LONGER NEEDED!

Ah.. so the MacOSX version uses . /binpatch? This is a tool to modify the absolute paths in the *.

Dylib I was not aware this tool was being used-anymore / still-required. The binpatch might fix the distribution to find libpng. – Darryl Miles Oct 14 '11 at 20:40.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions