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=7162>. 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=7162 IconvFreeBSDTransService.cpp needs an #include statement fixed to use xercesc Summary: IconvFreeBSDTransService.cpp needs an #include statement fixed to use xercesc Product: Xerces-C++ Version: 1.7.0 Platform: PC OS/Version: FreeBSD Status: NEW Severity: Normal Priority: Other Component: Miscellaneous AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] xerces-c-src1_7_0/src/xercesc/util/Transcoders/IconvFBSD/IconvFreeBSDTransService.cpp generates a compilation error at line 284

it says:
# include <util/Mutexes.hpp>

but it should say:

# include <xercesc/util/Mutexes.hpp>
 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
