chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] CVS version: testsuites, syntax-case.c, examples


From: Sven Hartrumpf
Subject: [Chicken-users] CVS version: testsuites, syntax-case.c, examples
Date: Fri, 20 Dec 2002 14:44:00 +0100 (CET)

Hi all.
Here are some problems with the current CVS version:

1. make test
[after installation of chicken]
> make test
...
chicken test-example.scm -hygienic -include-path .. -optimize-level 1 
-output-file test-example.c && \
  gcc321  -L../.libs -I.. -lchicken -lm -ldl test-example.c -o test-example && \
  ./test-example
compiling file `test-example.scm' ...
Error: unbound variable: output-style-human-simple
writing stack-trace...
last traced call: output-style-human-simple
make: *** [test-example] Error 70

BTW:
I had to change one line in ./makefile for target test:
        cd testsuites; $(MAKE) CC=$(CC) CHICKEN=$(CHICKEN) CFLAGS="$(CFLAGS)"; 
cd ..

->

        cd testsuites; $(MAKE) CC=$(CC) CHICKEN=../$(CHICKEN) 
CFLAGS="$(CFLAGS)" LIBDIR=../.libs; cd ..


2. syntax-case.c
gcc -O3 (same for -O2) (gcc version 3.2.1) runs out of memory for syntax-case.c:
"Solution" after make failure:
> gcc321 -DHAVE_CONFIG_H -I. -I. -I. -DC_STACK_GROWS_DOWNWARD=1 
> -DC_INSTALL_LIB_HOME=\"/programs/free/chicken-cvs/lib/chicken\" 
> -DC_USE_C_DEFAULTS -O1 -fomit-frame-pointer -DHAVE_ALLOCA_H -fstrict-aliasing 
> -c syntax-case.c  -fPIC -DPIC -o .libs/syntax-case.lo
Above is the line that "make" last reported, with -O3 replaced by -O1.
> mv -f .libs/syntax-case.lo syntax-case.lo
> make (again)


3. make examples:
"make examples" fails because the src/ directory is not created by make install.

Ciao
Sven



reply via email to

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