Bug#494690: ftbfs on arm*, uses '$' in C code

2008-08-21 Thread Jeff Breidenbach
You'll need to use -fdollars-in-identifiers in gcc flags to allow compiling code with $ as identifier. Sounds good to me. Feel free to submit as a non-maintainer upload. Or I'll get around to it eventually. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#494690: ftbfs on arm*, uses '$' in C code

2008-08-11 Thread Riku Voipio
Package: jcc Severity: important Version: 1.9-7 from build logs: -snip- In file included from jcc/sources/JObject.cpp:32: jcc/sources/JObject.h:32: error: stray '$' in program -snip- jcc extensively uses a identifier called 'this$' ISO C defines identifiers as a-zA-Z0-9_, and supporting other