|
From: <tim...@en...> - 2006-06-16 22:38:08
|
Ethan Merritt wrote: > 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. As I=20 told in a previous message, this adds some extra size to the executable,=20 I don't know exactly how much (~30 KB of source files, but probably much=20 less once compiled (i.e. becomes binary)). > Fatal error: > ------------ > make[2]: Entering directory=20 > `/home/merritt/cvs/gnuplot-cvs/gnuplot-4.1.0/_build/src' > cp: cannot create regular file=20 > `/home/merritt/cvs/gnuplot-cvs/gnuplot-4.1.0/_build/gnuplot-4.1.0/src/w= xterminal/gp_cairo.c':=20 > Permission denied > cp: cannot create regular file=20 > `/home/merritt/cvs/gnuplot-cvs/gnuplot-4.1.0/_build/gnuplot-4.1.0/src/w= xterminal/wxt_gui.cpp':=20 > Permission denied > make[2]: *** [distdir] Error 1 > make[2]: Leaving directory=20 > `/home/merritt/cvs/gnuplot-cvs/gnuplot-4.1.0/_build/src' > make[1]: *** [distdir] Error 1 > make[1]: Leaving directory=20 > `/home/merritt/cvs/gnuplot-cvs/gnuplot-4.1.0/_build' > make: *** [distcheck] Error 2 > > > I'm guessing that something in the script is failing to create the > .../_build/gnuplot-4.1.0/src/wxterminal/ directory, but I don't=20 > know quite how this thing works :-( > =20 I solved that problem (and the others related to the distribution of the=20 xpm and png icons which appeared later in the 'make distcheck' process). Now 'make distcheck' seems to go almost to its completion, but ends up=20 like that : make[2]: quittant le r=E9pertoire =AB=20 /home/tipote/gnuplot-cvs2/gnuplot-4.1.0/_build =BB rm -f config.status config.cache config.log configure.lineno=20 configure.status.lineno rm -f Makefile ERROR: files left in build directory after distclean: ./demo/temp.dat make[1]: *** [distcleancheck] Erreur 1 make[1]: quittant le r=E9pertoire =AB=20 /home/tipote/gnuplot-cvs2/gnuplot-4.1.0/_build =BB make: *** [distcheck] Erreur 2 Thanks for your work, Ethan. Best regards, Timoth=E9e |