Re: Building a program with tcl/tk8.4

2007-05-27 Thread Charles Plessy
Le Fri, May 25, 2007 at 02:11:27PM +0900, Charles Plessy a écrit : > > Many thanks to you and Don for your quick answers. I located the place > where to fix the -I option, and now the compilation goes a bit further. > Unfortunately, the programs wants a file from the compat/ directory, > which is

Re: Building a program with tcl/tk8.4

2007-05-24 Thread Charles Plessy
Le Thu, May 24, 2007 at 07:49:53AM +0100, Neil Williams a écrit : > Charles Plessy <[EMAIL PROTECTED]> wrote: > > /usr/include/tcl8.4/tk.h:68:20: error: tcl.h: No such file or > > directory > > The reason is that /usr/include/tcl8.4/tk.h contains #include > > instead of . Is it a bug? > > No. (I

Re: Building a program with tcl/tk8.4

2007-05-23 Thread Neil Williams
On Thu, 24 May 2007 15:24:15 +0900 Charles Plessy <[EMAIL PROTECTED]> wrote: > Dear mentors, > > I preparing a package which by default uses a local copy of tcl/tk. In > order to build it against Debian's version, I have turned the #include > "tk.h" into #include . > > It then complains the foll

Re: Building a program with tcl/tk8.4

2007-05-23 Thread Don Armstrong
On Thu, 24 May 2007, Charles Plessy wrote: > Dear mentors, > > I preparing a package which by default uses a local copy of tcl/tk. In > order to build it against Debian's version, I have turned the #include > "tk.h" into #include . This isn't necessary. > It then complains the following: > > /

Building a program with tcl/tk8.4

2007-05-23 Thread Charles Plessy
Dear mentors, I preparing a package which by default uses a local copy of tcl/tk. In order to build it against Debian's version, I have turned the #include "tk.h" into #include . It then complains the following: /usr/include/tcl8.4/tk.h:68:20: error: tcl.h: No such file or directory The reason