[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-10-01 00:38:13 CEST

Masaru Tsuchiyama wrote:
>>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?
>
> I have no compile error, if I change so.

Great, I'll add the include. Thanks for testing.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 1 00:38:11 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.