DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12971>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12971

Building system I get fatal error on PlatformSupport/ReusableAreaBlock.hpp





------- Additional Comments From [EMAIL PROTECTED]  2002-09-25 19:21 -------
As I said in my previous post, this looks like a compiler bug.  You're using a 
newer version of the compiler than I am, so it _could_ be a bug in the code, 
but since it builds on multiple platforms, I would first suspect your compiler 
version.

As an experiment, you might try qualifying those names with the "this" pointer, 
in case there is some issue with template name lookup.  Try this, and see if 
that fixes the problem:

this->m_destroyFunction()
this->getBlockOffset()

If this works, I'll update the code, as it's harmless in any case.

Reply via email to