On 1 September 2014 03:51, Faré <[email protected]> wrote:
> From a clean checkout of GCL:
>
> ./configure --prefix=/home/tunes/local/stow/gcl --enable-ansi
> make -l6 install prefix=/home/tunes/local/stow/gcl
>
> (cd o; make all)
> make[1]: Entering directory `/home/tunes/src/common-lisp/gcl/gcl/o'
> gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3
> -fomit-frame-pointer  -I/home/tunes/src/common-lisp/gcl/gcl/o -I../h
> -I../gcl-tk typespec.c
> In file included from ../h/include.h:127:0,
>                  from typespec.c:29:
> ../h/../h/new_decl.h:203:7: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
> ‘__attribute__’ before ‘{’ token
>  DEFUN {
>        ^
> make[1]: *** [typespec.o] Error 1
> make[1]: Leaving directory `/home/tunes/src/common-lisp/gcl/gcl/o'
> make: *** [unixport/saved_pre_gcl] Error 2

This patch should fix the problem:

http://lists.gnu.org/archive/html/gcl-devel/2014-06/msg00002.html

-- 
Will Newton
Toolchain Working Group, Linaro

_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to