sojuicy / imame4all

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

How to build the project with xcode #251

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download ./tags/MAME4iOS 1.3-NonJailbroken
2.make PTR=0
error:
cp -R prec-build/file2str obj/droid-ios/mame64/build
cp: prec-build/file2str: No such fle or directory

Delete the following lines in the makefile
$(OBJ)/build/file2str$(CCEXE):
    mkdir -p $(OBJ)/build
    cp -R prec-build/file2str$(CCEXE) $(OBJ)/build 
$(OBJ)/build/m68kmake$(CCEXE):
    cp -R prec-build/m68kmake$(CCEXE) $(OBJ)/build 
$(OBJ)/build/png2bdc$(CCEXE):
    cp -R prec-build/png2bdc$(CCEXE) $(OBJ)/build 
$(OBJ)/build/tmsmake$(CCEXE):
    cp -R prec-build/tmsmake$(CCEXE) $(OBJ)/build 
$(OBJ)/build/verinfo$(CCEXE):
    cp -R prec-build/verinfo$(CCEXE) $(OBJ)/build 

error:
make:*** No rule to make target 'obj/droid-ios/mame/layout/aristmk4.lh', needed 
by 'obj/droid-ios/mame64/drivers/aristmk4.o'. Stop

uname -a :
Darwin 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; 
root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64

Original issue reported on code.google.com by dzy...@gmail.com on 1 Jul 2013 at 1:54