quill  make notes, 19971201     

If I forgot to remove the Makefile do so yourself. Like many
compiles for X, this one is set up to begin with xmkmf .

I had this together on my box, and then my harddrive died.
Upon re-install and attempted recompile it couldn't find the
stuff in /usr/include/gr  , so I did a  
	cp /usr/include/gr/* /usr/include  .

That didn't work.
It's looks for jpeglib.h, which isn't in /usr/include/gr ,
although there are 3 jpeg-related .h files in there. Oh boy.

Hmmm, there's a libjpeg.h in the Slackware source libgr2xx package.
Let's see about that...

Okee (*&#(* Dokee.
I went through the libgr and compiled all the subdirs in it
and hand installed all the .h files because the top makefile
was broke, and I finally get an xpaint executable about 
twice the size of the one before the HD crash.


