gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: not a regexp ?


From: Camm Maguire
Subject: [Gcl-devel] Re: not a regexp ?
Date: 13 Feb 2006 15:12:25 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

OK, this should be fixed now -- thanks for the report!

PS -- have returned from the mini-sabbatical.

Take care,

Robert Boyer <address@hidden> writes:

> I built a fresh, clean 2.7.0 yesterday and noticed an oddity that I hadn't
> seen before, something about something not being a regexp.  See transcript
> below.
> 
> Bob
> 
> -------------------------------------------------------------------------------
> Here's the configure I was using:
> 
> ./configure --quiet --silent --enable-ansi       \
>           --disable-statsysbfd --enable-locbfd \
>             --enable-ihssize=2097110             \
>             --enable-vssize=2097110              \
>             --enable-maxpage=524288              \
>             --enable-holediv=100                 \
>             --enable-static
> 
> -------------------------------------------------------------------------------
> 
> GCL (GNU Common Lisp)  2.7.0 ANSI    Feb 10 2006 15:39:52
> Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd)
> Binary License:  GPL due to GPL'ed components: (BFD UNEXEC)
> Modifications of this banner must retain notice of a compatible license
> Dedicated to the memory of W. Schelter
> 
> Use (help) to get some basic information on how to use GCL.
> Temporary directory for compiler files set to /tmp/
> 
> >(describe 'cons)
> 
> CONS - external symbol in LISP package
> -----------------------------------------------------------------------------
> CONS                                                               [Function]
> -----------------------------------------------------------------------------
> CONS                                                                   [Type]
> 
> Defined as: (DEFTYPE CONS (&OPTIONAL (CAR T) (CDR T))
>               (LIST 'CONS (IF (EQ CAR '*) T CAR)
>                     (IF (EQ CDR '*) T CDR)))
> See the doc of DEFTYPE.
> Error in DESCRIBE-OBJECT [or a callee]: #(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
>                                           0 0 1 156 6 0 8 8 0 5 31 0 0
>                                           0 0 0 0 0) is not a regexp pattern
> 
> Fast links are on: do (si::use-fast-links nil) for debugging
> Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER.  Type :H for Help.
>  1 (Continue) Return to top level.
> dbl:>>
> 
> 
> 

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