Public bug reported:

Binary package hint: tk8.4-dev

I am using Ubuntu 8.04LTS and the version of tk8.4-dev I have is:
8.4.16-2ubuntu1

On line 21 of tk.h we have the line:

#include <tcl.h>

This tries to get the file /usr/include/tcl.h which doesn't exist - the
file that it is meant to be pointing to is /usr/include/tcl8.4/tcl.h

To fix the problem the line mentioned above can simply be changed to:

#include <tcl8.4/tcl.h>

** Affects: tk8.4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
tk.h causes compile error
https://bugs.launchpad.net/bugs/236765
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to