parse error before `throw'

david.hagood@gmail.com david.hagood@gmail.com
Tue Jan 18 22:28:00 GMT 2011


>  Hello
>> /bin/nice -10 gcc -DELCOR  -DSUPPORT_PBR -DLINUX -gstabs+ -static
                 ^^^

>>                  from Tools/tools_all.cpp:128:
                                                         ^^^

You are attempting to compile a C++ file as though it were C.

>> /usr/include/stdio.h:430: parse error before `throw'
"throw" is C++, not C.





More information about the Gcc-help mailing list