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

Re: Compile Error with VC6 at subversion/svnserve/serve.c

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-09-30 01:56:30 CEST

Masaru Tsuchiyama wrote:
> Hi
>
> I'm getting a compile error with VC 6 at subversion/svnserve/serve.c
> of r11185. The error is error C2065: 'UINT_MAX' : undefined symbol.

Interesting. I guess on unix APR pulls in limits.h, but on windows it
must not. Can you try adding #include <limits.h> to the top of that
file and trying again?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 30 01:56:19 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.