Maybe it's changed already. I've successfuly compiled gtkextra-3.0. (I've checked out version 2012-12-20.) Every dependency was found in ubuntu reporitory, without any paching. Then I've successfully compiled gpsim 0.26.99 from on ubuntu 12.10 and a freshly installed 13.04 alpha (dec. 30. build). (Maybe it will also work on ubuntu 12.04 I haven't tried.)
Neccessary steps: 1. Install required packages: sudo apt-get install build-essentials cvs subversion byacc flex gtk-doc-tools sudo apt-get install libgtk2.0-dev libfontconfig1-dev libpopt-dev libreadline6-dev If you have previously installed gpsim uninstall it: sudo apt-get purge gpsim 2. download, compile and install gtkextra-3.0 from cvs: I've installed gtkextra-3.0 from: http://sourceforge.net/projects/gtkextra/ (select code, cvs) following the instructions there. I did: cvs -z3 -d:pserver:anonym...@gtkextra.cvs.sourceforge.net:/cvsroot/gtkextra co -P gtkextra-3 cd gtkextra-3 ./autogen.sh ./configure make sudo make install 3. download, compile and install gpsim from svn: I've downloaded and compiled gpsim following the instructions here: http://gpsim.sourceforge.net/gpsim_svn.html I did: mkdir gpsim # or whatever directory name you prefer cd gpsim (watch for the space+dot at the end:) svn checkout https://gpsim.svn.sourceforge.net/svnroot/gpsim/trunk . libtoolize –force aclocal autoheader automake --force-missing --add-missing autoconf ./configure –enable-shared --enable-sockets make sudo make install sudo ldconfig 4. Use gpsim :-) gpsim -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626287 Title: Missing gui on gpsim To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gpsim/+bug/626287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs