On Wed, 8 May 2002, Julio Cuz, Jr. wrote: > Hi-- > > I'm getting the following error(?) when trying to "gmake" Postgresql 7.2.1, > any ideas? > >-I../../../src/include -I/usr/X11R6/include -c -o pgtkAppInit.o pgtkAppInit.c > >In file included from pgtkAppInit.c:15: > >/usr/include/tk.h:83:29: X11/Xlib.h: No such file or directory It looks like you are on a machine without X11 installed, and postgresql is trying to make the tcl/tk interface for pgaccess. what switches are you using in your ./configure script?