cori2099
Welcome to the Forum! Seems to compile ok (just tested). Make sure your GPU Memory Split is low as to prevent exceeding RAM limits (64 should be adequate). Next be sure you have the SDL Library installed
Type - sudo apt-get update (to make sure you have access to the latest repo lists)
Then - sudo apt-get install libsdl1.2-dev
Download the correct Source Code
http://code.google.com/p/groovyarcade/d ... 2&can=2&q=
Extract , 'CD' into the Folder, then it should be as simple as
./configure
make
Then you can either -
1. Run it straight from the folder
Type - ./advmenup
2. Install it
Type - sudo make install
Then just Type - advmenup
Hope that helps!