From owner-freebsd-hackers Wed Dec 2 15:36:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20490 for freebsd-hackers-outgoing; Wed, 2 Dec 1998 15:36:33 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20344 for ; Wed, 2 Dec 1998 15:35:13 -0800 (PST) (envelope-from jesse@prinz-atm.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id AAA18071 for ; Thu, 3 Dec 1998 00:34:38 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id AAA10960; Thu, 3 Dec 1998 00:33:35 +0100 (MET) From: Roland Jesse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <13925.52811.647477.37649@knecht> Date: Thu, 3 Dec 1998 00:33:31 +0100 (MET) To: freebsd-hackers@FreeBSD.ORG Subject: Trouble compiling ACE 4.6 X-Mailer: VM 6.62 under Emacs 19.34.1 Reply-To: Roland Jesse X-Organization: University of Magdeburg X-Pgp-Fingerprint: 5D 08 5A E3 B4 AA 68 C1 FF 67 06 29 62 DD 9A D7 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am currently trying to compile ACE 4.6 (http://www.cs.wustl.edu/~schmidt/ACE_wrappers/) on my FreeBSD 3.0-RELEASE machine. To do so, I am using the freebsd-pthread configuration that is shipped with ACE. The make process exits with error messages like: ------- snip ------- /usr/local/ACE_wrappers/ace/Synch_T.cpp:25: parse error before `template' In file included from /usr/local/ACE_wrappers/ace/Free_List.h:137, from /usr/local/ACE_wrappers/ace/Malloc_T.h:28, from /usr/local/ACE_wrappers/ace/Malloc.h:260, from /usr/local/ACE_wrappers/ace/Containers_T.cpp:8, from /usr/local/ACE_wrappers/ace/Containers_T.h:1513, from /usr/local/ACE_wrappers/ace/Containers.h:63, from /usr/local/ACE_wrappers/ace/Thread_Manager.h:27, from Log_Msg.cpp:24: /usr/local/ACE_wrappers/ace/Free_List.cpp:12: `ace' was not declared in this sco pe /usr/local/ACE_wrappers/ace/Free_List.cpp:12: `Free_List' was not declared in th is scope ------- snap ------- I put the whole output of the make process to http://www.apfel.de/~jesse/gmake.ACE.out. Any hints of what I am missing or what else is going wrong are greatly appreciated. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message