[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DDD-3.3.9-test1 is released
From: |
Tim Mooney |
Subject: |
Re: DDD-3.3.9-test1 is released |
Date: |
Wed, 28 Apr 2004 15:51:00 -0500 (CDT) |
In regard to: DDD-3.3.9-test1 is released, Andrew Gaylard said (at 9:40pm...:
>Since this release has many changes, I'd be grateful if everyone
>would give it a spin, and let the mailing list know whether it
>works or not. I'm particularly interested in build issues
>on commercial Unix platforms. This release should (finally!)
>build fine on HPUX-11.11, Solaris-8, Irix-6.5.x, and Tru64-v5.1.
>But I need proof, so let me know (whatever your platform).
I've tried a couple platforms so far.
To get it to configure on IRIX (6.5.22m) with the IRIX C and C++ compilers
(7.3.1.3m), I needed to have
-LANG:std
in CXXFLAGS (that's probably known already). I immediately get an error
when trying to build though:
CC -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/local/gnu/include -DNDEBUG
-O2 -LANG:std -n32 -OPT:Olimit=3000 -c -o ddd.o ddd.C
cc-1168 CC: ERROR File = ddd.C, Line = 5840
The indicated type conversion is invalid.
XtCallbackProc proc = STATIC_CAST(const
WhenReadyProc_t*,client_data)->proc;
^
1 error detected in the compilation of "ddd.C".
On Tru64 5.1b with the vendor C and C++:
Compaq C V6.5-207 (dtk) on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-207 (dtk) (dtk) cc Driver
Compaq C++ V6.5-039 for Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-039 (cxx) cxx Driver
I configured with CXXFLAGS that include `-std gnu -D__USE_STD_IOSTREAM',
and get a lot of errors from ddd.C:
cxx -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I/local/include -I/local/gnu/include
-DNDEBUG -std gnu -O3 -tune host -arch host -Olimit 3000 -readonly_strings
-D__USE_STD_IOSTREAM -msg_display_number -msg_display_tag -c -o ddd.o ddd.C
cxx: Error: strclass.h, line 464: #266 "string" is ambiguous (ambiguousname)
const string& S; // The string I'm a constSubString of
----------^
cxx: Error: strclass.h, line 468: #266 "string" is ambiguous (ambiguousname)
constSubString(const string& x, int p, int l);
-------------------------^
cxx: Error: strclass.h, line 481: #266 "string" is ambiguous (ambiguousname)
bool contains(const string& y) const;
------------------------^
cxx: Error: strclass.h, line 508: #266 "string" is ambiguous (ambiguousname)
string& S; // The string I'm a subString of
----^
cxx: Error: strclass.h, line 513: #266 "string" is ambiguous (ambiguousname)
subString(string& x, int p, int l);
--------------^
There are more, but they all relate to string.
The build on Solaris with Sun Forte 6u2 is so far proceeding without a
hitch.
Tim
--
Tim Mooney address@hidden
Information Technology Services (701) 231-1076 (Voice)
Room 242-J6, IACC Building (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164
Re: DDD-3.3.9-test1 is released, Dan Kirkwood, 2004/04/29