rjhashlearn / android-screenshot-library

Automatically exported from code.google.com/p/android-screenshot-library
Other
0 stars 0 forks source link

(patch) native part does not compile in release #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: