[E-devel] make dist and engage--wrong path!

2005-06-02 Thread Didier Casse
Hi there, Previously to install packages I used: ./autogen.sh make make install But now Fedora requires to do: ./autogen.sh make dist then take the resulting tarball then do a: ./configure make make install For all the packages this seem to be fine except for engage and

Re: [E-devel] make dist and engage--wrong path!

2005-06-02 Thread John Ellson
Didier Casse wrote: Hi there, Previously to install packages I used: ./autogen.sh make make install But now Fedora requires to do: ./autogen.sh make dist then take the resulting tarball then do a: ./configure make make install For all the packages this seem to be fine

Re: [E-devel] make dist and engage--wrong path!

2005-06-02 Thread Michael Jennings
On Thursday, 02 June 2005, at 10:05:06 (-0400), John Ellson wrote: Isn't this the same problem that I hit with x86_64 ?My fix was just to have rpm install whatever directory make generates: -%{_libdir}/enlightenment/modules_extra/engage/linux-gnu-i686/*

Re: [E-devel] make dist and engage--wrong path!

2005-06-02 Thread Didier Casse
On 6/2/05, Michael Jennings [EMAIL PROTECTED] wrote: On Thursday, 02 June 2005, at 10:05:06 (-0400), John Ellson wrote: Isn't this the same problem that I hit with x86_64 ?My fix was just to have rpm install whatever directory make generates:

Re: [E-devel] make dist and engage--wrong path!

2005-06-02 Thread Didier Casse
Hi, raster just enlightenment me on this puzzle and he just fixed it in CVS. In engage configure.in: - MODULE_ARCH=$target_os-$target_cpu + MODULE_ARCH=$host_os-$host_cpu ok problem solved now. :) With kind regards, Didier. Yum/apt repository for DR17/EFL: