Patch to build cvs code
Brought to you by:
ghowlett
If you attempt to build cvs code as is, it will fail because bltPictDraw.o requires a file bltPaintDraw.o and there is no source bltPaintDraw.c.
I now discover that bltPaintDraw.c is just an existing file renamed. Unfortunately the build machinery does not so this automatically.
There are three platform specific files: bltWinPainter.c, bltUNIXPainter.c and bltMacOSXPainter.c.
By renaming the appropriate one to bltPaintDraw.c I got the package to build, and I could launch a wish shell. It crashed as soon as I tried run a demo but it is progress.
Bill Northcott