You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Barstow <Jo...@gfsg.co.nz> on 2003/04/27 22:31:14 UTC

More win32 compile errors...

Still attempting to get a win32 build from trunk working.  Moving the apr
sources into the subversion working directory get gen-make to work; now
attempting to build generates the following errors.  I would assume the
mysterious environment variable is somehow the source of the syntax error.

--------------------Configuration: mod_dav_svn - Win32
Release--------------------
Compiling...
reps-strings.c
C:\Projects\subversion\subversion\libsvn_fs\reps-strings.c(723) : error
C2146: syntax error : missing ')' before identifier 'APR_UINT64_T_FMT'
Error executing cl.exe.

__ALL__ - 1 error(s), 0 warning(s)
The following environment variables were not found
$(HTTPD)

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: More win32 compile errors...

Posted by Blair Zajac <bl...@orcaware.com>.
John Barstow wrote:
> 
> Still attempting to get a win32 build from trunk working.  Moving the apr
> sources into the subversion working directory get gen-make to work; now
> attempting to build generates the following errors.  I would assume the
> mysterious environment variable is somehow the source of the syntax error.
> 
> --------------------Configuration: mod_dav_svn - Win32
> Release--------------------
> Compiling...
> reps-strings.c
> C:\Projects\subversion\subversion\libsvn_fs\reps-strings.c(723) : error
> C2146: syntax error : missing ')' before identifier 'APR_UINT64_T_FMT'
> Error executing cl.exe.

This looks like an error if you're using an older version of Apache.
Get 2.0.45 and try again.

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org