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. |
From: Rafael L. <lab...@ps...> - 2003-03-02 16:36:02
|
* Joao Cardoso <jc...@fe...> [2003-03-02 02:45]: > 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. I will take a look. > I also added more capabilities to plenv(), allowing for square plots and > minor tick marks. Have you broken backward compatibility? > (1) After a fresh checkout, I got this: > > jcard@home:~/tmp/plplot> ./bootstrap.sh > 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 > `./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. I will try to fix this. -- Rafael |
From: Joao C. <jc...@fe...> - 2003-03-02 20:06:08
|
On Sunday 02 March 2003 16:22, Rafael Laboissiere wrote: > * Joao Cardoso <jc...@fe...> [2003-03-02 02:45]: > > 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. > > I will take a look. Thanks. Meanwhile I will keep trying. > > > I also added more capabilities to plenv(), allowing for square plots = and > > minor tick marks. > > Have you broken backward compatibility? No. Joao |
From: Rafael L. <lab...@ps...> - 2003-03-02 21:21:15
|
* Rafael Laboissiere <lab...@ps...> [2003-03-02 17:22]: > * Joao Cardoso <jc...@fe...> [2003-03-02 02:45]: > > (1) After a fresh checkout, I got this: > > > > jcard@home:~/tmp/plplot> ./bootstrap.sh > > 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 > > `./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. > > I will try to fix this. Actually, there is no fix, since there is no problem here. These are only harnless warning messages. After the first run of bootstrap.sh, the source tree should be ready for configure and make. -- Rafael |