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

Re: svn commit: r10039 - in trunk: . build/generator subversion/bindings/swig subversion/bindings/swig/perl/libsvn_swig_perl subversion/bindings/swig/perl/native

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2004-06-26 19:44:36 CEST

Ben Reser wrote:
> That's why it's generated by autoconf, so it doesn't directly depend
> upon the apr config programs. On Windows you can have the build
> generator replace the @FOO@ symbols into the proper values.
>
> To see if the build works, you can just do this by hand for now.

Replacing the symbols and making a few other changes got the build working.
Here's a list of the changes I had to make and a patch showing them for my
system:

* Set values for autoconf variables: @top_srcdir@, @top_builddir@,
@SWIG_VERSION@, @SWIG@, @SVN_APR_INCLUDES@, @SVN_APRUTIL_INCLUDES@, and
@SVN_APR_EXPORT_LIBS@

* Stop picking up compiler options from `perl -MExtUtils::Embed -e ccopts`
On ActiveState Perl this returns options like -DPERL_IMPLICIT_SYS which
don't work with the subversion bindings on Windows.

* Specify different library paths because libraries have different names and
locations on windows

* Invoke 'nmake' instead of 'make' internally

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat Jun 26 19:45:35 2004

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.