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

Re: alguem sabe interpretar esse erro de compilacao do ibcs no woody?



Em Qua, 2002-10-16 às 16:33, Listas escreveu:
> alguem sabe interpretar esse erro de compilacao do ibcs no woody?
> o erro é esse:
> 
> In file included from binfmt_coff.c:62:
> ../include/ibcs/ibcs.h:47: warning: function declaration isn't a prototype
> binfmt_coff.c:135: warning: initialization from incompatible pointer type
> binfmt_coff.c: In function `load_object':
> binfmt_coff.c:570: warning: implicit declaration of function 
> `create_ibcs_tables'
> binfmt_coff.c:753: `PF_PTRACED' undeclared (first use in this function)
> binfmt_coff.c:753: (Each undeclared identifier is reported only once
> binfmt_coff.c:753: for each function it appears in.)
> binfmt_coff.c: In function `load_coff_library':
> binfmt_coff.c:1032: warning: `status' might be used uninitialized in 
> this function
> make: *** [binfmt_coff.o] Error 1
> 
> Alguem pode me ajudar?
> 

Olá --
	Ao que parece, as mensagens se devem à erros nos protótipos da funções.
Não seguem a ortodoxia do estilo C exigida pelo gcc.
	Acho que não impedem o funcionamento, IMHO. O meu chute é: vá em
frente. Mas sei lá, enthende?
	synthespian

 
-- 


(defun foo-l (byte)
     (cond ((null byte) nil)
	   ((atom byte) (format t "~% foo~C"#\l))))



Reply to: