in reply to Re^2: Tk Package Fails to Make
in thread SOLVED (mostly): Tk Package Fails to Make

Yes you need tchar.h/stdio.h... but you should already have them, they come with strawberryperl
12K C:\strawberry/c/include/tchar.h 20K C:\strawberry/c/include/stdio.h

Replies are listed 'Best First'.
Re^4: Tk Package Fails to Make
by BJ_Covert_Action (Beadle) on Apr 02, 2009 at 19:01 UTC
    Sure enough they are at those paths. So then, how would I go about making the Tk package recognize that they exist there. Is there some way to manually tell it where to look? Or do I need to just copy and paste them into the paths specified by the fail message I posted above? Thanks in advance.
      Tk doesn't need to recognize them, your compiler does, but you're using strawberryperl, so that shouldn't have been a problem if you're using a recent strawberryperl( like the latest, 5.10.0.4)