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

Errors compiling SVN with VC7

From: Shurik O <shuriko_at_gmail.com>
Date: 2004-11-19 01:42:36 CET

Hello All,

I get several errors when trying to compile SVN with VC7:

1) Missing poll\unix\pollacc.c and '.\ldap\apr_ldap_compat.c

2) libapriconv project cannot find apr.h -- it's include directory is set to ..\apr\include while
it should be ..\apr-1.0.0\include. Other projects do fine as it is set up correctly.

TIA for youre help,
Shurik

---------------------------- Error # 1 ------------------------------------
------ Build started: Project: libapr, Configuration: Debug Win32 ------

Compiling...
pollacc.c
c1 : fatal error C1083: Cannot open source file: '.\poll\unix\pollacc.c': No such file or directory

Build log was saved at "file://d:\work\buildSVN\apr-1.0.0\Debug\BuildLog.htm"
libapr - 1 error(s), 0 warning(s)

---------------------------- Error # 2 ------------------------------------
------ Build started: Project: libapriconv, Configuration: Debug Win32 ------

Compiling...
iconv_uc.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv_module.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv_int.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv_ces_iso2022.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv_ces_euc.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv_ces.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
iconv.c
d:\work\buildSVN\apr-iconv-1.0.0\lib\iconv.h(35) : fatal error C1083: Cannot open include file: 'apr.h': No such file or directory
Generating Code...

Build log was saved at "file://d:\work\buildSVN\apr-iconv-1.0.0\Debug\BuildLog.htm"
libapriconv - 7 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 Fri Nov 19 02:02:16 2004

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.