gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: f2cl-lib.lisp


From: Camm Maguire
Subject: [Gcl-devel] Re: f2cl-lib.lisp
Date: 17 May 2002 17:59:27 -0400

Greetings!  OK I see it.

Before digging into any possible C issue, I'd like to ask you about
the obvious lisp issues first.  Can you give me any insight on the
following warnings?  Where are these missing variables defined?  What
is an *inline-function*, if this is a generic lisp concept?  The
problem lies here:

T1defun could not assure suitability of args for C call

My guess is the difficulty of an argument with a -> syntax??

Take care,


Compiling /home/camm/f2cl-lib.lsp.
; (DEFUN COL-MAJOR-INDEX ...) is being compiled.
;; The variable HI is undefined.
;; The compiler will assume this variable is a global.
;; The variable LO is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN IFIX ...) is being compiled.
;; Warning: INT (in lisp package) is called as a function--not yet defined
; (DEFUN IDFIX ...) is being compiled.
;; Warning: INT (in lisp package) is called as a function--not yet defined
; (DEFUN MAX1 ...) is being compiled.
;; Warning: INT (in lisp package) is called as a function--not yet defined
Warning: The declaration specifier INTEGER4 is unknown.
; (DEFUN PROCESS-IMPLIED-DO ...) is being compiled.
;; The variable START is undefined.
;; The compiler will assume this variable is a global.
;; The variable END is undefined.
;; The compiler will assume this variable is a global.
;; The variable &OPTIONAL is undefined.
;; The compiler will assume this variable is a global.
;; The variable STEP is undefined.
;; The compiler will assume this variable is a global.
;; The variable INDEX-VAR is undefined.
;; The compiler will assume this variable is a global.
;; The variable DATA-VARS is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN I1MACH ...) is being compiled.
;; The variable LEAST-POSITIVE-NORMALIZED-SINGLE-FLOAT is undefined.
;; The compiler will assume this variable is a global.
;; The variable LEAST-POSITIVE-NORMALIZED-DOUBLE-FLOAT is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
; (DEFUN LUN->STREAM ...) is being compiled.
;; Warning:  LUN->STREAM is proclaimed but not in *inline-functions* 
T1defun could not assure suitability of args for C call

-- 
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]