https://issues.apache.org/bugzilla/show_bug.cgi?id=49155
Anindya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Anindya <[email protected]> 2012-02-27 23:37:00 UTC --- I figured out that this bug is related to this one - https://issues.apache.org/bugzilla/show_bug.cgi?id=40758. APR_SIZEOF_VOIDP isn't defined as 8 because of the "#ifdef WIN64" statement preceding "#define APR_SIZEOF_VOIDP 8" in the apr.hw file. It is supposed be "#ifdef _WIN64". There is another "#ifdef WIN64" in apr.hw which should also be changed to "#ifdef _WIN64". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
