[Qt-creator] Latest snapshots for x86_64 doesn't started

Abdelrazak Younes younes.abdel at gmail.com
Mon Mar 30 11:58:16 CEST 2009


Gena wrote:
> Hi!
> 
> I've noticed that two last snapshots (24.03 and 25.03) for x86_64 linux 
> doesn't start on my Debian Testing:
> 
> genacid at debian:~/qtcreator-1.0.80/bin$ ./qtcreator
> ./qtcreator: line 5: cd: ./../lib64: No such file or directory
> Failed to load core: Couldn't find 'Core.pluginspec' 
> in /home/genacid/qtcreator-1.0.80/lib64/qtcreator/plugins,/home/genacid/qtcreator-1.0.80/PlugIns
> 
> After
> 1. renaming ../lib -> ../lib64
> 2. copying ../lib64/qtcreator/plugins/Nokia/* to 
> the ../lib64/qtcreator/plugins/*
> 
> and also
> 3. placing symbolic links to libs in ../lib64/qtcreator/ to ../lib64/

Here is how I work around this issue (still in latest git):

younes at younes:~/devel/qt/qt-creator-build$ ln -s lib lib64
younes at younes:~/devel/qt/qt-creator-build$ cd lib64/qtcreator/plugins
younes at younes:~/devel/qt/qt-creator-build/lib64/qtcreator/plugins$ ln -s 
Nokia/*.so .

Abdel.



More information about the Qt-creator-old mailing list