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

sed configure error

From: N. Thomas <nthomas_at_cise.ufl.edu>
Date: 2002-02-12 23:21:32 CET

Didn't find this in the archives, but running the main configure in 0.80
(r909) gives an error for line 8182:

   CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | \
   sed -e "s/-I[^ ]*//g"`"

apparently, Solaris sed doesn't like the double quotes within double quotes.

I just single-quoted the inner set

   CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | \
   sed -e 's/-I[^ ]*//g'`"

And that seemed to work.

noble

-- 
N. Thomas
nthomas@cise.ufl.edu
http://www.cise.ufl.edu/~nthomas
Etiamsi occiderit me, in ipso sperabo
---------------------------------------------------------------------
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:37:07 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.