bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build errors on AIX 5.2 with VisualAge C++


From: David Sugar
Subject: Re: Build errors on AIX 5.2 with VisualAge C++
Date: Thu, 07 Jul 2005 21:50:22 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

Would something like #if !defined(_AIX) || defined(__GNUC__) work?

address@hidden wrote:
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

Attachment: dyfet.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]