Re: [E-devel] elm: repair check for clearenv

2012-09-06 Thread Vincent Torri
On Wed, Sep 5, 2012 at 1:57 PM, Leif Middelschulte wrote: >> >> and recompile to see if there is still the undef ref > Yes, sadly it is :-( > I've added the line > @LTLIBINTL@ \ > above @my_libs@, but it won't work. do: make clean make V=1 attache the terminal output and src/bin/Makefile Vince

Re: [E-devel] elm: repair check for clearenv

2012-09-05 Thread The Rasterman
On Wed, 5 Sep 2012 13:57:41 +0200 Leif Middelschulte said: > Am 04.09.2012 um 22:59 schrieb Vincent Torri : > > > On Tue, Sep 4, 2012 at 8:34 PM, Leif Middelschulte > > wrote: > >> Am 04.09.2012 um 19:55 schrieb Vincent Torri : > >> > >>> On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte > >>

Re: [E-devel] elm: repair check for clearenv

2012-09-05 Thread Leif Middelschulte
Am 04.09.2012 um 22:59 schrieb Vincent Torri : > On Tue, Sep 4, 2012 at 8:34 PM, Leif Middelschulte > wrote: >> Am 04.09.2012 um 19:55 schrieb Vincent Torri : >> >>> On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte >>> wrote: Am 04.09.2012 um 19:12 schrieb Vincent Torri : > On

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 8:34 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 19:55 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte >> wrote: >>> Am 04.09.2012 um 19:12 schrieb Vincent Torri : >>> On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte wrote:

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 19:12 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte >> wrote: >>> Am 04.09.2012 um 18:18 schrieb Vincent Torri : >>> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte wrote:

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Leif Middelschulte
Am 04.09.2012 um 19:12 schrieb Vincent Torri : > On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte > wrote: >> Am 04.09.2012 um 18:18 schrieb Vincent Torri : >> >>> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte >>> wrote: Hi, on my journey to create/update packages of the

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 18:18 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte >> wrote: >>> Hi, >>> >>> on my journey to create/update packages of the 1.7 release for Mac OS' >>> (home)brew package manager (http

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte wrote: > Hi, > > on my journey to create/update packages of the 1.7 release for Mac OS' > (home)brew package manager (http://mxcl.github.com/homebrew/), I stumbled > over a compilation error of elm due to missing 'clearenv'. > > Attached is a pa

[E-devel] elm: repair check for clearenv

2012-09-04 Thread Leif Middelschulte
Hi, on my journey to create/update packages of the 1.7 release for Mac OS' (home)brew package manager (http://mxcl.github.com/homebrew/), I stumbled over a compilation error of elm due to missing 'clearenv'. Attached is a patch that repairs the check for 'clearenv'. clear_env.diff Description