gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Compiling Maxima 5.9.0 on Mac OS X


From: Camm Maguire
Subject: Re: [Gcl-devel] Compiling Maxima 5.9.0 on Mac OS X
Date: 22 Aug 2003 15:52:23 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  I don't suppose you are out of disk space, or have a
non-writable file with that name in the way?  Do you have and .BAK
files there?  What does your manpage for fopen state as the possible
reasons for failure?

Take care,

Aurélien Chanudet <address@hidden> writes:

> > Can you post the exact build output in
> > question, with some generous context?
> 
> Here is the build output, along with a backtrace.
> Aurelien
> 
> ;      - Compiling source file "float.lisp" 
> Compiling float.lisp.
> End of Pass 1.  
> 
> ;; Note: Tail-recursive call of $BFLOAT was replaced
> by iteration.
> ;; Note: Tail-recursive call of $BFLOAT was replaced
> by iteration.
> ;; Note: Tail-recursive call of EXPTBIGFLOAT was
> replaced by iteration.
> ;; Note: Tail-recursive call of EXPTBIGFLOAT was
> replaced by iteration.
> ;; Note: Tail-recursive call of EXPTBIGFLOAT was
> replaced by iteration.
> End of Pass 2.  
> OPTIMIZE levels: Safety=0 (No runtime error checking),
> Space=0, Speed=3
> Finished compiling binary-gcl/float.o.
> 
> ;      - Loading binary file "binary-gcl/float.o" 
> Loading binary-gcl/float.o
> looking for _init_float
>  start address (dynamic) 0x66c37d4 Finished loading
> binary-gcl/float.o
> 
> ;      - Compiling source file "csimp.lisp" 
> Compiling csimp.lisp.
> End of Pass 1.  
> Error in LISP:LET [or a callee]: Cannot create the
> file binary-gcl/csimp.h.
> 
> Fast links are on: do (use-fast-links nil) for
> debugging
> Broken at CONDITIONS::CLCS-OPEN.  Type :H for Help.
>  1 (Continue) Retry opening file
> #p"binary-gcl/csimp.h".
>  2 (Abort) Return to top level.
> dbl:MAXIMA>>:bt
> 
> #0   CLCS-OPEN
> {loc0=(#p"binary-gcl/csimp.h"),loc1=(:direction
> :output),loc2=(nil #p"binary-gcl...} [ihs=77]
> #1   COMPILER-PASS2 {} [ihs=71]
> #2   COMPILE-FILE1 {} [ihs=62]
> #3   APPLY
> {loc0=compiler::compile-file1,loc1=("csimp.lisp"
> :output-file "binary-gcl/csimp....} [ihs=61]
> #4   APPLY
> {loc0=compiler::compile-file1,loc1=("csimp.lisp"
> :output-file "binary-gcl/csimp....} [ihs=60]
> #5   COMPILE-FILE {} [ihs=55]
> #6   APPLY {loc0=(lambda-block compile-file (&rest
> compiler::args &aux ...) ...),loc1="csim...} [ihs=54]
> #7   APPLY {loc0=(lambda-block compile-file (&rest
> compiler::args &aux ...) ...),loc1="csim...} [ihs=53]
> #8   COMPILE-FILE-OPERATION {} [ihs=47]
> #9   COMPILE-AND-LOAD-OPERATION {} [ihs=45]
> #10   FUNCALL
> {loc0=make::compile-and-load-operation,loc1=#<FILE:
> csimp>,loc2=:new-source-and-...} [ihs=44]
> #11   FUNCALL
> {loc0=make::compile-and-load-operation,loc1=#<FILE:
> csimp>,loc2=:new-source-and-...} [ihs=43]
> #12   OPERATE-ON-COMPONENT {} [ihs=37]
> #13   OPERATE-ON-COMPONENTS {#<FILE: float>=#<FILE:
> simp>,} [ihs=32]
> #14   OPERATE-ON-COMPONENT {} [ihs=26]
> #15   OPERATE-ON-COMPONENTS {#<MODULE:
> numerical>=#<MODULE: evaluator>,} [ihs=21]
> #16   OPERATE-ON-COMPONENT {} [ihs=15]
> #17   OPERATE-ON-SYSTEM {} [ihs=10]
> #18   FUNCALL
> {loc0=make:operate-on-system,loc1="maxima",loc2=:compile,loc3=:verbose,loc4=t,lo...}
> [ihs=9]
> #19   FUNCALL
> {loc0=make:operate-on-system,loc1="maxima",loc2=:compile,loc3=:verbose,loc4=t}
> [ihs=8]
> #20   TOP-LEVEL {loc0=nil,loc1=nil,loc2=nil} [ihs=5]
> #21   FUNCALL {loc0=#<compiled-function
> system:top-level>,loc1=nil,loc2=0,loc3=0,loc4=nil,loc5...}
> [ihs=4]
> 
> dbl:MAXIMA>>:b
> Backtrace: funcall > system:top-level > lisp:let >
> progn > funcall > funcall > make:operate-on-system >
> unwind-protect > progn > multiple-value-bind >
> lisp:let > make::operate-on-component > lisp:let >
> unwind-protect > progn > setq > case >
> make::operate-on-components > progn > lisp:if > dolist
> > when > make::operate-on-component > lisp:let >
> unwind-protect > progn > setq > case >
> make::operate-on-components > progn > lisp:if > dolist
> > when > make::operate-on-component > lisp:let >
> unwind-protect > progn > setq > case > funcall >
> funcall > make::compile-and-load-operation > lisp:let
> > make::compile-file-operation > lisp:let > cond >
> progn > lisp:let > or > apply > apply > compile-file >
> block > tagbody > progn > setq > apply > apply >
> compiler::compile-file1 > lisp:let > unwind-protect >
> progn > lisp:let* > lisp:let > unwind-protect > progn
> > when > compiler::compiler-pass2 > lisp:let >
> unwind-protect > progn > lisp:let > lisp:let >
> CONDITIONS::CLCS-OPEN
> 
> 
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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