> ldd lgck-builder | grep png

ldd lgck-builder | grep png
        libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007f6f140a5000)
        libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x00007f6f0f992000)

On a hunch, I downloaded libpng144 and compiled the sfml libs against it.
Cleared the build directory and ran make. This time the new application 
doesn't verbose any more libpng errors. Although, ldd confirms that it is 
still linked againt both. Strange. I guess I should be happy that it works.

ldd ./lgck-builder | grep png
        libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00007f81fe5d9000)
        libpng14.so.14 => /usr/lib64/libpng14.so.14 (0x00007f81f9ec6000)

Out of curiosity. Which of the following packages should be installed?
(those currently installed on my machine are marked wiht an X)

X libpng12-0
X libpng12-compat-devel
X libpng12-devel

X libpng14-14
libpng14-compat-devel
X libpng14-devel

> maybe you link it explicitly from cmake? (try "ccmake" and press "t")

 PNG_LIBRARY                      /usr/lib64/libpng.so                          
            
 PNG_PNG_INCLUDE_DIR              /usr/include  

> > The qtCreator on the OpenSuse DVD that I downloaded was just bare
> > without any any supporting files that I could see.
> 
> You mean the API?

No. I got qtCreator without any header, library (.a) or documentation. Hence 
why I downloaded the full sdk.

> http://www.sassociations.net/cfrankb/lgck/
> This one?

Yes. This is the project homepage.

> Contact Ian - iandw d0t au ät gmail d0t com
> He should be able to tell you whether there's interest and easily get you
> in.

That sounds like a plan. I'll try that ! (I will BCC you on my email to Ian)

Thank you again for your help ! :)

Regards,
Frank B.
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to