Re: Does apr_atomic_inc64 exist ?

2009-01-13 Thread Dale Ghent
On Jan 6, 2009, at 12:50 PM, Justin Erenkrantz wrote: On Tue, Jan 6, 2009 at 7:17 AM, Daniel May wrote: I am looking for a 64-bit counterpart to apr_atomic_inc32(). Has this been implemented ? I don't believe that we've guaranteed 64-bit atomics anywhere. I'm not sure how much underlying

Re:MinGW + MSYS compile apr errors and possible solutions.

2009-01-13 Thread carlo.bramix
Hello, you may try to get latest sources with a checkout from repository and then try to apply this patch: https://issues.apache.org/bugzilla/show_bug.cgi?id=46175 Unfortunately this has not been committed yet, so you must do it manually until it will be accepted. Good luck. Sincerely, Carlo