Re: Compiling Subversion

2015-05-21 Thread Nico Kadel-Garcia
On Wed, May 20, 2015 at 7:21 AM, Chandra, Ramesh H.S. IN BLR STS wrote: > NOTE : In our company, there is a policy that internet access > will not be given to machines having Ubuntu OS. So, I cannot use “apt-get > install ” . You need to talk to your admins about setting up an intern

Re: Compiling Subversion

2015-05-20 Thread Kris Deugau
Chandra, Ramesh H.S. IN BLR STS wrote: > I am trying to build the sources. When I execute ./configure > from the subversion directory, it is giving me the following error: > root@INBLRKUN1001:/subversion-1.8.13# ./configure > configure: Configuring Subversion 1.8.13 > configure: creat

RE: Compiling Subversion on Windows

2012-03-12 Thread Mark Raymond
@subversion.apache.org Subject: Re: Compiling Subversion on Windows Mark, > I've been attempting to compile Subversion on Windows (64-bit). I've been > able to solve most of the issues I had when compiling, but there's just one > file left that is refusing to compile - libs

RE: Compiling Subversion on Windows

2012-03-12 Thread Brad Lemings
The __imp_ prefixes mean that the linker is looking for a DLL. For static linking, the XML_STATIC macro has to be defined in the code that links to Expat. My solution for this problem: configure with the --without-neon option. :) > -Original Message- > From: Mark Raymond [mailto:ma...

Re: Compiling Subversion on Windows

2012-03-12 Thread kmradke
Mark, > I've been attempting to compile Subversion on Windows (64-bit). I've been > able to solve most of the issues I had when compiling, but there's just one > file left that is refusing to compile - libsvn_ra-1.dll. > The build environment is Visual Studio 2008 on Windows 7 64-bit, using the

Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Becroft
On Mon, Jan 17, 2011 at 7:22 AM, Daniel Shahaf wrote: > Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000: > > After investigation, it seems that the path for LIBTOOL was defined > > incorrectly. I had to change apr-util/build/rules.mk:38 from: > > > > LIBTOOL=$(SHELL) $(top_builddir

Re: Compiling subversion on Ubuntu 10.10

2011-01-16 Thread Daniel Shahaf
Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000: > After investigation, it seems that the path for LIBTOOL was defined > incorrectly. I had to change apr-util/build/rules.mk:38 from: > > LIBTOOL=$(SHELL) $(top_builddir)/libtool > to > LIBTOOL=$(SHELL) $(apr_builddir)/libtool >

Re: Compiling subversion on Ubuntu 10.10

2011-01-14 Thread Daniel Becroft
Apologies, I also had to make the same change to apr/build/apr_rules.mk:38. --- Daniel Becroft On Sat, Jan 15, 2011 at 8:45 AM, Daniel Becroft wrote: > Hi, > > I've had some issues compiling Subversion and APR in my Ubuntu environment > (the below output is done from /trunk - I haven't tried a

RE: Compiling Subversion on AIX

2010-04-28 Thread Giulio Troccoli
rt Cooper > Sent: 28 April 2010 15:23 > To: Giulio Troccoli; users@subversion.apache.org > Subject: Re: Compiling Subversion on AIX > > Thanks for the help Giulio. Using that configure statement > (with gcc): > CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure

Re: Compiling Subversion on AIX

2010-04-28 Thread Robert Cooper
Thanks for the help Giulio. Using that configure statement (with gcc): CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure -C --disable-shared --without-ssl \  --without-berkeley-db --prefix=/usr/local/svn--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util \ --without-apxs --without-serf --d

RE: Compiling Subversion on AIX

2010-04-22 Thread Giulio Troccoli
Linedata Services (UK) Ltd Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB Registered in England and Wales No 3027851VAT Reg No 778499447 From: dig1tal.coo...@gmail.com [mailto:dig1tal.coo...@gmail.com] On Behalf Of Rob