From: <jc...@fe...> - 2002-07-25 01:53:09
|
On Wednesday 24 July 2002 23:04, Maurice LeBrun wrote: | Jo=E3o Cardoso writes: =2E.. | > As I told before, suse-7.2 don't have tkInt.h and other tkInt.h | > dependent header files. | | It's not in the default Tcl/Tk tarball install either. What | exactly is needed from these files? If it's just function | prototypes, then no problem, just compile without all the prototypes | in place. You can do configure magic to use them *if* found. OTOH, | if what you need is a structure definition, then the problem is | harder to work around. Yes, it looks like tkwin needs the definition of a internal structure. Vince, that is only needed once in the tkwin code, can't it be done=20 using some tk utility function? Another issue: I dont like the name tkwin for the new driver: we=20 already have a tk driver and a xwin driver. As the tkwin driver main=20 purpose is to be cross platform capable, couldn't it be called tkx? or=20 xtk? or tkall? The directory name in the bindings directory is already=20 called tk-x-plat... Joao | | > Trying to follow the the tkwin receipt gives: | > | > [jcard@feup] wish | > % load libplplotd.so.5.1.0 Plplotter | > couldn't load file "libplplotd.so.5.1.0": libplplotd.so.5.1.0: | > cannot open shared object file: No such file or directory | > | > % load libplplotd.so Plplotter | > couldn't find procedure Plplotter_Init | > ... | | I've been unable to get this stuff to work either. |