[Xmame] Do you have xmame build on sdl guide

2007-05-31 Thread changho kim
If you have or know about xmame building on sdl please give me... i try to build xmame on sdl, always watch error message...

Re: [Xmame] Do you have xmame build on sdl guide

2007-05-31 Thread changho kim
i try to find sdlmame build process guide document 2007/6/1, Laurent Desnogues [EMAIL PROTECTED]: On 5/31/07, changho kim [EMAIL PROTECTED] wrote: If you have or know about xmame building on sdl please give me... i try to build xmame on sdl, always watch error message... Did you give

Re: [Xmame] Error compile Xmame for SDL

2007-05-27 Thread changho kim
(try using -rpath or -rpath-link) This is the problem.You don't have libX11 in your machine. On 5/27/07, changho kim [EMAIL PROTECTED] wrote: Do your tip applied cross-compile? I change DISPLAY_METHOD to SDL on i386, this execute well 2007/5/27, Luo Yong [EMAIL PROTECTED]: Don't modify

[Xmame] Error compile Xmame for SDL

2007-05-23 Thread changho kim
Hi guys When i compiled Xmame, i got this error /usr/lib/gcc/arm-linux/3.4.3/../../../../arm-linux/bin/ld: warning: libX11.so.6, needed by /usr/sdl//lib/libSDL.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/arm-linux/3.4.3/../../../../arm-linux/bin/ld: warning: libXext.so.6, needed

[Xmame] SDL test

2007-05-22 Thread changho kim
Hi everyone. I builded SDL library for arm.. But i don't know what i to do after build If you know the process what i do, teach me please For example, how to porting, how to executing etc...

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Dear Laurent Desnogues I run compile xmame as you say... HOST_CC left as gcc. uncomment ZLIB and EXPAT But the problem that i told yesterday is appear ㅡㅡ; arm-linux-gcc xmame.obj/cpu/m68000/m68kmake.o -o xmame.obj/cpu/m68000/m68kmake Generating M68K source files...

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
I'm really sorry to send this mailTT As you say, i modify all... But below message appeard, this is another message src/cpu/cpu.mak:673: warning: overriding commands for target `xmame.obj/cpu/m68000/m68kmake.o' src/cpu/cpu.mak:658: warning: ignoring old commands for target

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Do i remove m68000 part? if m68000 part don't play a important role, i want to remove this difficult part...TT

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Laurent!! This is success your advice really helps me... But new error appeared... This is library problem... The message is below [OSDEPEND] Compiling src/unix/video-drivers/xv.c ... arm-linux-gcc -O2 -std=gnu89 -Wall -Wno-unused -Isrc/expat -Isrc/zlib '-DINLINE=static __inline__'

Re: [Xmame] cross compile X-mame

2007-05-02 Thread changho kim
Dear Laurent Thank you Very much This is success!!! But this size is very large... My embeded board capacity is 64Mbyte, but Xmame full size is 245Mbyte TT So i will try to compact xmame size.. Your help make success... I want to be like you!! Really Thank you ^^

[Xmame] cross compile X-mame

2007-05-01 Thread changho kim
I want to cross-compile x-mame on embeded board using arm cpu. First, i made my development environment. Second, modify Makefile and do make.. but this is fail... If somebody have a cross compile experience, give me a tip Thank you Have a good time!!

Re: [Xmame] cross compile X-mame

2007-05-01 Thread changho kim
/chd.c:2281: error: dereferencing pointer to incomplete type make: *** [xmame.obj/chd.o] maybe zlib.h is problem. so after i get zlib, cross-compile zlib. But that is too fail.. If you have an idea, help me Thanks to your concern 2007/5/1, Laurent Desnogues [EMAIL PROTECTED]: On 4/29/07, changho

Re: [Xmame] cross compile X-mame

2007-05-01 Thread changho kim
After get your mail, i check Makefile. Build_ZLIB is already uncommented.. I think that original Makefile targeted to i386 machine, but i will compile for ARM machine i will give mame modified Makefile.. Please check this Makefile Hm. because of mail size is very big, i don't send Makefile...

Re: [Xmame] cross compile X-mame

2007-05-01 Thread changho kim
/m68kops.h] Error 126 For solving, i try to find it in Makefile that related with m68000. But there is not existing.. Sorry.. I am newbies, so i don't know many things 2007/5/1, Laurent Desnogues [EMAIL PROTECTED]: On 5/1/07, changho kim [EMAIL PROTECTED] wrote: After get your mail, i check

Re: [Xmame] cross compile X-mame

2007-05-01 Thread changho kim
OK, I know difference between comment and uncomment. But i want to know what they have mean... when i use #BUILD_ZLIB=1, that make error. but when i use BUILD=ZLIB, that don't make error. Why??? Very thank for your concern ^^