Qt-jambi-interest Archive, October 2007
Trolltech releases Qt Jambi 4.3.2_01
Message 1 in thread
We are happy to announce the immediate availability of Qt Jambi
4.3.2_01. This maintenance release brings optimizations and bug-fixes to
Qt Jambi, delivering the latest Qt functionality to Java programmers.
For detailed information on fixes and optimizations included in the
release, please consult the changes-4.3.2_01 file found in the
distribution files, or browse the information contained in the Developer
pages at http://www.trolltech.com/developer/notes/changes/changes-4.3.2_01/
We hope you enjoy Qt Jambi 4.3.2_01!
--
[ signature omitted ]
Message 2 in thread
Gunnar Sletta wrote:
> We are happy to announce the immediate availability of Qt Jambi
> 4.3.2_01. This maintenance release brings optimizations and bug-fixes to
> Qt Jambi, delivering the latest Qt functionality to Java programmers.
>
> For detailed information on fixes and optimizations included in the
> release, please consult the changes-4.3.2_01 file found in the
> distribution files, or browse the information contained in the Developer
> pages at
> http://www.trolltech.com/developer/notes/changes/changes-4.3.2_01/
>
> We hope you enjoy Qt Jambi 4.3.2_01!
<Feeling like a problem guy>
This release breaks Jambi for me, I get :
[~]> qtjambi
Exception in thread "main" java.lang.UnsatisfiedLinkError:
com.trolltech.qt.gui.QtJambi_LibraryInitializer.__qt_initLibrary()V
at
com.trolltech.qt.gui.QtJambi_LibraryInitializer.__qt_initLibrary(Native
Method)
at
com.trolltech.qt.gui.QtJambi_LibraryInitializer.<clinit>(QtJambi_LibraryInitializer.java:9)
at com.trolltech.qt.gui.QWidget.<clinit>(QWidget.java:14)
qtjambi itself is a small wrapper :
[~]> cat /usr/bin/qtjambi
#!/bin/sh
# Support script to properly set environments for Launcher
export QTDIR=/usr/qt/4
export LD_LIBRARY_PATH=/usr/qt/4/lib:$LD_LIBRARY_PATH
export PATH=/usr/qt/4/bin:$PATH
export JAVADIR=/opt/sun-jre
cd /usr/share/doc/qtjambi-4.3.2-2
java -cp /usr/share/java/qtjambi.jar:. com.trolltech.launcher.Launcher
And /usr/qt/4/lib contains both Qt4 and Jambi libraries. Any ideas on how to
debug this would be appreciated.
Regards,
ismail
Message 3 in thread
Äsmail DÃnmez wrote:
> Gunnar Sletta wrote:
>
>> We are happy to announce the immediate availability of Qt Jambi
>> 4.3.2_01. This maintenance release brings optimizations and bug-fixes to
>> Qt Jambi, delivering the latest Qt functionality to Java programmers.
>>
>> For detailed information on fixes and optimizations included in the
>> release, please consult the changes-4.3.2_01 file found in the
>> distribution files, or browse the information contained in the Developer
>> pages at
>> http://www.trolltech.com/developer/notes/changes/changes-4.3.2_01/
>>
>> We hope you enjoy Qt Jambi 4.3.2_01!
>
> <Feeling like a problem guy>
>
> This release breaks Jambi for me, I get :
>
> [~]> qtjambi
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> com.trolltech.qt.gui.QtJambi_LibraryInitializer.__qt_initLibrary()V
Looks like libcom_trolltech_qt_gui.so is not built for some reason. Hmmm...
/ismail
Message 4 in thread
Äsmail DÃnmez wrote:
> Äsmail DÃnmez wrote:
>
>> Gunnar Sletta wrote:
>>
>>> We are happy to announce the immediate availability of Qt Jambi
>>> 4.3.2_01. This maintenance release brings optimizations and bug-fixes to
>>> Qt Jambi, delivering the latest Qt functionality to Java programmers.
>>>
>>> For detailed information on fixes and optimizations included in the
>>> release, please consult the changes-4.3.2_01 file found in the
>>> distribution files, or browse the information contained in the Developer
>>> pages at
>>> http://www.trolltech.com/developer/notes/changes/changes-4.3.2_01/
>>>
>>> We hope you enjoy Qt Jambi 4.3.2_01!
>>
>> <Feeling like a problem guy>
>>
>> This release breaks Jambi for me, I get :
>>
>> [~]> qtjambi
>> Exception in thread "main" java.lang.UnsatisfiedLinkError:
>> com.trolltech.qt.gui.QtJambi_LibraryInitializer.__qt_initLibrary()V
>
> Looks like libcom_trolltech_qt_gui.so is not built for some reason.
> Hmmm...
Never mind, was a problem with my build :)
Message 5 in thread
Äsmail DÃnmez wrote:
> Äsmail DÃnmez wrote:
>
>> Äsmail DÃnmez wrote:
>>
>>> Gunnar Sletta wrote:
>>>
>>>> We are happy to announce the immediate availability of Qt Jambi
>>>> 4.3.2_01. This maintenance release brings optimizations and bug-fixes to
>>>> Qt Jambi, delivering the latest Qt functionality to Java programmers.
>>>>
>>>> For detailed information on fixes and optimizations included in the
>>>> release, please consult the changes-4.3.2_01 file found in the
>>>> distribution files, or browse the information contained in the Developer
>>>> pages at
>>>> http://www.trolltech.com/developer/notes/changes/changes-4.3.2_01/
>>>>
>>>> We hope you enjoy Qt Jambi 4.3.2_01!
>>> <Feeling like a problem guy>
>>>
>>> This release breaks Jambi for me, I get :
>>>
>>> [~]> qtjambi
>>> Exception in thread "main" java.lang.UnsatisfiedLinkError:
>>> com.trolltech.qt.gui.QtJambi_LibraryInitializer.__qt_initLibrary()V
>> Looks like libcom_trolltech_qt_gui.so is not built for some reason.
>> Hmmm...
>
> Never mind, was a problem with my build :)
phiew... Gave me a good scare there, glad the problem solved itself ;-)