ciao a tutti
devo installare umps http://mps.sourceforge.net/umps.html su Ubuntu 8.10. Scarico i sorgenti di v. 1.23-RC1 e secondo quello che o capito dalla guida in inglese http://mps.sourceforge.net/UMPS.RC1.INSTALL devo commentare/decommentare righe nel makefile, se uso freebsd ecc ma a quanto pare è gia impostato per linux quindi devo solo lanciare make

il risultato è:

g++ -O2 -Wall -DLINUX -I./FORMS -I./ELF -I/usr/X11R6/include -I/usr/local/include -c main.cc -o main.o
In file included from main.cc:17:
./FORMS/forms.h:1034:22: error: X11/Xlib.h: No such file or directory
./FORMS/forms.h:1035:23: error: X11/Xutil.h: No such file or directory
./FORMS/forms.h:1036:23: error: X11/Xatom.h: No such file or directory
./FORMS/forms.h:1037:24: error: X11/keysym.h: No such file or directory
./FORMS/forms.h:1038:27: error: X11/Xresource.h: No such file or directory
./FORMS/forms.h:2296:28: error: X11/cursorfont.h: No such file or directory
In file included from main.cc:17:
./FORMS/forms.h:1046: error: ‘GXxor’ was not declared in this scope
./FORMS/forms.h:1047: error: ‘GXcopy’ was not declared in this scope
./FORMS/forms.h:1048: error: ‘GXand’ was not declared in this scope

.
.
.
./FORMS/forms.h:2916: error: ‘Pixmap’ has not been declared
./FORMS/forms.h:2917: error: ‘Pixmap’ does not name a type
./FORMS/forms.h:3478: warning: ‘fl_newpup’ initialized and declared ‘extern’
./FORMS/forms.h:3478: error: ‘Window’ was not declared in this scope
./FORMS/forms.h:3479: warning: ‘fl_defpup’ initialized and declared ‘extern’
./FORMS/forms.h:3479: error: ‘Window’ was not declared in this scope
./FORMS/forms.h:3479: error: expected primary-expression before ‘const’
./FORMS/forms.h:3479: error: expected primary-expression before ‘...’ token
./FORMS/forms.h:3479: error: initializer expression list treated as compound expression
./FORMS/forms.h:3485: error: ‘Cursor’ does not name a type
./FORMS/forms.h:3511: error: ‘Cursor’ does not name a type
./FORMS/forms.h:3996: error: ‘FL_POINT’ has not been declared
make: *** [main.o] Error 1