gcl-devel
[Top][All Lists]
Advanced

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

RE: [Gcl-devel] Re: delayed pathname.d patch


From: Mike Thomas
Subject: RE: [Gcl-devel] Re: delayed pathname.d patch
Date: Fri, 23 Apr 2004 07:47:47 +1000

Hi Camm.

Whether this patch is really the cause or it has just triggered the strange
path behaviour seen in the Maxima build I don't know, but the build now
fails trying to compile pcl/pcl_pkg.lsp because the C compiler is fed a path
with no device (C:) as follows:

===========================================================================
Compiling PCL_PKG...
Compiling c:/cvs/stable/gcl-2.6.1/unixport/../pcl/pcl_pkg.lisp.
; (EXPORT (INTERN # ...) ...) is being compiled.
;; Warning: The package operation (EXPORT (INTERN
                                           (SYMBOL-NAME :ITERATE)
                                           (FIND-PACKAGE :ITERATE))
                                          (FIND-PACKAGE :ITERATE)) was in a
bad place.
; (IN-PACKAGE :WALKER) is being compiled.
;; Warning: The package operation (IN-PACKAGE :WALKER) was in a bad place.
; (EXPORT '(DEFINE-WALKER-TEMPLATE WALK-FORM ...)) is being compiled.
;; Warning: The package operation (EXPORT '(DEFINE-WALKER-TEMPLATE
                                            WALK-FORM
                                            WALK-FORM-EXPAND-MACROS-P
                                            NESTED-WALK-FORM
                                            VARIABLE-LEXICAL-P
                                            VARIABLE-SPECIAL-P
                                            VARIABLE-GLOBALLY-SPECIAL-P
                                            *VARIABLE-DECLARATIONS*
                                            VARIABLE-DECLARATION
                                            MACROEXPAND-ALL)) was in a bad
place.
; (IN-PACKAGE :ITERATE) is being compiled.
;; Warning: The package operation (IN-PACKAGE :ITERATE) was in a bad place.
; (EXPORT '(ITERATE ITERATE* ...)) is being compiled.
;; Warning: The package operation (EXPORT '(ITERATE ITERATE* GATHERING
                                            GATHER WITH-GATHERING
                                            INTERVAL ELEMENTS
                                            LIST-ELEMENTS LIST-TAILS
                                            PLIST-ELEMENTS EACHTIME
                                            WHILE UNTIL COLLECTING
                                            JOINING MAXIMIZING
                                            MINIMIZING SUMMING
                                            *ITERATE-WARNINGS*)) was in a
bad place.
; (IN-PACKAGE :PCL) is being compiled.
;; Warning: The package operation (IN-PACKAGE :PCL) was in a bad place.
; (IMPORT '(STRUCTUREP STRUCTURE-DEF ...)) is being compiled.
;; Warning: The package operation (IMPORT '(STRUCTUREP STRUCTURE-DEF
                                            STRUCTURE-REF)) was in a bad
place.
; (SHADOW 'DOTIMES) is being compiled.
;; Warning: The package operation (SHADOW 'DOTIMES) was in a bad place.
; (IN-PACKAGE "SI") is being compiled.
;; Warning: The package operation (IN-PACKAGE "SI") was in a bad place.
; (EXPORT '(%STRUCTURE-NAME %COMPILED-FUNCTION-NAME ...)) is being compiled.
;; Warning: The package operation (EXPORT '(%STRUCTURE-NAME
                                            %COMPILED-FUNCTION-NAME
                                            %SET-COMPILED-FUNCTION-NAME
                                            %INSTANCE-REF
                                            %SET-INSTANCE-REF)) was in a bad
place.
; (IN-PACKAGE 'PCL) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'PCL) was in a bad place.
; (SHADOW 'DOCUMENTATION) is being compiled.
;; Warning: The package operation (SHADOW 'DOCUMENTATION) was in a bad
place.
End of Pass 1.
End of Pass 2.
The system cannot find the path specified.
Error: (SYSTEM
"gcc -c -fno-zero-initialized-in-bss -mms-bitfields -Wall -fwritable-strings
 -DVOL=volatile -fsigned-char -mcpu=i386 -march=i386  -Ic:/cvs/stable/gcl-2.
6.1/unixport/../h  -g  -c
'/cvs/stable/gcl-2.6.1/unixport/../pcl/pcl_pkg.c' -o
'/cvs/stable/gcl-2.6.1/unixport/../pcl/pcl_pkg.o'  2> /dev/null ") returned
a non-zero value 1.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by UNLESS.
Broken at CERROR.  Type :H for Help.
PCL>>for i in gazonk* ; do j=$(echo $i | sed 's,\..*$,,1');\
        cat $i | sed "s,$j,pcl_$j,g" >pcl_$i && rm $i; done
sh: pcl_gazonk*: No such file or directory
cat: gazonk*: No such file or directory
make[1]: *** [pcl_boot.c] Error 1
make[1]: Leaving directory `/c/cvs/stable/gcl-2.6.1/pcl'
make: *** [unixport/saved_pcl_gcl] Error 2
=======================================================================

I probably won't be able to look at any of these things for the next three
days I'm sorry guys.

Cheers

Mike Thomas







reply via email to

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