gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Can't build on Linux


From: Blake McBride
Subject: [Gcl-devel] Can't build on Linux
Date: Sat, 2 May 2009 10:33:24 -0500

Greetings,

I am attempting to build (CVS) GCL (--enable-ansi) on 32 bit Ubuntu Linux using GCC 4.3.2.  At the end of the build process I am getting:

Initializing gcl_clcs_condition_definitions.o
Initializing gcl_clcs_kcl_cond.o
Warning: LOAD is being redefined.
Warning: OPEN is being redefined.
Initializing gcl_clcs_top_patches.o
Initializing gcl_clcs_install.o
;; Loading /home/blake/Backup/gcl/unixport/../gcl-tk/tk-package.lsp
;; Finished loading /home/blake/Backup/gcl/unixport/../gcl-tk/tk-package.lsp
;; Loading /home/blake/Backup/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
;; Finished loading /home/blake/Backup/gcl/unixport/../cmpnew/gcl_lfun_list.lsp
;; Loading /home/blake/Backup/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
;; Finished loading /home/blake/Backup/gcl/unixport/../cmpnew/gcl_cmpopt.lsp
;; Loading /home/blake/Backup/gcl/unixport/../lsp/gcl_auto_new.lsp
;; Finished loading /home/blake/Backup/gcl/unixport/../lsp/gcl_auto_new.lsp

T

>
T

>
#<"COMMON-LISP-USER" package>

>rm -f tmp_image
echo "(let ((si::*disable-recompile* nil)(compiler::*default-c-file* t)(compiler::*default-h-file* t)(compiler::*default-system-p* t)(compiler::*default-data-file* t))(si::do-recompile \"gcl_recompile.lsp\"))" | ./saved_ansi_gcl
GCL (GNU Common Lisp)  2.7.0 ANSI    May  2 2009 10:02:22
Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

Temporary directory for compiler files set to /tmp/

>Pass1 signature discovery on 1095 functions ...
; (DEFUN PCL::|(FAST-METHOD SHARED-INITIALIZE :AFTER (STD-CLASS T))|
         ...) is being compiled.
;; Warning: arg type mismatch in auto-proclamation (T T PCL::STD-CLASS
                                                    T T) -> (T T T T T)

; (DEFUN PCL::|(FAST-METHOD SHARED-INITIALIZE :AFTER (STRUCTURE-CLASS T))|
         ...) is being compiled.
;; Warning: arg type mismatch in auto-proclamation (T T STRUCTURE-CLASS
                                                    T T) -> (T T T T T)


Error:
Fast links are on: do (si::use-fast-links nil) for debugging
Signalled by LET.
SIMPLE-ERROR: can't compile (PCL::FAST-METHOD PRINT-OBJECT (CONDITION T))

Broken at LET.  Type :H for Help.
 1 (Continue) Retry compiling (CONDITIONS::|(PCL::FAST-METHOD PRINT-OBJECT (CONDITION T))|
                                  NIL).
 2 Return to top level.
COMMON-LISP-USER>>make[1]: *** [final] Error 255
rm post_init.lsp recompile.h pre_init.lsp
make[1]: Leaving directory `/home/blake/Backup/gcl/unixport'
make: *** [system] Error 2


reply via email to

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