Re: compilation errors with c++ package

2001-03-24 Thread Richard Atterer
On Sat, Mar 24, 2001 at 05:03:06AM -0500, Chris Ruffin wrote: > In file included from List.cc:4: > List.h:241: warning: ANSI C++ forbids declaration `BIstream' with no type > List.h:241: `BIstream' is neither function nor method; cannot be declared > friend > List.h:241: parse error before `&' > m

Re: compilation errors with c++ package

2001-03-24 Thread Richard Atterer
On Sat, Mar 24, 2001 at 05:03:06AM -0500, Chris Ruffin wrote: > In file included from List.cc:4: > List.h:241: warning: ANSI C++ forbids declaration `BIstream' with no type > List.h:241: `BIstream' is neither function nor method; cannot be declared friend > List.h:241: parse error before `&' > mak

compilation errors with c++ package

2001-03-24 Thread Chris Ruffin
I'm getting the following errors while trying to build my package: g++ -fpermissive -c -o List.o List.cc In file included from List.cc:4: List.h:241: warning: ANSI C++ forbids declaration `BIstream' with no type List.h:241: `BIstream' is neither function nor method; cannot be declared friend Li

compilation errors with c++ package

2001-03-24 Thread Chris Ruffin
I'm getting the following errors while trying to build my package: g++ -fpermissive -c -o List.o List.cc In file included from List.cc:4: List.h:241: warning: ANSI C++ forbids declaration `BIstream' with no type List.h:241: `BIstream' is neither function nor method; cannot be declared friend L