I get a compile error on Fedora Core 15 x86_64, new with gcc 4.6.0-6, and patched up to date with gcc 4..6.0-10 in fldigi-pkt
CXX fldigi-pkt.o packet/pkt.cxx: In member function ‘virtual void pkt::init()’: packet/pkt.cxx:363:20: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x [enabled by default] packet/pkt.cxx:363:20: error: assigning to an array from an initializer list packet/pkt.cxx:391:20: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x [enabled by default] packet/pkt.cxx:391:20: error: assigning to an array from an initializer list make[2]: *** [fldigi-pkt.o] Error 1 FC14 showed the same warning on extended initializer lists, but sucessfully compiled. FC15 errors out at I have set CXXFLAGS with `export CXXFLAGS="=std=gnu++0x" and/or "-std=c++0x", then cleaning, reconfiguring, and re-making with the same result. Any hints for resolving this? -- P.J. "Josh" Rovero Ham Radio: KK1D Web: http://sites.google.com/site/roveroresearch/ _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
