FYI,
I was able to successfully compile commoncpp2-1.3.13 on AIX using
VisualAge C++ after some minor tweaking:
* include/cc++/string.h -- line 114 "#pragma pack()" wasn't liked, pack
requires a value, I commented out the pack statements. (I have seen this in earlier
versions as well)
* ./include/cc++/config.h & ./include/config.h -- I had to manually comment out
HAVE_STRINGS_H. Configure finds and accepts strings.h but when it is included it
produces numerous errors.
Here are some system Details:
AIX 5.2.0.0
Compiler
Fileset Level State Type Description (Uninstaller)
----------------------------------------------------------------------------
vacpp.cmp.core 6.0.0.5 C F VisualAge C++ Compiler
**********************************************************************
This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law. If you are not the intended
recipient, you are hereby notified that any disclosure, copying, distribution,
or use of the information contained herein (including any reliance thereon) is
STRICTLY PROHIBITED. If you received this transmission in error, please
immediately contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you
**********************************************************************
_______________________________________________
Bug-commoncpp mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-commoncpp