From: Joao C. <jc...@us...> - 2001-10-01 00:28:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24621/cf Modified Files: configure.in dyndrv.in objs.in Log Message: Add support fot experimental "ntk" driver. |
From: Geoffrey F. <fu...@us...> - 2001-10-03 21:29:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11610/cf Modified Files: sysconf.in Log Message: For Linux, go back to just using "gcc". In other words, drop "-ansi". This has to be done because we require access to identifiers that lie outside of the ANSI spec (but inside POSIX). -ansi not only clamps down on the language conformance, but also modifies the identifer space in which the translation unit resides, to prune away anything outside of ANSI C. We can't live with that. |
From: Geoffrey F. <fu...@us...> - 2001-10-03 21:30:09
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv12198/cf Modified Files: lib_sh_linux.in lib_sh_sco.in objs.in sysloc.in Log Message: Abolish configuration support for "stupidtk". |
From: Joao C. <jc...@us...> - 2001-10-03 22:08:20
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2548/cf Modified Files: configure.in dyndrv.in sysloc.in Log Message: I changed the configure support to liberate libplplot from libraries dependencies only needed from dynamic drives, e.g., there is no need to "link" linplplot.so or x01c with all the gnome libraries. I have manage to remove all know dependencies from libplplot, currently it only depends on "-ldl -lm". The gnome, jpeg, png, xwin, tcl and tk dependencies all went to the drivers. There is commented code in sysloc.in to cope with the current inhability of having wxin and tk as a dyn-drivers. I have separated the concept of desiring a driver from the detection of system capabilities. Thus, "has_x11" only says that the system as X11 support, while "enable_xwin" means one wants to build the xwin driver. The same applies to "has_tcl" and "has_tk". Dependencies have been taken into account, e.g. "enable-tk" depends on "has_tk", which depends on "has_tcl" that depends on "has_x11"; "enable-itcl" depends only on "enable-tcl", etc. |
From: Alan W. I. <ai...@us...> - 2001-10-17 23:20:16
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31254 Modified Files: lib_sh_linux.in Log Message: BUGFIX: shares -->shared |
From: Alan W. I. <ai...@us...> - 2001-10-17 23:21:46
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31489 Modified Files: sysloc.in Log Message: Improved finding of tcl8.3 and python2. |
From: Geoffrey F. <fu...@us...> - 2001-10-26 17:45:37
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8563/cf Modified Files: dyndrv.in Log Message: Drivers have to be linked against libplplot due to how the JVM resolves symbols when it does dlopen. To break this tie, we will have to introduce a virtualization of the PLplot API for use by drivers. Following the Java Native Interface "env" thing, is probably a good way to go. |
From: Geoffrey F. <fu...@us...> - 2001-10-27 06:21:32
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15893 Modified Files: sysloc.in Log Message: Try harder to find jni_md.h on old JDK's. |
From: Geoffrey F. <fu...@us...> - 2001-10-31 22:48:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv21130 Modified Files: sysloc.in Log Message: Try to expand Java detection to cover Solaris. Also, rewrite some conditional statements that was causing trouble with Sun's shell. Evidently we were dependent upon some extension in modern shells that isn't present in Sun's. We had some cases of if ! test ..., now rewritten to read if test ! ... |
From: Geoffrey F. <fu...@us...> - 2001-10-31 22:52:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22881 Modified Files: configure.in Log Message: Commented out some code in the block that sets up softlinks when Tk is enabled. This was pathalogical. What happened is that it cd'd to somewhere, then back to "$srcdir/tmp". But configure isn't always run in $srcdir/tmp, it can be run from anywhere. So in such cases, where configure is run from somewhere other than $srcdir/tmp, what was happening was that soft links were getting set up in the right place, but then if Tk was enabled we were cd'ing back to $srcdir/tmp, and dumping all the configure-generated files there. This wipes out the Makefiles and other config settings in $srcdir/tmp, but also means the real dir being configured is left unconfigured. So it was ineffective in the right place, and destructive in the wrong place. To re-enable this code, it will be necessary to preserve the current working directory across the code block that sets up those softlinks. |
From: Geoffrey F. <fu...@us...> - 2001-11-01 02:10:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14649 Modified Files: pkg_java.in Log Message: Remove dumb comment. |
From: Geoffrey F. <fu...@us...> - 2001-11-01 02:11:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv14787 Modified Files: sysloc.in Log Message: Woops, duh. Java configuration is supposed to be dependent upon $enable_java. |
From: Geoffrey F. <fu...@us...> - 2001-11-01 02:13:18
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv15058 Modified Files: configure.in Log Message: Setup all necessary softlinks relating to config.java, and make configure produce config.java from config.java.in. This keeps PLStream.java free from configure-time fluctuation, while still making the PLplot java binding responsive to configuration choices. |
From: Alan W. I. <ai...@us...> - 2001-11-11 01:46:38
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv2972 Modified Files: configure.in exes.in pkg_python.in Log Message: Configuration of pyqt_plmodules.so symlinks and build + reduce size of warning message in pkg_python.in |
From: Alan W. I. <ai...@us...> - 2001-11-11 16:31:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22944 Modified Files: exes.in initlib.in pkg_python.in Log Message: Various fixups to make pyqt_plmodules.so build and install properly. |
From: Alan W. I. <ai...@us...> - 2001-11-11 22:55:23
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3659 Modified Files: objs.in Log Message: The Makefile dependencies were not working properly so I regenerated this file using configure with the options --with-double --enable-dynamic-drivers --enable-java --enable-gnome followed by make depend. After that all dependency problems disappeared so I am committing the result. Hope it works well for everybody else. |
From: Alan W. I. <ai...@us...> - 2001-11-16 03:33:01
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24229 Modified Files: sysloc.in Log Message: Add search for python2.1 (Allesandro patch) |
From: Joao C. <jc...@us...> - 2001-11-16 21:10:49
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv7834/cf Modified Files: configure.in misc.in pkg_octave.in Log Message: The help files for Octave are now generated from doc/docbook/src/api.xml at configure time. Add support for it on configuration files. |
From: Alan W. I. <ai...@us...> - 2001-11-24 18:00:35
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv9595 Modified Files: exes.in pkg_python.in Log Message: Configuration fix to allow re-making of python modules. |
From: Joao C. <jc...@us...> - 2001-11-26 03:28:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv16032/cf Modified Files: configure.in demos.in dist.in objs.in Log Message: Add support for plimage() and x20c.c, a C demo that ilustrates plimage(). |
From: Alan W. I. <ai...@us...> - 2001-11-26 08:52:19
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv9456 Modified Files: dyndrv.in Log Message: Got rid of missing $(driverlibs) in Makefile build of drivers/gd.drv. This solved all the problems with the png driver with python. |
From: Alan W. I. <ai...@us...> - 2001-11-26 09:02:25
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv13001 Modified Files: dyndrv.in Log Message: $(driverlibs) fix for ntk and gnome drivers as well. |
From: Joao C. <jc...@us...> - 2001-11-28 00:27:25
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv30637/cf Modified Files: sysloc.in Log Message: Disable the ntk driver if tck/tk does not exists, or if user specifyed --disable-tcl or --disable-tk. |
From: Joao C. <jc...@us...> - 2001-12-01 01:37:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31816/cf Modified Files: dyndrv.in Log Message: The dynamic drivers are now linked only against libplplot and other libraries specific to the driver. Hopefully this will cause no problems! |
From: Alan W. I. <ai...@us...> - 2001-12-11 00:54:15
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv8969 Modified Files: plplot-test.sh.in Log Message: Add option for cgm driver. |