Re: Error running configure for subversion 1.7.0

2011-10-16 Thread Ed Hillmann
Thanks for the ideas. I was using /bin/sh (my call to configure is in a shell script). I tried /usr/xpg4/bin/sh, but I still get the same error. I also tried changing the configure script to call echo $output_flags, but no change. :/ Thanks very much for the ideas, though. Ed On Fri, Oct 14,

Re: Error running configure for subversion 1.7.0

2011-10-16 Thread Ed Hillmann
I spoke too soon. Changing printf to echo $output_flags did work. I just needed to do it for all of the occurences in the script. So, I'm making forward progress. Thanks! Ed On Fri, Oct 14, 2011 at 6:59 PM, Philip Martin philip.mar...@wandisco.comwrote: Ed Hillmann ed.hillm...@gmail.com

Re: Error running configure for subversion 1.7.0

2011-10-14 Thread Philip Martin
Ed Hillmann ed.hillm...@gmail.com writes: checking for a BSD-compatible install... build/install-sh -c configure: Apache Portable Runtime (APR) library configuration checking for APR... yes checking APR version... 1.4.5 /u01/ct/ctapp/subversion-1.7.0/configure: bad substitution I can't

Error running configure for subversion 1.7.0

2011-10-13 Thread Ed Hillmann
Hi all. I'm trying to build svn 1.7.0 on a Solaris 9 box, using gcc v 4.1.1. I've already downloaded and built APR and APR-UTIL, and am passing their install directories to the configure command using --with-apr and --with-apr-util. They seemed to compile and install without an error. When I