Re: C++ Issue On -CURRENT

2002-11-30 Thread Cy Schubert - CITS Open Systems Group
In message <002501c298d3$63c3c150$[EMAIL PROTECTED]>, "Matthew Emmerton" w rites: > > In message <[EMAIL PROTECTED]> > > , Garret > > t Rooney writes: > > > > The following program builds and runs under 4.7-STABLE: > > > > > > > > #include > > > > > > > > int main() > > > > { > > > > cout

Re: C++ Issue On -CURRENT

2002-11-30 Thread Cy Schubert - CITS Open Systems Group
In message <[EMAIL PROTECTED]> , Garret t Rooney writes: > > The following program builds and runs under 4.7-STABLE: > > > > #include > > > > int main() > > { > > cout<<"Hello World\n"; > > } > > > > ... but under 5.0-CURRENT it gives me the following errors: > > > > cwtest$ g++ -o foo foo

Re: C++ Issue On -CURRENT

2002-11-30 Thread Cy Schubert - CITS Open Systems Group
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 >

C++ Issue On -CURRENT

2002-11-30 Thread Cy Schubert - CITS Open Systems Group
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