Lazarus does not compile on my system SuSE 10.1, AMD64.

I tried both ppc386 and ppcx64 - version 2.0.4

First of all, in file customcodetool.pas, inline is used. Inline must be
switched on with {$INLINE ON} or add -Si to the compiler options in the
makefile, because -Si is not in the default config file of FPC. 
I suggest adding the {$INLINE ON}

Secondly, it fails to link:

/home/michael/fpc/lazarus/lcl/units/i386-linux/gtk/gtkint.o: In function 
`DATASOURCEINITIALIZE':
gtkobject.inc:2333: undefined reference to `gdk_pixbuf_get_from_drawable'
gtkobject.inc:2352: undefined reference to `gdk_pixbuf_get_from_drawable'
/home/michael/fpc/lazarus/lcl/units/i386-linux/gtk/gtkproc.o: In function 
`GDK_PIXBUF_RENDER_PIXMAP_AND_MASK':
gtkproc.inc:345: undefined reference to `gdk_pixbuf_render_pixmap_and_mask'
/home/michael/fpc/lazarus/lcl/units/i386-linux/gtk/gtkproc.o: In function 
`SCALEPIXMAP':
gtkproc.inc:1435: undefined reference to `gdk_pixbuf_get_from_drawable'
lazarus.pp(114,1) Error: Error while linking

Which version of gdk_pixbuf is needed to compile lazarus ?
I have libgdk_pixbuf-2.0.so.0.800.10 installed both for 32-bit and 64-bit.

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to