|
From: Petr M. <mi...@ph...> - 2009-01-14 08:33:49
|
I see there are two errors: 1. in compiling gnuplot 4.2 cvs gcc -DHAVE_CONFIG_H -I. -I.. -I../term -I../term -DBINDIR=\"/usr/local/bin\" -DX11_DRIVER_DIR=\"/usr/local/libexec/gnuplot/4.2\" -DGNUPLOT_PS_DIR=\"/usr/local/share/gnuplot/4.2/PostScript\" -DCONTACT=\"http://sourceforge.net/projects/gnuplot\" -DHELPFILE=\"/usr/local/share/gnuplot/4.2/gnuplot.gih\" -I/usr/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c util.c: In function ‘gprintf’: util.c:757: error: invalid type argument of ‘unary *’ make[3]: *** [util.o] Error 1 The line is: /* dot is the default decimalsign we will be replacing */ dot = *get_decimal_locale(); The strange thing is that grep -R get_decimal_locale * does not find this routine in gnuplot source and /usr/include. *** 2. making current cvs fails: Making all in term make[2]: Entering directory `gnuplot-cvs/term' make[2]: *** No rule to make target `js/*.js', needed by `all-am'. Stop. |