RE: [tcltk-perl] Re: issue building Tcl-Tk-0.77
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-22 01:03:13
|
> The problem isn't tcl/tk headers, it's X headers. ... > I ended up with this patch: > > my ($tklibpath, $tkincpath) = > - process_tclconfig($tkconfig, $libspecvar, "TK_INCLUDE_SPEC"); > + process_tclconfig($tkconfig, $libspecvar, "TK_XINCLUDES"); Ah, right you are. That will make a difference when the X headers aren't in a "standard" location. I've commited the patch. Jeff |