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

problems building apr from subversion-1.2.0-rc2.zip

From: stephen meechan <mgvk68_at_dsl.pipex.com>
Date: 2005-05-01 16:50:20 CEST

I downloaded http://subversion.tigris.org/downloads/subversion-1.2.0-rc2.zip
and I'm trying to build it on:

    Windows 2000 Professional, service pack 4,
    Visual Studio 6, service pack 6
    Platform SDK from February 2003

I download and copied all the "Prerequisites" to the various directories and
set the PATH to match.

The instruction in the INSTALL file say that the source can be built using
the apr, apr-util, and apr-iconv directories included in the zip file.
However when I run the build command there's an error "This makefile was not
generated by Developer Studio." The full text is attached below.

G:\SVN\src-trunk>python gen-make.py -t
dsp --with-berkeley-db=db4-win32 --with-openssl=..\openssl-0.9.7f --with-zli
b=..\
zlib --enable-bdb-in-apr-util --with-libintl=..\svn-win32-libintl
Found libdb43.lib in db4-win32\lib
Found installed perl version number.
  Perl bindings will be linked with perl58.lib
Could not find installed SWIG, assuming version 1.3.19
Configuring apr-util library...
perl "apr-util\build\w32locatedb.pl" dll "db4-win32\include" "db4-win32\lib"
Using BDB version 4.3.27
Wrote: build\win32\neon.dsp

G:\SVN\src-trunk>msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ -
Win32 Release"
G:\SVN\src-trunk\apr-util\uri\gen_uri_delims.dsp

This makefile was not generated by Developer Studio.
G:\SVN\src-trunk\apr\libapr.dsp

This makefile was not generated by Developer Studio.
G:\SVN\src-trunk\apr-iconv\libapriconv.dsp

This makefile was not generated by Developer Studio.
G:\SVN\src-trunk\apr-iconv\ccs\libapriconv_ccs_modules.dsp

This makefile was not generated by Developer Studio.
G:\SVN\src-trunk\apr-iconv\ces\libapriconv_ces_modules.dsp

This makefile was not generated by Developer Studio.
G:\SVN\src-trunk\apr-util\xml\expat\lib\xml.dsp

This makefile was not generated by Developer Studio.
--------------------Configuration: libaprutil - Win32
Release--------------------
Build : warning : failed to (or don't know how to) build
'G:\SVN\src-trunk\apr-util\uri\gen_uri_delims.exe'

Generating uri_delims.h
'.\uri\gen_uri_delims.exe' is not recognized as an internal or external
command,
operable program or batch file.
Error executing c:\winnt\system32\cmd.exe.

__ALL_TESTS__ - 1 error(s), 1 warning(s)

G:\SVN\src-trunk>

The problem is that the apr dsp files have line ending of LF rather than
CRLF and the compiler wont use them, they also fail to load into the IDE.

The files in RC1 and 114 zip files are also LF only, but the files in the
113 zip are CRLF and if I extract those files they do build, although there
are later errors.

I just wanted to check first that I should be able to build subversion using
these apr files without building the whole apache installation first?

Or, is there an additional compiler option or switch needed to read the apr
dsp files?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 1 16:52:22 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.