To: Horrell, Ronald (Card Services)
Cc: [EMAIL PROTECTED]; bug-commoncpp@gnu.org
Subject: Re: Build errors on AIX 5.2 with VisualAge C++
Would something like #if !defined(_AIX) || defined(__GNUC__) work?
[EMAIL PROTECTED] wrote:
FYI,
I was able to successfully compile commoncpp2-1.3.13
To: Horrell, Ronald (Card Services)
Cc: [EMAIL PROTECTED]; bug-commoncpp@gnu.org
Subject: Re: Build errors on AIX 5.2 with VisualAge C++
Would something like #if !defined(_AIX) || defined(__GNUC__) work?
[EMAIL PROTECTED] wrote:
> FYI,
> I was able to successfully compile commoncpp2-1.
Would something like #if !defined(_AIX) || defined(__GNUC__) work?
[EMAIL PROTECTED] 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
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)