You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 14 Mar 2013 at 6:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Mar 2013 at 6:13The text was updated successfully, but these errors were encountered: