From: Kenneth P. Turvey
Subject: Building clisp from cvs sources
Date: 
Message-ID: <slrn9ksfln.j60.kt-alt@pug1.sprocketshop.com>
I'm having some difficulty building clisp from the cvs sources over the
last several days.  

It crashes after this message: 

  ... 
  In file included from spvw.d:21:
  lispbibl.d:7007: warning: register used for two global register variables
  spvw.d: In function `main': 
  spvw.d:1696: warning: variable `argv_memneed' might be clobbered by `longjmp' or `vfork' 
  make: *** [spvw.o] Error 1

I'm trying to do the build on an intel box running 
Debian 2.2rev3 (potato) GNU/Linux.  I'm sure it doesn't matter but I
have two processors and I am running an SMP kernel. 

Any help would be appreciated.

TIA, 

-- 
Kenneth P. Turvey <······@SprocketShop.com> 
--------------------------------------------------------
  The only two things that are infinite in size are the universe and human 
  stupidity. And I'm not completely sure about the universe.   
        -- Albert Einstein

From: Sam Steingold
Subject: Re: Building clisp from cvs sources
Date: 
Message-ID: <ud7747tkp.fsf@xchange.com>
> * In message <·····················@pug1.sprocketshop.com>
> * On the subject of "Building clisp from cvs sources"
> * Sent on Thu, 12 Jul 2001 19:20:07 -0500
> * Honorable ······@SprocketShop.com (Kenneth P. Turvey) writes:
>
> I'm having some difficulty building clisp from the cvs sources over
> the last several days.

if you are using the unreleased development sources, you should
subscribe to clisp-devel mailing list and ask questions there.

>   ... 
>   In file included from spvw.d:21:
>   lispbibl.d:7007: warning: register used for two global register variables
>   spvw.d: In function `main': 
>   spvw.d:1696: warning: variable `argv_memneed' might be clobbered by `longjmp' or `vfork' 
these are normal warnings.

>   make: *** [spvw.o] Error 1
huh?  were are the errors?

remove your cvs tree, get it again, then type
$ configure --build build

-- 
Sam Steingold (http://www.podval.org/~sds)
A poet who reads his verse in public may have other nasty habits.
From: Kenneth P. Turvey
Subject: Re: Building clisp from cvs sources
Date: 
Message-ID: <slrn9kv10v.u70.kt-alt@pug1.sprocketshop.com>
On 13 Jul 2001 11:11:02 -0400, Sam Steingold <···@gnu.org> wrote:

>remove your cvs tree, get it again, then type
>$ configure --build build
>

Thanks,  that did it.  It seems that 'make clean' doesn't really do what
it needs to.  Thanks for the help.  In the future I'll send something to
the list. 

-- 
Kenneth P. Turvey <······@SprocketShop.com> 
--------------------------------------------------------
  The only two things that are infinite in size are the universe and human 
  stupidity. And I'm not completely sure about the universe.   
        -- Albert Einstein