gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: compile problem


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: compile problem
Date: 29 Aug 2002 22:01:26 -0400

Greetings, and thanks for the detailed report!  This is indeed a bug.
Am uploading a -45 now, and committing to CVS, as soon as I verify
that the tests pass.  Please let me know if the new package works for
you.

Take care,

"Gordon Shaw Novak" <address@hidden> writes:

> Camm,
>     Thank you for your prompt and helpful response, as always.
> 
> The command you used didn't work for me, so I downloaded the files
> manually and tried it again.  Note that I got a slightly different
> cvs, -43 rather than -44 which you had, when I downloaded from
> debian unstable.
> 
> Here is what I got:
> 
> Script started on Thu Aug 29 13:21:45 2002
> ouzel:~# ls -l *.deb
> -rw-r--r--    1 root     root       369716 Aug 29 13:20 
> gcl-doc_2.5.0.cvs20020625-44_all.deb
> -rw-r--r--    1 root     root      1826104 Aug 29 13:19 
> gcl_2.5.0.cvs20020625-43_i386.deb
> -rw-r--r--    1 root     root       251288 Aug 29 09:33 
> libgmp3_4.0.1-3_i386.deb
> ouzel:~# dpkg -i gcl_*.deb gcl-doc*.deb
> (Reading database ... 48431 files and directories currently installed.)
> Preparing to replace gcl 2.5.0.cvs20020625-43 (using 
> gcl_2.5.0.cvs20020625-43_i386.deb) ...
> remove/gcl: purging byte-compiled files for emacs19
> Unpacking replacement gcl ...
> Unpacking gcl-doc (from gcl-doc_2.5.0.cvs20020625-44_all.deb) ...
> Setting up gcl (2.5.0.cvs20020625-43) ...
> install/gcl: Handling install for emacsen flavor emacs19
> Loading 00debian-vars...
> Loading 20custom-init...
> Loading 42hyperlatex...
> Loading 50dpkg-dev...
> Loading 50ftnchek...
> ftnchek.el  Version 0.6 bugs to <address@hidden>
> Loading 50gcl...
> Loading 50octave...
> Loading 50psgml-init...
> Loading 50python-mode...
> Loading 50tdtd...
> Wrote /usr/share/emacs19/site-lisp/gcl/add-default.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/ansi-doc.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/dbl.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/default.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/doc-to-texi.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/gcl.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/man1-to-texi.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/smart-complete.elc
> Wrote /usr/share/emacs19/site-lisp/gcl/sshell.elc
> Done
> 
> Setting up gcl-doc (2.5.0.cvs20020625-44) ...
> 
> ouzel:~# gcl
> GCL (GNU Common Lisp)  Version(2.5.0) Sun Aug 18 12:21:07 EDT 2002
> Licensed under GNU Library General Public License
> Contains Enhancements by W. Schelter
> 
> >
> >(defun foo () nil)
> 
> FOO
> 
> >
> >(compile 'foo)
> 
> Compiling gazonk2.lsp.
> End of Pass 1.  
> End of Pass 2.  
> In file included from gazonk2.c:6011:
> /usr/include/regexp.h:181: macro `RETURN' used with just one arg
> /usr/include/regexp.h:183: macro `RETURN' used with just one arg
> /usr/include/regexp.h:185: macro `RETURN' used with just one arg
> /usr/include/regexp.h:187: macro `RETURN' used with just one arg
> /usr/include/regexp.h:189: macro `RETURN' used with just one arg
> /usr/include/regexp.h:191: macro `RETURN' used with just one arg
> /usr/include/regexp.h:193: macro `RETURN' used with just one arg
> /usr/include/regexp.h:200: macro `RETURN' used with just one arg
> In file included from gazonk2.c:6011:
> /usr/include/regexp.h: In function `compile':
> /usr/include/regexp.h:114: parse error before `regex_t'
> /usr/include/regexp.h:128: `__expr_ptr' undeclared (first use in this 
> function)
> /usr/include/regexp.h:128: (Each undeclared identifier is reported only once
> /usr/include/regexp.h:128: for each function it appears in.)
> /usr/include/regexp.h:181: `_val1' undeclared (first use in this function)
> /usr/include/regexp.h:181: parse error before `;'
> /usr/include/regexp.h:183: parse error before `;'
> /usr/include/regexp.h:185: parse error before `;'
> /usr/include/regexp.h:187: parse error before `;'
> /usr/include/regexp.h:189: parse error before `;'
> /usr/include/regexp.h:191: parse error before `;'
> /usr/include/regexp.h:193: parse error before `;'
> /usr/include/regexp.h:200: parse error before `;'
> gazonk2.c: At top level:
> gazonk2.c:6012: parse error before `*'
> gazonk2.c:6012: conflicting types for `regcomp'
> /usr/include/regex.h:540: previous declaration of `regcomp'
> gazonk2.c:6013: parse error before `*'
> gazonk2.c:6014: parse error before `*'
> gazonk2.c:6015: conflicting types for `regerror'
> /usr/include/regex.h:548: previous declaration of `regerror'
> 
> Error: (SYSTEM "(cd . ;gcc -c -I../h -Wall -DVOL=volatile 
> -I/fix/t2/camm/gcl-2.5.0.cvs20020625/o -fsigned-char -fwritable-strings -pipe 
> -O6 -fomit-frame-pointer  -O4 -c gazonk2.c -w)") returned a non-zero value 0.
> Fast links are on: do (si::use-fast-links nil) for debugging
> Error signalled by UNLESS.
> Broken at CERROR.  Type :H for Help.
> >>
> >>:q
> 
> Top level.
> >
> >(bye)
> ouzel:~# exit
> 
> Script done on Thu Aug 29 13:22:57 2002
> 
> This looks like a silly problem such as using the wrong include file.
> Many thanks, Gordon
> 
> 
> _______________________________________________
> 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]