Openjade-1.3.2 with gcc-4.6.0

2011-03-29 Thread Andrew Benton
Hello world! I'm in the process of rebuilding with gcc-4.6.0 and I'm having a problem with openjade-1.3.2 The build fails like so: g++ -O2 -I. -I./../include -I/usr/include/OpenSP -I/usr/include/OpenSP/.. -I./../grove -I./../spgrove -I./../style -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\

Re: Openjade-1.3.2 with gcc-4.6.0

2011-03-29 Thread Or Goshen
It is documented here: http://lists.fedoraproject.org/pipermail/devel/2011-February/148523.html under uninitialized const. You're suppose to either supply an initializer or a default constructor. A default constructor can be a simple A() {} On Tue, Mar 29, 2011 at 11:00 PM, Andrew Benton

Re: Openjade-1.3.2 with gcc-4.6.0

2011-03-29 Thread Matthew Burgess
On Tue, 29 Mar 2011 23:26:28 +0200, Or Goshen ober...@gmail.com wrote: It is documented here: http://lists.fedoraproject.org/pipermail/devel/2011-February/148523.html under uninitialized const. You're suppose to either supply an initializer or a default constructor. A default