[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-18 Thread luigiburdo
hi guys i add the PTR64=1 my usual configuration this is the result was pretty sure about Linking mame64... /usr/bin/ld: skipping incompatible /usr/local/lib/libSDL2.so when searching for -lSDL2 /usr/bin/ld: skipping incompatible /usr/local/lib/libSDL2.a when searching for -lSDL2 /usr/bin/ld:

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-18 Thread luigiburdo
Hi Cesare, the best that i can do is try to build with PTR64=1 too and check if i have the input issue or not and report. For sure i know the input issue was fixed by Brad Hug https://github.com/mamedev/mame/issues/963 what i dont understand is why 0.175 from ppa gave me the input issue and my

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-18 Thread Cesare Falco
> ifeq ($(DEB_HOST_ARCH),ppc64) > PTR64=1 > i didnt set it because ubuntu on ppc is 32bit, kernels only are 64bit. > and this make issue on libsdl too. Please note architecture size is a different matter from pointer size. You're right for the former, whilst pointer size on ppc64 is 8 byte:

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-17 Thread luigiburdo
I dont know Jeremy, i dont understand why repo build gave the issue on input and github not . I can ask other guys on ubuntuforums to check if they have my same issue. Luigi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-16 Thread Jeremy Bicha
That part of the code is Debian-only since Debian supports a separate ppc64 architecture (64-bit big-endian) in addition to the powerpc (32-bit big-endian) and ppc64el (64-bit little-endian) architectures that Ubuntu supports. You can see the supported builds for the most recent version at

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-16 Thread luigiburdo
yes if not set the biendian it will not build . but i have the feeling the issue is here ifeq ($(DEB_HOST_ARCH),ppc64) PTR64=1 i didnt set it because ubuntu on ppc is 32bit, kernels only are 64bit. and this make issue on libsdl too. we are waiting the 64bit migration like is on fedora an suse

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-16 Thread Jeremy Bicha
For powerpc, those should already be set: https://anonscm.debian.org/cgit/pkg-games/mame.git/tree/debian/rules#n86 line 34 is TARGETOS = linux around line 86 is BIGENDIAN=1 I haven't tried, but I am guessing that if BIGENDIAN were set wrong, the code wouldn't even compile. -- You received

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-16 Thread luigiburdo
Build from sources and working. just sharing the makefile option i use to build note only this because ubuntu ppc is only 32bit on 64bit hardware too TARGET = mame BIGENDIAN = 1 TARGETOS = linux luigi -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-16 Thread luigiburdo
Hi Jeremy, no look like the lastest have again the sdl bigendian input bug, im building last git and check if the bug come again if yes i have again the ask the mame dev to fix it. it was fixed on .174 lastest if on lastest git will work i will report or better will report in any case. -- You

[Bug 1598371] Re: mame 0.174 problems with input on Big Endian

2016-07-15 Thread Jeremy Bicha
Does mame 0.175-1 fix this issue? https://launchpad.net/ubuntu/+source/mame/0.175-1 ** Changed in: mame (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.