I am getting a error in the make install. Here is the last lines of what I get before it ends.
make[3]: Leaving directory `/home/kevinh/src/XASTIR/build-initial/src/rtree' make[3]: Entering directory `/home/kevinh/src/XASTIR/build-initial/src' if gcc -DHAVE_CONFIG_H -I. -I../../xastir/src -I.. -I/usr/local/include -I/usr/include -DXASTIR_DATA_BASE= \"/usr/local/share/xastir\" -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -Wno-unused-parameter -pthread -I/usr/include -MT alert.o -MD -MP -MF ".deps/alert.Tpo" -c -o alert.o ../../xastir/src/alert.c; \ then mv -f ".deps/alert.Tpo" ".deps/alert.Po"; else rm -f ".deps/alert.Tpo"; exit 1; fi In file included from /usr/include/Xm/XmAll.h:46, from ../../xastir/src/alert.c:308: /usr/include/Xm/Xm.h:59:34: error: X11/extensions/Print.h: No such file or directory In file included from /usr/include/Xm/XmAll.h:46, from ../../xastir/src/alert.c:308: /usr/include/Xm/Xm.h:827: error: expected specifier-qualifier-list before ‘XPContext’ In file included from /usr/include/Xm/XmAll.h:86, from ../../xastir/src/alert.c:308: /usr/include/Xm/Print.h:46: error: expected declaration specifiers or ‘...’ before ‘XPFinishProc’ make[3]: *** [alert.o] Error 1 make[3]: Leaving directory `/home/kevinh/src/XASTIR/build-initial/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/kevinh/src/XASTIR/build-initial/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kevinh/src/XASTIR/build-initial' make: *** [all] Error 2 Kevin _______________________________________________ Xastir mailing list Xastir@xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir