In message <[EMAIL PROTECTED]>, 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:  [EMAIL PROTECTED]
Open Systems Group, CITS
Ministry of Management Services
Province of BC            
                    FreeBSD UNIX:  [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to