Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Matthieu Moy
Tuomo Valkonen <[EMAIL PROTECTED]> writes: > On 2006-05-18, csant <[EMAIL PROTECTED]> wrote: >> Yes, that fixed it: > > Now I just need a darcs patch... Here it is, sir :-) New patches: [Use -lm and -ldl in the test for -llua [EMAIL PROTECTED] { hunk ./configure.ac 247 +AC_CHECK_LIB([m], [exp]

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Tuomo Valkonen
On 2006-05-18, csant <[EMAIL PROTECTED]> wrote: > Yes, that fixed it: Now I just need a darcs patch... -- Tuomo

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread csant
On Thu, 18 May 2006 10:03:01 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: csant <[EMAIL PROTECTED]> writes: Still failing with the same error after applying the patch to a clean tree before running autoreconf. Then, can you try this one (on a clean tree): --- old-ion-3/configure.ac

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Tuomo Valkonen
On 2006-05-18 10:03 +0200, Matthieu Moy wrote: > csant <[EMAIL PROTECTED]> writes: > > > Still failing with the same error after applying the patch to a clean > > tree before running autoreconf. > > Then, can you try this one (on a clean tree): If you people can fix this issue, I'll make a new

Re: darcs snapshot building error with lua 5.1

2006-05-18 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: > Still failing with the same error after applying the patch to a clean > tree before running autoreconf. Then, can you try this one (on a clean tree): --- old-ion-3/configure.ac 2006-05-18 13:21:14.347139320 +0200 +++ new-ion-3/configure.ac 2006-05-1

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread csant
On Thu, 18 May 2006 01:04:25 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: csant <[EMAIL PROTECTED]> writes: configure:5794: checking for lua_call in -llua configure:5824: gcc -o conftest -g -O2 conftest.c -llua >&5 /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../liblua.a(lvm.o)(.text+0

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread csant
On Thu, 18 May 2006 00:40:38 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: csant <[EMAIL PROTECTED]> writes: configure: error: *** Can't find lua_call in lua. *** Check for liblua installation or --with-lua-libraries or --with-lua-suffix options Where is liblua instal

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: > configure:5794: checking for lua_call in -llua > configure:5824: gcc -o conftest -g -O2 conftest.c -llua >&5 > /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../liblua.a(lvm.o)(.text+0xab5): > In function `Arith': > lvm.c: undefined reference to `pow' > /usr/l

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant <[EMAIL PROTECTED]> writes: >>> configure: error: *** Can't find lua_call in lua. >>> *** Check for liblua installation or >>> --with-lua-libraries or --with-lua-suffix options >> >> Where is liblua installed and how is it called? >> > > I installed lua 5.1 from source with

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread csant
On Thu, 18 May 2006 03:22:37 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: csant wrote: On Wed, 17 May 2006 20:06:00 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: That should be fixed now, but testers (in particular, non-debian users) on a system that once-upon-a-time was SUSE 9.3, mostl

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
csant wrote: > On Wed, 17 May 2006 20:06:00 +0200, Matthieu Moy <[EMAIL PROTECTED]> > wrote: > >> That should be fixed now, but testers (in particular, non-debian users) > on a system that once-upon-a-time was SUSE 9.3, mostly with packages > built on the system now. > >> To test: >> >> [ install

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread csant
On Wed, 17 May 2006 20:06:00 +0200, Matthieu Moy <[EMAIL PROTECTED]> wrote: That should be fixed now, but testers (in particular, non-debian users) on a system that once-upon-a-time was SUSE 9.3, mostly with packages built on the system now. To test: [ install darcs ] darcs get --partial

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
Tuomo Valkonen wrote: > On 2006-05-17, Matthieu Moy <[EMAIL PROTECTED]> wrote: >> I've hacked a bit, and it seems I have a working configure.ac. > > BTW, there are a few other autoconf issues in the TODO list (included in > the repository), in case anyone cares to fix them. That should be fixed

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Tuomo Valkonen
On 2006-05-17, Matthieu Moy <[EMAIL PROTECTED]> wrote: > I've hacked a bit, and it seems I have a working configure.ac. BTW, there are a few other autoconf issues in the TODO list (included in the repository), in case anyone cares to fix them. -- Tuomo

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Matthieu Moy
"Vladimir Chizhov" <[EMAIL PROTECTED]> writes: > The current darcs snapshot fails on ./configure with the following message: > > checking for lua_open in -llua... no > configure: error: *** Can't find lua_open in lua. > *** Check for liblua installation or > --with-lua-libraries

Re: darcs snapshot building error with lua 5.1

2006-05-17 Thread Tuomo Valkonen
On 2006-05-17, Vladimir Chizhov <[EMAIL PROTECTED]> wrote: > The current darcs snapshot fails on ./configure with the following message: > > checking for lua_open in -llua... no > configure: error: *** Can't find lua_open in lua. > *** Check for liblua installation or > --with-lua

darcs snapshot building error with lua 5.1

2006-05-16 Thread Vladimir Chizhov
The current darcs snapshot fails on ./configure with the following message: checking for lua_open in -llua... no configure: error: *** Can't find lua_open in lua. *** Check for liblua installation or --with-lua-libraries or --with-lua-suffix options It's sad :`(