From owner-freebsd-current Sat Nov 30 16: 1:41 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C5B937B401 for ; Sat, 30 Nov 2002 16:01:40 -0800 (PST) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB68543E9C for ; Sat, 30 Nov 2002 16:01:39 -0800 (PST) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 76E669F13D; Sat, 30 Nov 2002 16:01:39 -0800 (PST) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id gB101dGu080576; Sat, 30 Nov 2002 16:01:39 -0800 (PST) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id gB101d9V012803; Sat, 30 Nov 2002 16:01:39 -0800 (PST) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200212010001.gB101d9V012803@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Craig Rodrigues Cc: Cy Schubert - CITS Open Systems Group , freebsd-current@freebsd.org Subject: Re: C++ Issue On -CURRENT In-Reply-To: Message from Craig Rodrigues of "Sat, 30 Nov 2002 18:51:28 EST." <20021130185128.A5959@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 Nov 2002 16:01:39 -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20021130185128.A5959@attbi.com>, Craig Rodrigues writes: > On Sat, Nov 30, 2002 at 03:48:00PM -0800, Cy Schubert - CITS Open Systems Gro > up wrote: > > I've been working on getting the tripwire port to build on -CURRENT. > > Through this process I've stumbled across an issue. Searching through > > the mailing lists, I haven't found a solution to this. > > > > The following program builds and runs under 4.7-STABLE: > > > > #include > > > > int main() > > { > > cout<<"Hello World\n"; > > } > > Should be: > > std::cout<<"Hello World\n"; That fixed it. Thanks. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5231 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message