Joe Swatosh <joe.swat...@gmail.com> writes: > Okay, thanks for giving me hints on this. As a matter of fact, my apr > does NOT have a section like this. It is just doing a straight up copy > of apr.hw. I've downloaded a few different versions of apr and none of > them have a block like that in apr.hw. Heading over to the apr list > now to ask for more help.... > > Again thanks for pointing out to me why it's working for everyone else.
It may still be a bug in Subversion. We are using ULONG_MAX in svn_types.h: #define SVN_LINENUM_MAX_VALUE ULONG_MAX and ULONG_MAX isn't an APR constant. Perhaps Subversion should be including limits.h explicitly rather than relying on apr.h to pull it in? -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download