Compilation problems with latest maxima



Hi,

I have succesfully build maxima-cvs for gcl-2.4.3 and for the latest gcl-cvs with using both 
gcc-2.96 and gcc-3.2. As previously noted by  Camm, the problems  were
 due to the absence the file "cmpinclude.h" in the path..This file is created duiring building gcl. I did not know about it.

best regards
Valerij

PS When I tried to compile maxima with gcl built with option "--enable-ansi" I have the following 

Making all in src
make[1]: ÷ÈÏÄ × ËÁÔÁÌÏÇ `/home/soft/RPM/BUILD/maxima-5.9.0/src'
test -d binary-gcl || mkdir binary-gcl
test -d binary-gcl/numerical || mkdir binary-gcl/numerical
test -d binary-gcl/numerical/slatec || mkdir binary-gcl/numerical/slatec
LISPTYPE=gcl ; export LISPTYPE ;\
GCL=gcl ; export GCL ;\
.../lisp-utils/maxima-run-lisp \
        -x '(load "../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)' && \
        ../lisp-utils/maxima-run-lisp \
        -x '(load "../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load :verbose t)' \
         -d binary-gcl/maxima
gcl -batch -eval (let ((argv '())) (declare (ignorable argv)) (progn (load "../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)) (values))

Warning:
REQUIRE is being redefined.
Error in UNWIND-PROTECT [or a callee]: The function MAKE::WITH-COMPILATION-UNIT is undefined.

Fast links are on: do (use-fast-links nil) for debugging
Broken at UNWIND-PROTECT.  Type :H for Help.
 1 (Abort) Return to top level.
dbl:>>:q