Re: cross compilation of pango



On Fri, Sep 21, 2007 at 01:26:13PM +0530, Shilpa Singh wrote:
> /usr/arm/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I../.. 
> -DSYSCONFDIR=\"/opt/gtkdfb-arm/etc\" -DLIBDIR=\"/opt/gtkdfb-arm/lib\" 
> -DG_DISABLE_CAST_CHECKS -I../.. -g -O2 -Wall -MT fribidi.lo -MD -MP -MF 
> .deps/fribidi.Tpo -c fribidi.c  -fPIC -DPIC -o .libs/fribidi.o
> In file included from fribidi.h:31,
>                  from fribidi.c:28:
> fribidi_config.h:1:18: error: glib.h: No such file or directory

Obviously, GLib compiler flags are completely missing here
and therefore it cannot find glib.h. There must be
-I/path/to/glib/includes somehwere (actually two -Is, the
second to the arch-specific glibconfig.h, as pkg-config
normally prints them).  Without them it cannot work, so
whatever `In make file i have specified glib flags
correctly' means, they are not specified correctly.

Yeti

--
http://gwyddion.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]