Main > Raspberry Pi & Dev Board
Beaglebone Black
tattooed:
Ok, the add-apt-repository command issue was related to python. I got it to work and added the repository.
When I went to install MAME I got this error: "Package MAME is not available but is referred to by another package. blah blah" It makes mention to something called "mame-extra" but attempting to install that gives an error saying there is no installation candidate.
tattooed:
Do I need to just compile from source?
tattooed:
The more I mess with this thing the more I think I should have bought a Pi. At least there's documentation and people actually running mame on it. I never would have guessed this beaglebone would end up being so frustrating.
General_Faliure:
Mame is in the standard ubuntu repositories.
The PPA you mention provides a newer version as well as Mess for Ubuntu, i am using it myself.
Mame from the standard repo is also fairly new, so adding the PPA should not be necessary. (at least that is for X86)
tattooed:
I've made some progress, at least I can get it to start compiling.
I get this:
Compiling src/emu/cpu/m68000/m68kmake.c...
Compiling src/osd/sdl/strconv.c...
Compiling src/osd/sdl/sdldir.c...
Compiling src/osd/sdl/sdlfile.c...
Compiling src/osd/sdl/sdlmisc_unix.c...
Compiling src/osd/sdl/sdlos_unix.c...
Compiling src/osd/sdl/sdlsync_tc.c...
Compiling src/osd/sdl/sdlwork.c...
src/osd/sdl/sdlwork.c: In function 'int osd_work_queue_wait(osd_work_queue*, osd_ticks_t)':
src/osd/sdl/sdlwork.c:281:26: error: 'osd_yield_processor' was not declared in this scope
src/osd/sdl/sdlwork.c: In function 'int osd_work_item_wait(osd_work_item*, osd_ticks_t)':
src/osd/sdl/sdlwork.c:516:25: error: 'osd_yield_processor' was not declared in this scope
src/osd/sdl/sdlwork.c: In function 'void* worker_thread_entry(void*)':
src/osd/sdl/sdlwork.c:666:27: error: 'osd_yield_processor' was not declared in this scope
make: *** [obj/sdl/mame/osd/sdl/sdlwork.o] Error 1
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version