Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 7682
Status: open
Worked: 2 min
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: bruno.c [...] inwind.it
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Doesn't compile under cygwin/winxp
perl version: v5.8.5 built for cygwin-thread-multi-64int cygwin: CYGWIN_NT-5.1 xxxxxxxx 1.5.11(0.116/4/2) Part of output obtained when running make: after "perl Makefile.PL x" gcc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include -DPERL_USE_ SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.026\" -DXS_VERSION=\"804.026\" "-I/usr/lib/perl5/5.8.5/cygwin- thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unu sed -D__USE_FIXED_PROTOTYPES__ imgBMP.c gcc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include -DPERL_USE_ SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.026\" -DXS_VERSION=\"804.026\" "-I/usr/lib/perl5/5.8.5/cygwin- thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unu sed -D__USE_FIXED_PROTOTYPES__ imgInit.c gcc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include -DPERL_USE_ SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.026\" -DXS_VERSION=\"804.026\" "-I/usr/lib/perl5/5.8.5/cygwin- thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unu sed -D__USE_FIXED_PROTOTYPES__ imgInt_f.c gcc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include -DPERL_USE_ SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.026\" -DXS_VERSION=\"804.026\" "-I/usr/lib/perl5/5.8.5/cygwin- thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unu sed -D__USE_FIXED_PROTOTYPES__ imgObj.c gcc -c -I.. -I/usr/X11R6/include -I. -Ibitmaps -I/usr/X11R6/include -DPERL_USE_ SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O2 -DVERSION=\"804.026\" -DXS_VERSION=\"804.026\" "-I/usr/lib/perl5/5.8.5/cygwin- thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int -Wno-comment -Wno-unu sed -D__USE_FIXED_PROTOTYPES__ imgPS.c imgPS.c: In function `ChanMatchPS': imgPS.c:151: warning: passing arg 3 of `ImgFixChanMatchProc' from incompatible p ointer type imgPS.c: In function `CommonReadPS': imgPS.c:271: warning: implicit declaration of function `LangAllocVec' imgPS.c:271: warning: initialization makes pointer from integer without a cast imgPS.c:398: error: too few arguments to function `Tk_PhotoPutBlock' imgPS.c:416: error: too few arguments to function `Tk_PhotoPutBlock' imgPS.c:438: error: too few arguments to function `Tk_PhotoPutBlock' imgPS.c: In function `ChanMatchPDF': imgPS.c:546: warning: passing arg 3 of `ImgFixChanMatchProc' from incompatible p ointer type make[1]: *** [imgPS.o] Error 1 make[1]: Leaving directory `/cygdrive/c/WUTemp/Tk-804.026/pTk' make: *** [pTk/libpTk.a] Error 2
[guest - Fri Sep 17 09:22:52 2004]: Show quoted text
> > perl version: v5.8.5 built for cygwin-thread-multi-64int > cygwin: CYGWIN_NT-5.1 xxxxxxxx 1.5.11(0.116/4/2) > > thread-multi-64int/CORE" -U_WIN32 -Wall -Wno-implicit-int > -Wno-comment -Wno-unu > sed -D__USE_FIXED_PROTOTYPES__ imgPS.c > imgPS.c: In function `ChanMatchPS': > imgPS.c:151: warning: passing arg 3 of `ImgFixChanMatchProc' from > incompatible p > ointer type
Why is cygwin build trying to build imgPS.c ? Makefile.PL and Makefile should not of processed files named in .exc files under pTk/mTk/* So as imgPS.c is in pTk/mTk/additions/pTk.exc It should never have been processed into pTk/imgPS.c