Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 8599
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: P.Schaffnit [...] access.rwth-aachen.de
Cc:
AdminCc:

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

Attachments


Subject: Unable to compile under Windows NT with MinGW
Hi! It might not be the right place to ask about that, but I where else I could ask for help, and I have no idea of how to get started... I've just compiled 5.8.5 under Windows NT with MinGW (gcc 3.2.3), and I keep getting the following message: gcc -c -I./pTk/mTk/xlib -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -fno-strict -aliasing -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"804.027\" -DXS_VERSION=\"804.027\" "-IF:\Programme\perl\lib\CORE" Tk.c In file included from pTk/tkWinPort.h:19, from pTk/tkPort.h:28, from Tk.xs:16: pTk/mTk/xlib/X11/Xlib.h:1206:35: ../pTk/tkIntXlibDecls.h: No such file or directory dmake.exe: Error code 1, while making 'Tk.o' Any hint would be greatly appreciated! Thanks a lot! Philippe Schaffnit
Download Outputs_tar_gz
application/octet-stream 4.9k

Message body not shown because it is not plain text.

From: P.Schaffnit [...] access.rwth-aachen.de
Hi! Sorry about that! I've been able to solve my problem(s) myself: there were actually three of them... In case this can help anyone, here they are: - several headers could not be found: I manually copied them... - I messed up when unupacking the archive (with CygWin), and my directory was somehow write-protected so some (but only *some*: why?) objects could, of course, not be created... - finally "PNG/libpng" could not be compiled from the "main" makefile, but could only be from the makefile in the sub-directory... Everything now work! Cheers! Philippe [guest - Wed Nov 24 15:16:03 2004]: Show quoted text
> > Hi! > > It might not be the right place to ask about that, but I where else I > could ask for help, and I have no idea of how to get started... > > I've just compiled 5.8.5 under Windows NT with MinGW (gcc 3.2.3), and > I keep getting the following message: > > gcc -c -I./pTk/mTk/xlib -s -O2 -DWIN32 -DHAVE_DES_FCRYPT > -DPERL_IMPLICIT_CONTEXT -fno-strict -aliasing -DPERL_MSVCRT_READFIX > -s -O2 -DVERSION=\"804.027\" -DXS_VERSION=\"804.027\" "- > IF:\Programme\perl\lib\CORE" Tk.c > In file included from pTk/tkWinPort.h:19, > from pTk/tkPort.h:28, > from Tk.xs:16: > pTk/mTk/xlib/X11/Xlib.h:1206:35: ../pTk/tkIntXlibDecls.h: No such file > or directory > dmake.exe: Error code 1, while making 'Tk.o' > > Any hint would be greatly appreciated! > > Thanks a lot! > > Philippe Schaffnit