Hi I am cross-building a generic i486 target. My host is ubuntu 9.04 (64 bits). The build fails on X11 stuffs, like libxcb, libx11 packages...
I tracked a little the problem and the configure stage of some packages test for the presence of files. For example : - libxcb tests for /usr/X11R7/share/xcb/xproto.xml - libx11 tests for /usr/X11R7/include/X11/keysymdef.h Those files are provided by xproto, and are present in the $root directory but the configure scripts tests paths which point to host files. I didn't find a way to tell the configure script an alternative path. Shouldn't a wrapper handle this and add the $root directory as a prefix ? Isn't is automatic ? How can I add such a wrapper ? Regards, Thomas ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
