-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
grabbed today the latest sources, tried to build the plugin inside VC2010,
can't:
1>arm.CPP(352): error C2059: syntax error : 'return'
1>arm.CPP(353): error C2059: syntax error : '}'
1>arm.CPP(353): error C2143: syntax error : missing ';' before '}'
1>arm.CPP(353): error C2059: syntax error : '}'
1>arm.CPP(367): error C2143: syntax error : missing ';' before '{'
1>arm.CPP(367): error C2447: '{' : missing function header (old-style formal
list?)
of course I'm going to fix it by myself, but still......
some more ideas;
add either header guard (ifndef define) or VS like style pragma #once into
header files.
also hardcoded pathes inside project are not looking very nice, better anchor
to environment variable, guys
thanks for attention
Original issue reported on code.google.com by greeno...@gmail.com on 14 Mar 2013 at 6:13
Reactions are currently unavailable