From: <jc...@fe...> - 2002-07-10 15:17:57
|
On Wednesday 10 July 2002 16:09, Vince Darley wrote: | On Wed, 10 Jul 2002, Alan W. Irwin wrote: | > plplotter.c: In function PlPlotterKeyEH': | > plplotter.c:1290: TkWindow' undeclared (first use in this function) | > plplotter.c:1290: (Each undeclared identifier is reported only once | > plplotter.c:1290: for each function it appears in.) | > plplotter.c:1290: parse error before )' | > plplotter.c: In function Openlink': | > plplotter.c:2529: O_RDONLY' undeclared (first use in this function) | | O_RDONLY should be in some standard Unix header file (posix headers), #include <fcntl.h> | and I'm afraid that 'TkpWindow((TkWindow*)...)' shows why this file | actually does need tkInt.h | | cheers, | | Vince. | | | | | ------------------------------------------------------- | This sf.net email is sponsored by:ThinkGeek | Two, two, TWO treats in one. | http://thinkgeek.com/sf | _______________________________________________ | Plplot-devel mailing list | Plp...@li... | https://lists.sourceforge.net/lists/listinfo/plplot-devel |