tk.h causes compile error

Bug #236765 reported by Jeff
2
Affects Status Importance Assigned to Milestone
tk8.4 (Ubuntu)
New
Undecided
Unassigned

Bug Description

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>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.