RE: [gpsim] How to build gpsim for Debian
Peter Onion <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2005-07-21 at 22:24 +0800, Chen Xiao Fan wrote: > Finally I got gpsim-0.21.4 working on Ubuntu. I have to downgrade > the libgtkextra-dev package from version 1.7 (0.99.17-2.2) > to 1.6 (0.99.16-1.1). After this, issue the following three > commands and I have gpsim-0.21.4 working on Ubuntu 5.04. > > ./configure --enable-gtk1 > make > sudo make install > I'm curious why you need the "--enable-gtk1" option when the Ubuntu web site says "Ubuntu 5.04 includes the 2.10 release of the GNOME desktop." If this is right, then you should be using gtk+-2.0 . Peter