What steps will reproduce the problem?
1. remove/comment-out C_FLAGS=-DDEBUG in makefile
2. make
3. you will see message as follows
{{{
main.c: In function 'sig_INT':
main.c:43:33: error: 'logFile' undeclared (first use in this function)
main.c:43:33: note: each undeclared identifier is reported only once for each
function it appears in
}}}
What version of the product are you using? On what operating system?
HG revision 67
Please provide any additional information below.
Patch to fix that problem provided.
Also this patch fixes compilation under android-ndk toolchain.
Original issue reported on code.google.com by loentar on 26 Oct 2012 at 6:57
Original issue reported on code.google.com by
loentar
on 26 Oct 2012 at 6:57Attachments: