After the first attempt to install gpsim failed, I realized that two packages I thought were there weren't. README says that one must have GTK+2.x and gtkextra-2.0 which I lacked. the ium package appears to take care of GTK+2.x but I am coming up empty for gtkextra-2.0 I am configuring gpsim as follows: ../configure --disable-gui The source is gpsim-0.26.1 If you run configure at this point, it finishes the configure process but a make produces the following which I will show here down to the first few errors. I hope gtkextra-2.0 has the libraries that appear to be hurting because the errors start about 15 lines in. Thanks for any suggestions. Martin McCormick make all-recursive make[1]: Entering directory `/home/martin/gpsim/gpsim-0.26.1' Making all in eXdbm make[2]: Entering directory `/home/martin/gpsim/gpsim-0.26.1/eXdbm' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/martin/gpsim/gpsim-0.26.1/eXdbm' Making all in src make[2]: Entering directory `/home/martin/gpsim/gpsim-0.26.1/src' Making all in dspic make[3]: Entering directory `/home/martin/gpsim/gpsim-0.26.1/src/dspic' /bin/bash ../../libtool --tag=3DCXX --mode=3Dcompile g++ -DHAVE_CONFIG_H = -I. -I../.. -g -O2 -Wall -MT dspic-processors.lo -MD -MP -MF .deps/dspi= c-processors.Tpo -c -o dspic-processors.lo dspic-processors.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -g -O2 -Wall -MT dspic-p= rocessors.lo -MD -MP -MF .deps/dspic-processors.Tpo -c dspic-processors.cc = -fPIC -DPIC -o .libs/dspic-processors.o In file included from dspic-processors.h:24, from dspic-processors.cc:22: .../processor.h:23:18: error: glib.h: No such file or directory In file included from ../trace.h:30, from ../processor.h:31, from dspic-processors.h:24, from dspic-processors.cc:22: .../value.h:65: error: 'gint64' has not been declared .../value.h:66: error: 'virtual void Value::set(int)' cannot be overloaded .../value.h:65: error: with 'virtual void Value::set(int)' .../value.h:78: error: 'guint64' has not been declared .../value.h:78: error: 'virtual void Value::get(int&)' cannot be overloaded .../value.h:77: error: with 'virtual void Value::get(int&)' .../value.h:79: error: 'gint64' has not been declared .../value.h:79: error: 'virtual void Value::get(int&)' cannot be overloaded .../value.h:77: error: with 'virtual void Value::get(int&)' .../value.h:84: error: expected type-specifier before 'gint64' .../value.h: In member function 'Value::operator int()': .../value.h:91: error: 'gint64' was not declared in this scope .../value.h:91: error: expected ';' before 'i' .../value.h:92: error: 'i' was not declared in this scope .../value.h: In member function 'Value::operator unsigned int()': .../value.h:97: error: 'gint64' was not declared in this scope .../value.h:97: error: expected ';' before 'i' .../value.h:98: error: 'i' was not declared in this scope .../value.h: At global scope: .../value.h:171: error: 'gint64' has not been declared .../value.h:172: error: 'virtual void ValueWrapper::set(int)' cannot be over= loaded .../value.h:171: error: with 'virtual void ValueWrapper::set(int)' .../value.h:180: error: 'guint64' has not been declared .../value.h:180: error: 'virtual void ValueWrapper::get(int&)' cannot be ove= rloaded --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .