Re: Sid verbose trace reveals missing sid-control-tksm component - again
David Gaydou <[email protected]> Thu, 26 Feb 2009 16:57:53 -0200
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, tk.h and tcl.h on my system, david@ciii-p227:~/control1.1$ locate tk.h /home/ciii/Desktop/player_stage/player-2.1.1/rtk2/rtk.h /home/david/ARM-ELF-GCCSuite/gnuarm-3.4.3/include/itk.h /home/david/ARM-ELF-GCCSuite/gnuarm-3.4.3/include/tk.h /home/david/ARM-ELF-GCCSuite/gnuarm-4.0.2-x86_64/include/itk.h /home/david/ARM-ELF-GCCSuite/gnuarm-4.0.2-x86_64/include/tk.h /home/david/sid/include/tk.h /home/david/src/tk/generic/tk.h david@ciii-p227:~/control1.1$ locate tcl.h /home/david/ARM-ELF-GCCSuite/gnuarm-3.4.3/include/tcl.h /home/david/ARM-ELF-GCCSuite/gnuarm-4.0.2-x86_64/include/tcl.h /home/david/sid/include/tcl.h /home/david/src/tcl/generic/tcl.h /home/david/src/tcl/tools/tcl.hpj.in /home/david/src/tcl/win/tcl.hpj.in and may be, this help... david@ciii-p227:~/src/sid/component/tcl$ ./configure | grep tcl checking tcl in build tree... -L../../../tcl/unix -ltcl8.4 checking tcl.h usability... no checking tcl.h presence... no checking for tcl.h... no david@ciii-p227:~/src/sid/component/tcl$ ./configure | grep tk checking tk in build tree... -L../../../tk/unix -ltk8.4 checking tk.h usability... no checking tk.h presence... no checking for tk.h... no Thank you. 2009/2/26 Frank Ch. Eigler <[email protected]>: > Hi - > >> im experimenting the same problem that Suleman reported on >> 2007-08-25 as fixed, but in my case his work-aroung dont fix the >> problem and the configure script cant find the tk.h header when i >> run it in the sid/component/tcl folder [...]. > > Where is your tk.h file on your system? Does sid find tcl.h? > > - FChE >