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

Re: M3 on FreeBSD

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-06 00:55:11 CEST

Hi,

On Wed, Sep 05, 2001 at 06:48:34PM -0400, Garrett Rooney wrote:
...
> ------ completed all in apr
> /bin/tcsh /usr/home/rooneg/subversion-M3/libtool --silent
> --mode=compile gcc -D_REENTRANT -D_THREAD_SAFE -g -O2
> -I./subversion/include -I. -I./apr/include -I./neon/src
> -I./expat-lite -o subversion/libsvn_delta/compose_editors.lo -c
> subversion/libsvn_delta/compose_editors.c
> Xsed=sed -e s/^X//: Command not found.
> Missing }.
> *** Error code 1

Mmmm, can you try this patch, and re-run config.status. The build tree
should work with non-GNU make.

Regards,

joe

Index: Makefile.in
===================================================================
--- SVN/text-base/Makefile.in Wed Sep 5 20:54:31 2001
+++ Makefile.in Wed Sep 5 23:53:36 2001
@@ -40,6 +40,7 @@
 
 CC = @CC@
 
+SHELL = @SHELL@
 LIBTOOL = $(SHELL) $(abs_builddir)/libtool
 LTFLAGS = --silent
 LT_LDFLAGS =

---------------------------------------------------------------------
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:40 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.