Sunday, January 31, 2016

Compiling mame 170 on ubuntu 14.04

After a little break I thought I'd download mame 170 and compile it. I was able to get 168 to compile fine, but 170 now wants gcc 4.9 or better. So I found a couple of webpages to help.

http://maxolasersquad.blogspot.com/2015/12/compiling-mame-on-ubuntu-1404-trusty.html

After getting gcc 4.9 installed, I was getting some error with some QT "moc" thing.

http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=103366

It appears that switching to QT5 was necessary. After doing a "export QT_SELECT=5" and "make clean" everything was wonderful.

Sometimes it's easier to just install a bunch of stuff with "sudo apt-get install libqt5-*" to get things rolling along.

http://www.linuxfromscratch.org/blfs/view/7.4/general/qtchooser.html

No comments:

Post a Comment