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

Windows compiling question

From: Clint Stotesbery <cstotes_at_hotmail.com>
Date: 2005-02-01 10:42:47 CET

I'm compiling Subversion on Windows and I've run into the errors below which
seem to be related to one root cause.

------ Build started: Project: mod_dav_svn, Configuration: Debug Win32
------

Compiling...
version.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
util.c
\svn\src-trunk\subversion\mod_dav_svn\util.c(22) : fatal error C1083: Cannot
open include file: 'mod_dav.h': No such file or directory
update.c
\svn\src-trunk\subversion\mod_dav_svn\update.c(25) : fatal error C1083:
Cannot open include file: 'mod_dav.h': No such file or directory
repos.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
mod_dav_svn.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
merge.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
log.c
\svn\src-trunk\subversion\mod_dav_svn\log.c(24) : fatal error C1083: Cannot
open include file: 'mod_dav.h': No such file or directory
liveprops.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
file_revs.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
deadprops.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
activity.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory
Generating Code...

Build log was saved at
"file://c:\svn\src-trunk\Debug\subversion\mod_dav_svn\BuildLog.htm"
mod_dav_svn - 11 error(s), 0 warning(s)

------ Build started: Project: mod_authz_svn, Configuration: Debug Win32
------

Compiling...
mod_authz_svn.c
c:\svn\httpd-2.0.52\include\ap_config.h(228) : fatal error C1083: Cannot
open include file: 'os.h': No such file or directory

Build log was saved at
"file://c:\svn\src-trunk\Debug\subversion\mod_authz_svn\BuildLog.htm"
mod_authz_svn - 1 error(s), 0 warning(s)

In the INSTALL document in the subversion sources it says:
"If you build Berkeley DB from the source, you will have to copy the file
db-4.2.52\build_win32\db.h to SVN\src-trunk\db4-win32\include, and all the
import libraries to SVN\src-trunk\db4-win32\lib. Again, the DLLs should be
somewhere in your path."

I understand the first part of the above paragraph. I have os.h in an
include folder. The second part I don't quite follow. What exactly do I need
in the lib folder? Right now I have libdb42.lib and libdb42d.lib. I tried
putting os.h in lib but then it gave an error about dbinc_auto\os_ext.h so I
put that file in too but that didn't get rid of that error. So what exactly
are "all the import libraries" that need to go into the lib folder? I'm
guessing that I'm missing something important in the lib folder for
mod_dav_svn and mod_authz_svn.
Thanks,
-Clint

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 1 10:45:10 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.