Re: [orbitcpp-list] Patch for compiling with gcc-2.96
Status: Beta
Brought to you by:
philipd
From: Phil D. <ph...@us...> - 2000-09-20 10:02:24
|
Hi Mike, Many thanks for the patch - I've tested it and the regression tests run so I'll commit the changes to CVS as soon as I get out from behind this dang firewall. Cheers, Phil Mike Bond writes: > Here's a few changes to get the latest from cvs.orbitcpp.sourceforge.net to > compile with gcc-2.96. The problem was that you had forward declaration for > some of your scoped classes within a protected block, gcc-2.96 uses the > permission of the forward declaration, unlike previous gcc's. > > I also get warnings about no newline at the end of several of the files from > gcc-2.96, but I haven't bothered fixing those warnings. > > Here's the set of diffs: > [ diffs snipped ] |