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

Error compiling on Mac OSX #41

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 0 comments
Open

Error compiling on Mac OSX #41

GoogleCodeExporter opened this issue Mar 24, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hello people!
I used ./configure --enable-cpu.
While compiling version 3.5 on Mac OS X 10.9.2, I experience the following 
compiler errors when doing make:

Main/Utils.c:119:9: error: non-void function 'file_readHeader' should return a 
value [-Wreturn-type]
        return ;

Common/CpuCore.c:89:7: error: non-void function 'cpu_Core_charset' should 
return a value [-Wreturn-type]
                return;

Replacing "return ;" with "return 1" fixes the issue.

Please let me know if you need any additional information.
Best regards,
René





Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 19 Mar 2014 at 12:46

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