From: Alan W. I. <ir...@be...> - 2002-02-07 02:48:13
|
On Wed, 6 Feb 2002, Maurice LeBrun wrote: > Alan W. Irwin writes: > > ./x08c -dev tk > > > > *** PLPLOT WARNING *** > > Driver does not support hardware solid fills, switching to software fill. > > > > That software fill is really slow and ugly (;-) compared to the hardware > > fill we had before. > > That's really strange. Could you try a complete rebuild to see if it's a > dependency problem? Thanks for that suggestion which was bang on. make clean ./configure .... make cd tmp; make x08c fixed the problem. I usually do go through a clean rebuild (sometimes even clean from a cvs checkout), but this one time I didn't do that, it bit me. Live and learn.... BTW, I played with the 2-point palette here, and you get an awesome looking silvery gray colour if you play with the black. I will probably put that in. Your other fix for ./plserver -f tk03 works fine here as well. Time for a new release?....;-) Alan |