Date: Sat, 30 Nov 2002 16:01:39 -0800 From: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca> To: Craig Rodrigues <rodrigc@attbi.com> Cc: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>, freebsd-current@freebsd.org Subject: Re: C++ Issue On -CURRENT Message-ID: <200212010001.gB101d9V012803@cwsys.cwsent.com> In-Reply-To: Message from Craig Rodrigues <rodrigc@attbi.com> of "Sat, 30 Nov 2002 18:51:28 EST." <20021130185128.A5959@attbi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <iostream> > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212010001.gB101d9V012803>