Skip to content

Error compiling on Mac OSX  #41

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions