Samuel Thibault <[email protected]> writes: > Mario Lang, le Wed 13 May 2009 18:12:00 +0200, a écrit : >> ./../../../Programs/spk_driver.h:78: error: expected primary-expression >> before ‘.’ token >> ./../../../Programs/spk_driver.h:78: warning: extended initializer lists >> only available with -std=c++0x or -std=gnu++0x >> >> Does anyone have any idea what this could be related to? > > I guess the problem is that g++ doesn't like ".name = content" > initializers here. These are new in C99. I guess we should just have > ./configure try to add -std=c++0x when that is accepted.
Good try, however, adding -std=c++0x to the g++-4.4 call does not help, I get the same errors. -- CYa, ⡍⠁⠗⠊⠕ | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger mlang/[email protected] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
