|
From: Maurice L. <mj...@ga...> - 2002-08-05 07:00:11
|
Maurice LeBrun writes: > Maurice LeBrun writes: > > I was also surprised to find the following dependencies with the tkwin stuff: > > > > gcc -fPIC -c -g -O -I. -I/home/mjl/gts/include -c plplotter.c -o > > shared/plplotter.o > > In file included from plplotter.c:276: > > /home/mjl/gts/include/tkInt.h:27:20: tkPort.h: No such file or directory > > /home/mjl/gts/include/tkInt.h:878:24: tkIntDecls.h: No such file or directory > > > > Ugh. More internal TK headers that I need to remember to install I see. > > (I already have several non-standard ones installed, sigh.) > > After copying these two, now: > > In file included from /home/mjl/gts.tst/include/tkInt.h:27, > from plplotter.c:276: > /home/mjl/gts.tst/include/tkPort.h:32:39: ../unix/tkUnixPort.h: No such file or directory > make[1]: *** [shared/plplotter.o] Error 1 > > tkUnixPort.h? This is getting pretty gross. Does anyone have a complete list > of all the tk headers one needs to install? Actually it's worse than just having to install a bunch of non-standard headers. How are we supposed to expect that there's a directory $prefix/unix for holding tkUnixPort.h and the like? This is not good. I guess I'm back to omitting the tkwin driver and trying to fix the install problem. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |