Page 1 of 1

[SOLVED] How to config image codec as silly?

Posted: Tue Dec 02, 2008 03:26
by wizard
I enter this command:
./configure --with-default-image-codec=SILLYImageCodec

But the output is here:
...
checking for SILLY... no
configure: Image loading via SILLY by OpenGL renderer disabled
...
* Image Loading Codec Modules (currently for OpenGL Renderer only):
* Building Corona Image Codec: no
* Building DevIL Image Codec: no
* Building FreeImage Image Codec: no
* Building SILLY Image Codec: no
* Building TGA Image Codec: yes
*
* Default Image Codec will be: SILLYImageCodec
...

It seems SILLY is not being set as Image Codec and not being build.

How to make it effectively?

Thanks a lot!![/b]

Posted: Tue Dec 02, 2008 09:50
by CrazyEddie
Hi, and welcome :)

Which version of CEGUI are you building?
Have you installed the SILLY library?

CE.

Posted: Wed Dec 03, 2008 18:44
by Pompei2
You first need to download and install SILLY, after that, the configure should correctly detect your SILLY as being present and choose that as default image codec.

Posted: Fri Dec 05, 2008 01:41
by wizard
CrazyEddie wrote:Hi, and welcome :)

Which version of CEGUI are you building?
Have you installed the SILLY library?

CE.


I use CEGUI-0.6.1.
Yeah, I have installed SILLY-0.1.0

This issue has been fixed after "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/"

Thanks a lot!!

- Wizard

Posted: Fri Dec 05, 2008 01:42
by wizard
Pompei2 wrote:You first need to download and install SILLY, after that, the configure should correctly detect your SILLY as being present and choose that as default image codec.


This issue has been fixed after "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/"

Thanks a lot!!