From: Rafael L. <rla...@us...> - 2003-02-21 13:46:33
|
Update of /cvsroot/plplot/plplot/include In directory sc8-pr-cvs1:/tmp/cvs-serv20592/include Modified Files: plcore.h disptab.h Log Message: I tried to compile the PDL PLplot bindings written by Doug Hunt (http://search.cpan.org/author/DHUNT/PDL-Graphics-PLplot-0.18/PLplotOO.pm) and discovered that the header file disptab.h has some problems. It has two #ifdef ENABLE_DYNDRIVERS that are related to libltdl and they should not be there, since this file can be included in user programs. Actually, those #ifdef's are needed only for plcore.c and I moved them into plcore.h. |