Carlo Did you X to cross compile yet ? What about Pango and ATK ? I started with an archive of X that was available on the hardware suppliers web site. That compiled OK. I'm currently trying to compile Pango but have a problem where make complains that it can find an include file .../X11/xlibs.h while trying to compile pangox.c snippet below; pangox.c:26:22: X11/Xlib.h: No such file or directory In file included from pangox.c:32: pangox.h:31:22: X11/Xlib.h: No such file or directory In file included from pangox.c:32: I then get a long succession of error as a result of various things not being defined. I am wondering if it is a version related thing as I can find a folder called X11 or a file called xlibs.h in the include path I used. Do you know what version of X is required for Pango 1.8.0 to compile ? Did you manage to compile Xfree ? I wondering if I need to change to that - was it easy ? Regards Clive On Wednesday 18 May 2005 15:35, Carlo wrote: > Hi clive, > > Clive Chapman ha scritto lo scorso 18/05/2005 16:10: > > Hi Carlo > > > > When you did a Make after you did the ./configure did you get any errors > > ? > > > > I get; > > > > giounix.c:185: error: `SSIZE_MAX' undeclared (first use in this function) > > > > I did find an old posting for glib 2.0.0 that suggested the way to > > correct it was to add > > > > #define _POSIX_SOURCE > > > > to the giounix.c file. > > > > I am compiling glib 2.6.4 and I am having the same problem but the > > #define _POSIX_SOURCE is already in giounix.c > > This is *exactly* the point at which I arrived using my flat toolchain; > but this problem did not raise with scratchbox. > > > I did find another posting that suggested I should just delete the two > > offending lines of code. (For the time being I have done that just to > > see what happened..... Make then works and I get no other problems - also > > Make install works) > > > > You seemed to get pango and ATK etc.... compiled and working quickly > > Not yet; at this moment I'm transferring the sources of xfree under > scratchbox, in order to have a full clean X environment to be used > during pango & C build procedure (I don't want to compile them > --without-package). > > > - did you > > not have any other problems ? > > Not yet, but I'm sure I will ;-) > > Carlo > _______________________________________________ > > gtk-list@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list