When I did a search for apr.h. I only found apr.hw, apr.hnw and
apr.h.in and no apr.h. Do i have to do anything with apr? I just
erxtracted the source zip file and set include path according to the
install document.
Daniel L. Rall wrote:
On 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).
---------------------------------------------------------------------
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 2007