On Wed, Oct 14, 2009 at 09:04:27AM +0200, Eike Ziller wrote:
> * it is not recognized as a valid Qt plugin by the Qt Plugin Loader,  
> which is usually the case if the library was compiled/linked against a  
> different Qt than it is run against

Also the operating system is not happy with the libraries:

---8<---
ire% ldd /usr/local/lib/qtcreator/plugins/Nokia/libFind.so 
/usr/local/lib/qtcreator/plugins/Nokia/libFind.so:
Cannot load specified object
---8<---

It says this for every one of the plugins. Usually ldd output looks like
this:

---8<---
ire% ldd /usr/local/bin/zsh
/usr/local/bin/zsh:
        Start    End      Type Open Ref GrpRef Name
        1c000000 3c014000 exe  1    0   0      /usr/local/bin/zsh
        0e304000 2e318000 rlib 0    1   0
/usr/local/lib/libpcre.so.2.3
        08ddd000 28ebc000 rlib 0    1   0
/usr/local/lib/libiconv.so.6.0
        0fc32000 2fc45000 rlib 0    1   0
/usr/lib/libtermcap.so.10.0
        03ca2000 23cac000 rlib 0    1   0      /usr/lib/libm.so.5.1
        00ac3000 20afc000 rlib 0    1   0      /usr/lib/libc.so.51.1
        01a57000 01a57000 rtld 0    1   0      /usr/libexec/ld.so
---8<---

Not sure why this could be. I am going to try building with GCC4.

Thanks

-- 
Best Regards
Edd Barrett

http://students.dec.bmth.ac.uk/ebarrett
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to