public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Sid verbose trace reveals missing sid-control-tksm component - again
@ 2009-02-26 16:30 David Gaydou
  2009-02-26 18:22 ` Frank Ch. Eigler
  0 siblings, 1 reply; 5+ messages in thread
From: David Gaydou @ 2009-02-26 16:30 UTC (permalink / raw)
  To: sid

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 as he
did. Ive just checkout my sid copy 2 days ago from the last version. I would
appreciate some advice to fix this. Thank you!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sid verbose trace reveals missing sid-control-tksm component - again
  2009-02-26 16:30 Sid verbose trace reveals missing sid-control-tksm component - again David Gaydou
@ 2009-02-26 18:22 ` Frank Ch. Eigler
  2009-02-26 18:58   ` David Gaydou
  0 siblings, 1 reply; 5+ messages in thread
From: Frank Ch. Eigler @ 2009-02-26 18:22 UTC (permalink / raw)
  To: David Gaydou; +Cc: sid

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sid verbose trace reveals missing sid-control-tksm component -   again
  2009-02-26 18:22 ` Frank Ch. Eigler
@ 2009-02-26 18:58   ` David Gaydou
  2009-02-26 20:12     ` Frank Ch. Eigler
  0 siblings, 1 reply; 5+ messages in thread
From: David Gaydou @ 2009-02-26 18:58 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: sid

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 <fche@redhat.com>:
> 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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sid verbose trace reveals missing sid-control-tksm component -   again
  2009-02-26 18:58   ` David Gaydou
@ 2009-02-26 20:12     ` Frank Ch. Eigler
  2009-02-27 13:59       ` David Gaydou
  0 siblings, 1 reply; 5+ messages in thread
From: Frank Ch. Eigler @ 2009-02-26 20:12 UTC (permalink / raw)
  To: David Gaydou; +Cc: sid

David Gaydou <dgaydou@gmail.com> writes:

> [...] 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

The config.log file should explain more about this problem.

Another possibility is to remove the tcl & tk subdirectories
from the sid tree (by renaming temporarily) to see if the
system tcl libraries are deemed suitable.

- FChE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Sid verbose trace reveals missing sid-control-tksm component -   again
  2009-02-26 20:12     ` Frank Ch. Eigler
@ 2009-02-27 13:59       ` David Gaydou
  0 siblings, 0 replies; 5+ messages in thread
From: David Gaydou @ 2009-02-27 13:59 UTC (permalink / raw)
  To: sid

hi,

> The config.log file should explain more about this problem.
I wasn't able to figure out what the problem is from this log-file.
 
> Another possibility is to remove the tcl & tk subdirectories
> from the sid tree (by renaming temporarily) to see if the
> system tcl libraries are deemed suitable.
to test this i made:
make distclean on /sid/component/tcl folder an then i repeted the process:

% cd /BUILDTREE
% /SOURCETREE/src/configure --prefix=/INSTALLTREE [OTHEROPTIONS]
% make all install

... still compiling... and it will be so for a long time.. :(
but in the meanwhile i found this:
--------------------------------------------------------------------------
dnl allow user to set this:
AC_ARG_WITH(tcl-lib,      [  --with-tcl-lib=FLAG     add FLAG to LIBS to find
tcl library])
AC_ARG_WITH(tcl-include,  [  --with-tcl-include=FLAG add FLAG to CPPFLAGS to
find tcl headers])
AC_ARG_WITH(tk-lib,       [  --with-tk-lib=FLAG      add FLAG to LIBS to find tk
library])
AC_ARG_WITH(tk-include,   [  --with-tk-include=FLAG  add FLAG to CPPFLAGS to
find tk headers])
AC_ARG_WITH(blt-lib,      [  --with-blt-lib=FLAG     add FLAG to LIBS to find
blt library])
AC_ARG_WITH(blt-include,  [  --with-blt-include=FLAG add FLAG to CPPFLAGS to
find blt headers])
--------------------------------------------------------------------------
in the configure.in file in the sid/component/tcl folder; since i don't kwon
much about auto-tools, i wanted to ask if that means that it is possible to pass
the path to tcl.h and tk.h files during configure or make steps.
Cheers.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-02-27 13:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-26 16:30 Sid verbose trace reveals missing sid-control-tksm component - again David Gaydou
2009-02-26 18:22 ` Frank Ch. Eigler
2009-02-26 18:58   ` David Gaydou
2009-02-26 20:12     ` Frank Ch. Eigler
2009-02-27 13:59       ` David Gaydou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).