From: Alan W. I. <ir...@be...> - 2002-07-10 15:04:56
|
On Wed, 10 Jul 2002, Vince Darley wrote: > Ok, I've fixed those remaining issues. Make sure you are compiling > plplotter.c and Plplotter_Init.c as well as tkwin.c I am getting a lot further now. Without plplotter.c and Plplotter_Init.c all is well with the library build, but of course there are some undefined symbols related to those two when trying to link executables with the library. So as suggested by you I included compilation of plplotter.c and Plplotter_Init.c in the library. Plplotter_Init.c compiles cleanly, but there are compilation errors for plplotter.c. 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) I cannot figure this out so I hope you have some ideas about what is missing on the Linux side. Alan |