From: Vince D. <vi...@sa...> - 2002-07-10 15:09:54
|
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), and I'm afraid that 'TkpWindow((TkWindow*)...)' shows why this file actually does need tkInt.h cheers, Vince. |