Subject: Libg++ won't build, 12 March sup
To: None <current-users@NetBSD.ORG>
From: Rob Healey <rhealey@helios.mn.org>
List: current-users
Date: 03/12/1996 11:35:47
	Put in the most recent g++, entire OS is from a build from
	a sup the day before the new libg++ was put in the tree.

	Fix24.cc fails with:
g++ -O -I/opt/bsd/src/gnu/lib/libg++/libg++/src -I/opt/bsd/src/gnu/lib/libg++/libg++/src/../../libio -Werror -nostdinc++ -I/opt/bsd/src/gnu/lib/libg++/libg++/src/../../include  -I/opt/bsd/src/gnu/lib/libg++/libg++/src/../../libio -I/opt/bsd/src/gnu/lib/libg++/libg++/src/../../libstdc++  -c Fix24.cc
cc1plus: warnings being treated as errors
/opt/bsd/src/gnu/lib/libg++/libg++/src/Fix24.h: In method `Fix48::Fix48(const Fix48 &)':
In file included from Fix24.cc:27:
/opt/bsd/src/gnu/lib/libg++/libg++/src/Fix24.h:462: warning: `Fix48::Fix48(const class Fix48 &)' was used before it was declared inline
/opt/bsd/src/gnu/lib/libg++/libg++/src/Fix24.h:155: warning: previous non-inline declaration here
*** Error code 1
 
 Stop.

	Any ideas on how to get things to compile? I'm going to try and
	remove the -Werror to get it to go but I shouldn't have to do
	that...

		-Rob