Endiablado has asked for the wisdom of the Perl Monks concerning the following question:
Greetings Wise Ones,
I'm a bit new to this, but have had not trouble installing modules in the past. This time I have been attempting to install Tk-804.027 under cygwin. What I understand from the "README.cygwin" is that I do not need to have xfree installed.
The folowing worked fine: perl Makefile.PL.
The next phase make failed with:
make[2]: Leaving directory `/cygdrive/e/temp/Tk-804.027/Xlib/X' gcc -c -I.. -I../pTk/mTk/xlib -DPERL_USE_SAFE_PUTENV -fno-strict-alia +sing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.027\" -DXS_ +VERSION=\" 804.027\" "-I/usr/lib/perl5/5.8.5/cygwin-thread-multi-64int/CORE" -D +__WIN32__ -D_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unused -D__USE_FIXE +D_PROTOTYP ES__ Xlib.c In file included from ../pTk/tkWinPort.h:19, from ../pTk/tkPort.h:28, from Xlib.xs:7: ../pTk/mTk/xlib/X11/Xlib.h:1206:35: ../pTk/tkIntXlibDecls.h: No such f +ile or dir ectory make[1]: *** [Xlib.o] Error 1 make[1]: Leaving directory `/cygdrive/e/temp/Tk-804.027/Xlib' make: *** [subdirs] Error 2
Clearly it's still including XLib in spite of what the README had to say. Am I doing something wrong? Do I need to install xfree? Has anyone else attempted this? Any input would help at this point.
A humble novice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Trouble installing TK under cygwin
by perlfan (Parson) on Mar 22, 2005 at 03:50 UTC | |
by Endiablado (Novice) on Mar 22, 2005 at 14:54 UTC | |
|
Re: Trouble installing TK under cygwin
by Courage (Parson) on Mar 22, 2005 at 06:34 UTC | |
by Endiablado (Novice) on Mar 22, 2005 at 15:11 UTC | |
by Courage (Parson) on Mar 22, 2005 at 18:18 UTC |