im trying to crosscompile xdelta 1.1.4 but im having some problems:
1) im must use glib 2.2.4 and this release doesnt ahve the file glib-config,
then while doing ./configure always ask for glib-copnfigure. i skip this check
with this ./configure --with-glib-prefix=%{prefix}/usr, this is only a
workaround, there is nothing in /usr
2) after finish ./configure is asking me for glib.h library, so what im doing
is ./configure --with-glib-prefix=%{prefix}/usr
--includedir=%{prefix}/usr/include/glib-2.0 for specify where the library is,
but it is not able to find it, even if i try with
--oldincludedir=%{prefix}/usr/include/glib-2.0. glib.h is in the directory im
specifying but the Makefile created for ./configure is not getting the right
directory, it always get /usr
Original issue reported on code.google.com by adn...@gmail.com on 17 Nov 2010 at 9:10
Original issue reported on code.google.com by
adn...@gmail.com
on 17 Nov 2010 at 9:10