From: Joao C. <jc...@fe...> - 2003-03-02 02:49:57
|
Hi, I have committed all that is needed for plgriddata() to work (1) This includes src/plgridd.c, where plgriddata() is, lib/csa with Pavel Sakov libcsa, lib/nn with a patched Pavel Sakov libnn, examples/x/x21c.c, a fairly comprehensible plgridadta() demo, see the cvs= =20 commit message for further details. This all works with *hand tuned* makefiles. I tried to automate everything but I wasn't able, sorry. Rafael and Alan, I count on you to fix the configuration. Remember when using cvs that the directory "lib", that used to hold fonts= and=20 maps now holds two subdirectories each one with a small library. The file= s=20 that used to be in "lib" are now on the new directory "data". I also added more capabilities to plenv(), allowing for square plots and=20 minor tick marks. Joao (1) After a fresh checkout, I got this: jcard@home:~/tmp/plplot> ./bootstrap.sh=20 Running aclocal (GNU automake) 1.7.2... done Running autoheader (GNU Autoconf) 2.57... done Running automake (GNU automake) 1.7.2...configure.ac: installing=20 `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' configure.ac:433: installing `./config.guess' configure.ac:433: installing `./config.sub' configure.ac:433: required file `./ltmain.sh' not found Makefile.am:30: required directory ./libltdl does not exist bindings/c++/Makefile.am: installing `./depcomp' drivers/Makefile.am: installing `./compile' Makefile.am:30: required directory ./libltdl does not exist done Running libtoolize (GNU libtool) 1.4.3... done Running autoconf (GNU Autoconf) 2.57... done The second time I run it there where no problems. |