localhost-007 / imame4all

Automatically exported from code.google.com/p/imame4all
0 stars 0 forks source link

i can't compile(build). #260

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
 - when i compile source that is iMAME4droid Reloaded 1.3.5, i wasn't complete to Compile (because of Occuring Error).
 - Error Message : 
$ make
...(compiling)...
mkdir -p obj/droid-ios/mame64/tools
Compiling src/mame/mamedriv.c...
In file included from src/emu/emu.h:53:0,
                 from src/mame/mamedriv.c:18:
src/emu/emucore.h:18:18: fatal error: math.h: No such file or directory
compilation terminated.
makefile:1043: recipe for target `obj/droid-ios/mame64/mame/mamedriv.o' failed
make: *** [obj/droid-ios/mame64/mame/mamedriv.o] Error 1

maybe, The make isn't reference 'sysroot'(include library directory)..
so Copy, rename, Move, ... but, too.

What version of the product are you using? On what operating system?
 - Cygwin(cross compile),  windows7, android-15, ndk-android-r8e(toolchain-4.6, API-14)

 - help me! I need compile option(of makefile) and tip... thank U for your reading.

Original issue reported on code.google.com by blackfie...@gmail.com on 3 Aug 2013 at 4:04

GoogleCodeExporter commented 9 years ago
It needs to extract toolchain from NDK, and then generate the reference 
document NDK/docs/STANDALONE-TOOLCHAIN.html, with the 'bin' and 'sysroot' 
directory. In the 'makefile', appoint it to 'MYPREFIX' and 'BASE_DEV', and run 
'make' finally. Some prblems occur, you can find the answer from 'ISSUES 261'.

Issue 261:  anytone know how to build mame4droid reloaded?
https://code.google.com/p/imame4all/issues/detail?can=2&start=200&num=100&q=&col
spec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&
id=261

Original comment by zjybac...@gmail.com on 9 Aug 2013 at 12:57