[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: build problem

From: Greg Stein <gstein_at_kurgan.lyra.org>
Date: 2001-05-24 21:22:52 CEST

That line doesn't appear in our Makefile.in, so I'm wondering wtf it came
from. It also isn't in any of our substitutions that I'm aware of.

Is it possible that you didn't get a copy of Makefile.in from CVS because
there was one sitting in your working copy? (generated from Makefile.am)

Please try:

$ cd ~/projects/subversion
$ rm Makefile.in
$ cvs up Makefile.in
U Makefile.in
$ ./config.status
(should rewrite Makefile and svn_private_config.h)
$ make

If that doesn't work (and you get the same error), could you please post
your Makefile?

Cheers,
-g

On Thu, May 24, 2001 at 11:01:13AM -0400, Kevin Pilch-Bisson wrote:
> Same problem here, except mine is line 163, not 162
>
> On Thu, May 24, 2001 at 09:33:07AM -0500, cmpilato@collab.net wrote:
> > Greg, I just did a fresh update from CVS, autogen.sh, configure, and
> > everything seemed to go just fine.
> >
> > Then this:
> >
> > ~/projects/subversion % make
> > Makefile:162: *** missing separator. Stop.
> >
> > The line at 162 is just:
> >
> > @SET_MAKE@
> >
> > Any clues?
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
> >
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kevin Pilch-Bisson http://www.pilch-bisson.net
> "Historically speaking, the presences of wheels in Unix
> has never precluded their reinvention." - Larry Wall
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:30 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.