Re: Building subversion 1.5 Win32 missing file error
From: Wayne Ellery <wellery_at_optusnet.com.au>
Date: 2007-10-22 12:01:54 CEST Daniel L. Rall wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.org Received on Mon Oct 22 12:12:00 2007On Sat, 20 Oct 2007, Wayne Ellery wrote: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_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.... It looks like your include path isn't quite right. There are a lot of basic header files here that can't be found (e.g. apr.h should definitely be provided by APR). |
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.