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