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

I do, indeed, have both tchar.h and stdio.h in the following directory:
c:\strawberry\include\


They would normally be in c:\strawberry\c\include.
Are they *really* in c:\strawberry\include\ ?
What does gcc -v output ?

It really does look like your installation has been screwed up, as already suggested.

Cheers,
Rob

Replies are listed 'Best First'.
Re^3: Tk Package Fails to Make
by BJ_Covert_Action (Beadle) on Apr 08, 2009 at 20:51 UTC
    *facepalm*

    They are, indeed, in C:\strawberry\c\include, not the original one I posted.

    So is my strawberry distribution still screwed or just my ability to successfully copy paths?

    Thanks.

Re^3: Tk Package Fails to Make
by BJ_Covert_Action (Beadle) on Apr 08, 2009 at 20:55 UTC
    Where would I run the gcc - v command, from the CPAN shell or just the straight command line? Running from command line gives only:

    Reading specs from C:\GNAT\lib\gcc-lib\pentium-mingw32msv\2.8.1\specs gcc version 2.8.1

    ...which I suppose is the correct info about my gcc version, unless CPAN does something really strange.

    Also, what makes you say my strawberry installation is bolloxed? I have little doubt that this is true, but I am curious as to what I could look for in the future to figure this out myself.

    Cheers.