How do I get gdk-pixbuf-devel | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I want to install lazarus on paldo. gdk-pixbuf-devel is needed. Seems I need some source. Must I install it form here or how can I add it to paldo?
Code | [In neuem Fenster öffnen] | | Compiling /home/amnon/pascal/lazarus/components/mpaslex/mpaslex.pp
Compiling codeexplorer.pas
Compiling codeexplopts.pas
Compiling buildfiledlg.pas
Compiling procedurelist.pas
Compiling extractprocdlg.pas
Compiling findrenameidentifier.pas
Compiling cleandirdlg.pas
Linking ../lazarus
/usr/bin/ld: cannot find -lgdk_pixbuf
lazarus.pp(117,1) Error: Error while linking
make[2]: *** [lazarus] Error 1
make[2]: Leaving directory `/home/amnon/pascal/lazarus/ide'
make[1]: *** [ide] Error 2
make[1]: Leaving directory `/home/amnon/pascal/lazarus/ide'
make: *** [ide] Error 2
|
|
|
|
|
|
|
Re: How do I get gdk-pixbuf-devel | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | gdk-pixbuf is a very old package, it has been deprecated for more than 4 years now and is not in paldo as no other package needs it. The current version, gdk-pixbuf 2.0, is part of gtk+-2.0. If you really need the old version, you have to build it yourself; you should first double check that there is no gtk+-2.0 version of Lazarus, though. |
|
|
|
|
|
Re: How do I get gdk-pixbuf-devel | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | seems lazarus is to oldschool. It works only with gtk+-1.2. there are other IDEs out there  |
|
|
|
|
|