Shell access to ktown.kde.org will be shut down.

2011-04-17 Thread Tom Albers
Hi, In the past sysadmin has given personal shell access [1] to ktown.kde.org to some people. Currently we are making inventory on ktown and would like to know if these shell accounts are still used and for what reason. Please reply to sysad...@kde.org if you have access and indicate the reaso

Re: New developer need help with porting a project

2011-04-17 Thread Thomas Lübking
Am 17.04.2011, 20:58 Uhr, schrieb Francois Blanchette : > So far so good. Where does the 1.2 come from? ldd lgck-builder | grep png maybe you link it explicitly from cmake? (try "ccmake" and press "t") > >> If your application links the Qt version from SuSE and the Qt version >> from >> SuSE

Re: New developer need help with porting a project

2011-04-17 Thread Francois Blanchette
> ldd myApp | grep QtGui ldd lgck-builder | grep QtGui libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x7fc247671000) > ldd | grep png ldd /usr/lib64/libQtGui.so.4 | grep png libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x7fed34811000) /usr/include/png.h is symlink to ver

Re: New developer need help with porting a project

2011-04-17 Thread Thomas Lübking
Am 17.04.2011, 16:37 Uhr, schrieb Francois Blanchette : > So the problem would be with the already out of date KDE/qt libs that > camepreinstalled with opensuse 11.3? When I build through the cmake > chain thosebinaries are called instead of the qt 4.7.1 which I installed > separately.

Re: New developer need help with porting a project

2011-04-17 Thread Francois Blanchette
Thank you for your reply, > Qt was compiled against libpng1.4 (current) but your system ships 1.2 > (dated) > Where and how did you get Qt binaries & what versions of libpng are on > your system and which does ligQtGui link? If I compile through qtCreator the libpng issue is not existant since i