I am trying to install ghemical-gms-1.07 on SuSE Linux 10.1. When I try to compile the source, I get two errors: 1) dealing with some protected variable in objects.h, so I just go in and make that variable public, no problem 2) a more serious problem.. g++ -c -g -O2 -fno-exceptions -I../../src/graphics -I../../src/common -I../../openbabel -I/home/jarod.mccormick/Desktop/ghemical-gms-1.07/src -I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/include -I/opt/gnome/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/include ./mtools.cpp ./views.h:233: error: variable or field ‘mm1_apply_udata_as_cset’ declared void ./views.h:233: error: ‘mm1_docv’ was not declared in this scope ./views.h:233: error: expected primary-expression before ‘,’ token ./views.h:233: error: expected primary-expression before ‘void’ ./views.h:233: error: initializer expression list treated as compound expressionmake[1]: *** [mtools.o] Error 1 I cannot find any workaround to this. Can someone help me? -J -- Jarod McCormick Graduate Research Assistant / PhD Candidate Department of Chemical and Biological Engineering University of Colorado at Boulder jarod.mccormick at colorado.edu