Main > Software Forum

hiscore diff (with no nag/white box removal)

<< < (194/250) > >>

GalaxianUK:
My understanding is that the patch should work for SDL Mame.

I've installed the tools suggested for Ubuntu 14.04 here: http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=35138#Post35138

Code:
sudo apt-get install build-essential subversion libsdl1.2-dev libgtk2.0-dev libgconf2-dev libsdl-ttf2.0-dev gcc-4.6 g++-4.6
sudo apt-get install libqt4-*

Should this be updated in 14.10 or is there a bug in the patch?

MKChamp:
The patch hasn't work for SDL for a couple of versions now. Mainly because since I run on Windows, I can't test.

At any rate, I've made a stab at getting it to compile for SDL. If someone can test the patch attached and post your results, that would be great. If it works, I'll add it to the main page and include it going forward.

Thanks!

chubsta:
Just tried compiling without the patch and all worked fine, but with the patch applied i get:

Compiling src/osd/modules/font/font_osx.c...
src/osd/sdl/window.c:1103:27: error: unused variable 'primlist' [-Werror,-Wunused-variable]
                        render_primitive_list &primlist = *m_renderer->get_primitives();Compiling src/osd/modules/font/font_none.c...
1 error generated.
make: *** [obj/sdl64/osd/sdl/window.o] Error 1

If i try to compile with NOWERROR i get a warning on the above, then it gets as far as linking mame64 but then throws this:
Linking mame64...
Undefined symbols for architecture x86_64:
  "typeinfo for osd_interface", referenced from:
      typeinfo for osd_common_t in libosd.a(osdobj_common.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [mame64] Error 1

MKChamp:
The one attached takes care of the first error.

I'm not sure if the second error is due to the patch or the environment you are compiling in. Can someone try to compile with the attached patch?

chubsta:
yep, can confirm the first error is gone but i still get the final one during the linking which doesn't occur if i just build mame straight from the source with no patch...

I am using 10.10.3 Yosemite, Xcode 6.2 6C131e.

Anyone else having any luck?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version