Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments
Open

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

GoogleCodeExporter opened this issue Apr 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant