 | This is a multi-part message in MIME format.
------------=_41F3CDEA.8A24FDBC Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit
---- Start SpamAssassin results 5.50 points, 5 required; * 0.8 -- I could use a BL for this. * -0.5 -- Has a In-Reply-To header * 0.0 -- Spam sign: Addressed to generic user * -0.5 -- Has a X-Authentication-Warning header * 0.1 -- BODY: Odd Letter Triples with NF * 2.3 -- BODY: mangled online * -0.5 -- BODY: Contains what looks like a quoted email text * 3.7 -- Forged mail pretending to be from MS Outlook * 0.0 -- Sending MTA has no reverse DNS * 0.1 -- Message looks like Outlook, but isn't
---- End of SpamAssassin results
------------=_41F3CDEA.8A24FDBC Content-Type: message/rfc822; x-spam-type=original Content-Description: original message before SpamAssassin Content-Disposition: inline Content-Transfer-Encoding: 8bit
Received: from cliff.cse.wustl.edu (localhost [127.0.0.1]) by cliff.cse.wustl.edu (8.12.5/8.12.5) with ESMTP id j0NDPC5E018231 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT) for ; Sun, 23 Jan 2005 07:25:12 -0600 (CST) Received: (from majordom@localhost) by cliff.cse.wustl.edu (8.12.5/8.12.5/Submit) id j0NDPC11018230 for ace-users-0002; Sun, 23 Jan 2005 07:25:12 -0600 (CST) X-Authentication-Warning: cliff.cse.wustl.edu: majordom set sender to owner-ace-users@cse.wustl.edu using -f Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by cliff.cse.wustl.edu (8.12.5/8.12.5) with ESMTP id j0NDPA5D018225 for ; Sun, 23 Jan 2005 07:25:11 -0600 (CST) Received: from thor.remedy.nl (a80-126-15-99.adsl.xs4all.nl [80.126.15.99]) by smtp-vbr10.xs4all.nl (8.12.11/8.12.11) with ESMTP id j0NDP9oK019990; Sun, 23 Jan 2005 14:25:10 +0100 (CET) (envelope-from jwillemsen@remedy.nl) Received: from ritedvnlpt ([10.5.0.53]) by thor.remedy.nl (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id j0NDP711014408; Sun, 23 Jan 2005 14:25:08 +0100 Message-Id: <200501231325.j0NDP711014408@thor.remedy.nl> From: "Johnny Willemsen" To: Cc: Subject: RE: [ace-users] Compile Error on IRIX32 ACE 5.4.3 Date: Sun, 23 Jan 2005 14:25:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcUApL1FUEkNsGp7QdS78Z/wNueJmAAqg3gg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <33493.129.186.232.171.1106413506.squirrel@129.186.232.171> X-Virus-Scanned: by XS4ALL Virus Scanner X-Spam-Status: No, hits=-0.3 required=5.0 tests=FORGED_MUA_OUTLOOK,IN_REP_TO,MISSING_OUTLOOK_NAME, MSGID_HAS_NO_AT,QUOTED_EMAIL_TEXT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Sender: owner-ace-users@cse.wustl.edu Precedence: bulk
Hi,
> >> ACE VERSION: 5.4.3 > >> > >> HOST MACHINE and OPERATING SYSTEM: > >> OnyxII IRIX 6.5.24m > >> > >> TARGET MACHINE and OPERATING SYSTEM, if different from HOST: > >> COMPILER NAME AND VERSION (AND PATCHLEVEL): > >> MIPSpro Compilers: Version 7.3.1.3m > > > > There are not many Irix users of ACE active, so it can be > you get compile > > errors > > > >> CONTENTS OF $ACE_ROOT/ace/config.h [if you use a link to > >> a platform- > >> specific file, simply state which one]: > >> configure line: > >> ../configure --prefix=/home/users/mccdo/New_TAO/ACE_TAO_IRIX32 > >> CXX=CC CXXFLAGS=-LANG:std CC=cc > >> LDFLAGS=-LANG:std F77=f77 > >> > >> > >> CONTENTS OF > >> $ACE_ROOT/include/makeinclude/platform_macros.GNU (unless > >> this isn't used in this case, e.g., with Microsoft Visual C++): > >> > >> CONTENTS OF > >> $ACE_ROOT/bin/MakeProjectCreator/config/default.features > >> (used by MPC when you generate your own makefiles): > >> > >> AREA/CLASS/EXAMPLE AFFECTED: > >> .libs/libACE_la-Capabilities.o > >> > >> DOES THE PROBLEM AFFECT: > >> COMPILATION? Yes. > >> LINKING? No. > >> On Unix systems, did you run make realclean first? > >> EXECUTION? No. > >> OTHER (please specify)? > >> > >> ACE won't build. > >> > >> SYNOPSIS: > >> I am trying to compile the new ACE/TAO beta release kit > >> on IRIX32 as > >> noted above. I get a compile error as follows: > >> > >> cc-1466 CC: ERROR File = ../../ace/Capabilities.cpp, Line = 364 > >> class "ACE_Hash" is not an entity that can be > >> instantiated. > >> > >> template class ACE_Hash; > >> ^ > >> > >> cc-1466 CC: ERROR File = ../../ace/Capabilities.cpp, Line = 365 > >> class "ACE_Equal_To" is not an entity that can be > >> instantiated. > >> > >> template class ACE_Equal_To; > >> ^ > >> > >> 2 errors detected in the compilation of > "../../ace/Capabilities.cpp". > >> > >> > >> DESCRIPTION: > >> See Above note. > >> > >> REPEAT BY: > >> I ran configure as noted above and was able to > >> reproduce the same > >> behaviour many times. I have not had issues in SuSE 9.1. > > > > Could you try to open Capabilities.cpp, you will find the > following lines > > on > > line 365 > > > > #if !defined(VXWORKS) > > template class ACE_Hash; > > template class ACE_Equal_To; > > #endif /* VXWORKS */ > > > > Could you remove this complete block of code and rebuild > and let us know > > if > > this works? I think we need to remove this code completely. > Did you try to > > build ACE using the traditional way using GNU make. > > > > This fix appears to have fixed the problem.
The lines are removed from the code.
> To getthe build > to work I also > had to add the compile flag -no_auto_include.
You say you use autoconf, shouldn't autoconfg set this?
> In addition, to > reduce the > number of warnings I added inline on lines 109, 114, 125, and 132 of > Time_Value.h.
This is strange, I would expect this. What errors did you get?
Johnny
------------=_41F3CDEA.8A24FDBC--
|
|