[Lazarus] gdk_pixbuf
Juha Manninen
juha.manninen at phnet.fi
Sun Nov 15 12:42:50 CET 2009
On sunnuntai, 15. marraskuuta 2009 12:57:59 ing. A.J. Vogelaar wrote:
> Hello,
>
> there are a few links to create.
> For installing on Mandriva 2010.0 is use following instructions:
>
> MCC install : libgdk-pixbuf2 libgdk-pixbuf2-devel
> # cd /usr/lib/
> ln -s libgdk_pixbuf-2.0.so.0 libgdk_pixbuf-2.0.so
> ln -s libgtk-x11-2.0.so.0 libgtk-x11-2.0.so
> ln -s libgdk-x11-2.0.so.0 libgdk-x11-2.0.so
> ln -s libpango-1.0.so.0 libpango-1.0.so
> ln -s libatk-1.0.so.0 libatk-1.0.so
> Remark: delete ~/.fpc.cfg if present
> $ cd ~/lazarus
> make clean all
> On desktop links to :
> ~/lazarus/startlazarus
> /usr/local/share/doc/fpc-2.2.4/doc/fpdocs-2.2.4/
> Configure Lazarus:
> Environment | Options | Environment | Files | FPC source directory |
> /usr/local/lib/fpc/2.2.4/src/
I managed to compile it finally. I had to make the sym-links you mentioned and
then some more:
ln -s libgobject-2.0.so.0 libgobject-2.0.so
ln -s libglib-2.0.so.0 libglib-2.0.so
ln -s libgthread-2.0.so.0 libgthread-2.0.so
ln -s libgmodule-2.0.so.0 libgmodule-2.0.so
ln -s libcairo.so.2 libcairo.so
Someone should fix this issue. Is it a Mandrive / OpenSuse issue or FPC issue,
I don't know?
Thanks to all who answered. You are clever people here :-)
Juha Manninen
More information about the Lazarus
mailing list