ECToo / xdelta

Automatically exported from code.google.com/p/xdelta
0 stars 0 forks source link

1.1.4 not building succesfully #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Can you use Xdelta3.x instead?

Original comment by josh.mac...@gmail.com on 9 Jan 2011 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by josh.mac...@gmail.com on 17 Jun 2012 at 11:42