|
From: <tim...@en...> - 2006-06-16 22:53:13
|
Ethan Merritt wrote: > On Friday 16 June 2006 04:33 pm, you wrote: > =20 >> Ethan Merritt wrote: >> =20 >>> Procedure: >>> ./prepare >>> ./configure --readline=3Dgnu >>> make distclean >>> >>> Non-fatal error message during the "make check" part >>> ---------------------------------------------------- >>> Can't load PNG icon(s) of the toolbar. >>> =20 >> I can only solve that by using XPM files included at compile time. >> =20 > > I don't see why that should be. =20 > Isn't it just a matter of setting an environmental variable > during the "make check" run so that the icons are picked up > from the build directory rather than their eventual install > directory? > That's what it does with GNUPLOT_DRIVER_DIR (to pick up gnuplot_x11). > =20 Oh yes, I forgot that option. I can do that. Timoth=E9e |