On Thu, Jan 22, 2009 at 10:18:59AM +0200, Ryan McDougall wrote: > Ok, so the correct information is set in glibconfig.h, as part of the > glib configure process. > > The build include is in /usr/lib/glib-2.0/include/glibconfig.h > The host include is in > /usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h
It's pretty much always a mistake if something uses system header files during cross-compilation: http://camltastic.blogspot.com/2008/11/common-mistakes-cross-compiling-mingw.html Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones Read my OCaml programming blog: http://camltastic.blogspot.com/ Fedora now supports 68 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
