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

Building subversion 1.5 Win32 missing file error

From: Wayne Ellery <wellery_at_optusnet.com.au>
Date: 2007-10-20 10:11:01 CEST

I'm getting afollowing error when I try to build.

First I ran this: after setting some environment variables

C:\svn\src-trunk>python gen-make.py -t dsp --with-zlib=..\zlib
--with-libintl=..\svn-win32-libintl --with-sqlite=..\sqlite-3.3.13
--with-apr=..\apr --with-apr-util=..\apr-util
--with-apr-iconv=..\apr-iconv --with-swig=..\swig

That worked fine. Then I tried

C:\svn\src-trunk>msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__
- Win32Release"

and this is the error I get. Can someone please tell me what I'm doing
wrong.

C:\svn\apr\include\apr_general.h(28): Could not find the file apr.h.
C:\svn\apr\include\apr_pools.h(37): Could not find the file apr.h.
C:\svn\apr\include\apr_errno.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(17): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(52): Could not find the file strings.h.
C:\svn\apr\include\apr_want.h(85): Could not find the file sys/uio.h.
C:\svn\apr\include\apr_want.h(103): Could not find the file arpa/inet.h.
C:\svn\apr\include\apr_allocator.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_thread_mutex.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_general.h(28): Could not find the file apr.h.
C:\svn\apr\include\apr_pools.h(37): Could not find the file apr.h.
C:\svn\apr\include\apr_errno.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(17): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(52): Could not find the file strings.h.
C:\svn\apr\include\apr_want.h(85): Could not find the file sys/uio.h.
C:\svn\apr\include\apr_want.h(103): Could not find the file arpa/inet.h.
C:\svn\apr\include\apr_allocator.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_thread_mutex.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_general.h(28): Could not find the file apr.h.
C:\svn\apr\include\apr_pools.h(37): Could not find the file apr.h.
C:\svn\apr\include\apr_errno.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(17): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(52): Could not find the file strings.h.
C:\svn\apr\include\apr_want.h(85): Could not find the file sys/uio.h.
C:\svn\apr\include\apr_want.h(103): Could not find the file arpa/inet.h.
C:\svn\apr\include\apr_allocator.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_thread_mutex.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_general.h(28): Could not find the file apr.h.
C:\svn\apr\include\apr_pools.h(37): Could not find the file apr.h.
C:\svn\apr\include\apr_errno.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(17): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(52): Could not find the file strings.h.
C:\svn\apr\include\apr_want.h(85): Could not find the file sys/uio.h.
C:\svn\apr\include\apr_want.h(103): Could not find the file arpa/inet.h.
C:\svn\apr\include\apr_allocator.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_thread_mutex.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_general.h(28): Could not find the file apr.h.
C:\svn\apr\include\apr_pools.h(37): Could not find the file apr.h.
C:\svn\apr\include\apr_errno.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(17): Could not find the file apr.h.
C:\svn\apr\include\apr_want.h(52): Could not find the file strings.h.
C:\svn\apr\include\apr_want.h(85): Could not find the file sys/uio.h.
C:\svn\apr\include\apr_want.h(103): Could not find the file arpa/inet.h.
C:\svn\apr\include\apr_allocator.h(25): Could not find the file apr.h.
C:\svn\apr\include\apr_thread_mutex.h(25): Could not find the file apr.h.
--------------------Configuration: libsvn_subr - Win32
Release--------------------
Compiling...
cmdline.c
..\..\..\..\apr\include\apr_errno.h(25) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
config_auth.c
..\..\..\..\apr-util\include\apr_md5.h(50) : fatal error C1083: Cannot
open include file: 'apu.h': No such file or directory
config_file.c
..\..\..\..\apr\include\apr_lib.h(28) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
config_win.c
..\..\..\..\apr\include\apr_file_info.h(25) : fatal error C1083: Cannot
open include file: 'apr.h': No such file or directory
error.c
..\..\..\..\apr\include\apr_general.h(28) : fatal error C1083: Cannot
open include file: 'apr.h': No such file or directory
io.c
..\..\..\..\apr\include\apr_lib.h(28) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
kitchensink.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
md5.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
opt.c
..\..\..\..\apr\include\apr_want.h(17) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
path.c
..\..\..\..\apr\include\apr_file_info.h(25) : fatal error C1083: Cannot
open include file: 'apr.h': No such file or directory
prompt.c
..\..\..\..\apr\include\apr_lib.h(28) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
simple_providers.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
ssl_server_trust_providers.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
stream.c
C:\svn\src-trunk\subversion\libsvn_subr\stream.c(24) : fatal error
C1083: Cannot open include file: 'apr.h': No such file or directory
subst.c
..\..\..\..\apr\include\apr_want.h(17) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
svn_base64.c
C:\svn\src-trunk\subversion\libsvn_subr\svn_base64.c(23) : fatal error
C1083: Cannot open include file: 'apr.h': No such file or directory
svn_string.c
..\..\..\..\apr\include\apr_lib.h(28) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
time.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
user.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
username_providers.c
..\..\..\..\apr\include\apr_pools.h(37) : fatal error C1083: Cannot open
include file: 'apr.h': No such file or directory
Generating Code...
Compiling...
utf.c
..\..\..\..\apr\include\apr_strings.h(48) : fatal error C1083: Cannot
open include file: 'apr.h': No such file or directory
win32_xlate.c
C:\svn\src-trunk\subversion\libsvn_subr\win32_xlate.c(27) : fatal error
C1083: Cannot open include file: 'apr.h': No such file or directory
xml.c
..\..\..\subversion\include\svn_pools.h(28) : fatal error C1083: Cannot
open include file: 'apr.h': No such file or directory
Generating Code...
Error executing cl.exe.

__ALL_TESTS__ - 23 error(s), 0 warning(s)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 20 10:13:30 2007

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.