guile-devel
[Top][All Lists]
Advanced

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

Re: build problems


From: Dirk Herrmann
Subject: Re: build problems
Date: Tue, 5 Jun 2001 21:58:29 +0200 (MEST)

On Tue, 5 Jun 2001, Martin Grabmueller wrote:

> > From: "Dale P. Smith" <address@hidden>
> > Date: Tue, 05 Jun 2001 08:31:50 -0400
> > 
> > Dirk Herrmann wrote:
> > > 
> > > I get a couple of errors with the recent CVS:
> > > 
> > > > make
> > > Making all in ice-9
> > > make[1]: Entering directory 
> > > `/home/dirk/software/src/guile/development/ice-9'
> > > cd . && guile -c '(load-from-path "ice-9/syncase") (define-module (ice-9 
> > > syncase)) (psyncomp)'
> > > <unnamed port>:1:66: In expression (psyncomp):
> > > <unnamed port>:1:66: Unbound variable: psyncomp
> > 
> > I did a "touch ice-9/psyntax.pp" (or was it .ss?) to get it to build. 
> > Probably not The Right Thing.
> 
> After the recent autotools upgrades, I had to do even more to get it
> build:
> 
> touch ice-9/psyntax.pp
> rm libtool ltmain.sh missing mkinstalldirs config.sub config.guess

Thanks for the hint.  I had done the following:
  touch ice-9/psyntax.pp
  export LTCONFIG_VERSION=1.3.3
which also worked.  But your solution is cleaner, since it makes sure the
files are all updated correctly.

I assume that there is also some 'make veryclean' or whatever command that
should remove _all_ automatically generated files...

Best regards,
Dirk Herrmann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]