|
From: Ethan M. <merritt@u.washington.edu> - 2007-02-16 21:44:20
|
On Thursday 15 February 2007 09:24, Eligio P.M wrote: > To: gnu...@li... > From: Eligio Perez > Errors: While building gnuplot version-beta 4.2 patchlevel rc4 > CVS-23Jan2007, I got these errors after applying command "make". > >color.c: In function 'draw_color_smooth_box': > >color.c:523: warning: pointer targets in passing argument 2 of > >'map3d_position_r' differ in signedness > >color.c:523: warning: pointer targets in passing argument 3 of > >'map3d_position_r' differ in signedness > >set.c: In function 'set_mouse': > >set.c:2309: warning: pointer targets in passing argument 2 of > >'map_position' differ in signedness > >set.c:2309: warning: pointer targets in passing argument 3 of > >'map_position' differ in signedness These warnings are expected, and harmless. > >In gnuplot-comint-start-function: > >gnuplot.el:1838:18:Warning: `make-variable-buffer-local' should be called > >at > >toplevel > > >In gnuplot-mode: > >gnuplot.el:2516:41:Warning: `make-variable-buffer-local' should be called > >at toplevel That seems to be some Emacs problem. I know nothing about Emacs, and can't help. Anyhow, it should not affect gnuplot itself. > Wrote /home/eligio/gnuplot-4.2.rc4/lisp/gnuplot.elc > Wrote /home/eligio/gnuplot-4.2.rc4/lisp/gnuplot-gui.elc > Expected X11 driver: /usr/local/libexec/gnuplot/4.2/gnuplot_x11 > Exec failed: No such file or directory The gnuplot x11 driver is placed in /usr/local/libexec/gnuplot/4.2/gnuplot_x11 during installation. Your error message is saying that it is not there. Did you do "make install"? If you want to test out the program before final installation, you can force it to look in the build directory for gnuplot_x11. Assuming you are current in the same directory ../src setenv GNUPLOT_DRIVER_DIR `pwd` > Also, I applied this command " > gnuplot> plot cos(x),tan(x),tan(x)*cos(x),sin(x) > but I don't get line and color on the plot for cos(x). I have no idea what could cause that. Certainly no one else has reported anything similar. Terminal type? other commands? Could you post the output? -- Ethan A Merritt |