RE: [gpsim] How to build gpsim for Debian
Chen Xiao Fan <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <3B8AEFFADD3DD4118F8100508BACEC2C07F7739E@spex> |
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 still can not make the CVS version working though. The follwing is the system flex version and g++ version. I have sent the scan.cc file off-list to Borut Razem. mcuee@ubuntu:~$ flex --version flex 2.5.31 mcuee@ubuntu:/usr/local/bin$ g++ --version g++ (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. mcuee@ubuntu:~$ g++ -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) Regards, Xiaofan