lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lightning] lightning on mingw


From: Reini Urban
Subject: [Lightning] lightning on mingw
Date: Sun, 18 May 2008 18:17:12 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9

Elliott Slaughter schrieb:
On Fri, May 16, 2008 at 9:08 AM, Reini Urban <address@hidden> wrote:
2008/5/16 Yaroslav Kavenchuk <address@hidden>:
Reini Urban wrote:
You'd need latest cvs, because we fixed several bugs in lightning.
My version is called 1.2c,
but in the NEWS file they are already calling it 1.3

cvs -d :pserver:address@hidden:/sources/lightning co
lightning
Thanks!

Any source tarball?
Ok.
http://rurban.xarch.at/software/lightning-cvs-20080516.tar.bz2

Is there something I need to do before compiling? I assumed this would work

./configure --prefix=${prefix}
make
make check
make install

But I keep getting all tests failing on 'make check' (both with the
old 1.2 tarball and the new cvs tarball).

latest lightning cvs + mingw:
In file included from C:/gnu/local/include/lightning.h:50,
                  from lightning.c:55,
                  from ../src/eval.d:8269:
C:/gnu/local/include/lightning/funcs-common.h:38: error: syntax error
before '(' token
C:/gnu/local/include/lightning/funcs-common.h:42: warning: no previous
declaration for 'jit_fail'
In file included from ../src/eval.d:8269:
lightning.c:1162:1: warning: "S_operand_ignore" redefined
../src/eval.d:6129:1: warning: this is the location of the previous
definition
In file included from ../src/eval.d:8269:
lightning.c: In function `jit_compile_':
lightning.c:1296: warning: implicit declaration of function `jit_allocai'
lightning.c:3069: error: `setjmp' undeclared (first use in this function)
lightning.c:3069: error: (Each undeclared identifier is reported only once
lightning.c:3069: error: for each function it appears in.)
make: *** [eval.o] Error 1

So you have to fix the mingw header errors (jit_fail conflict, ...) by yourself. I only fixed it for cygwin.
Please report the error or send patches to address@hidden
--
Reini Urban
http://phpwiki.org/  http://murbreak.at/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]