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).
- application/pgp-signature attachment: stored
Received on Mon Oct 22 08:17:17 2007