develooper Front page | perl.perl5.porters | Postings from June 2004

Re: Mingw port, Tk extension

Thread Previous | Thread Next
From:
David Kirol
Date:
June 15, 2004 13:53
Subject:
Re: Mingw port, Tk extension
Message ID:
20040615202129.30354.qmail@onion.perl.org
I edited line 1206 to reflect the correct location of the file in question
and had no problem. Thanks Nick!
"Steve Hay" <steve.hay@uk.radan.com> wrote in message
news:40C5D475.8000905@uk.radan.com...
> Nick Ing-Simmons wrote:
>
> >David Kirol <d.kirol@rcn.com> writes:
> >
> >
> >>perl -V:make
> >>
> >>print?
> >>
> >>dmake
> >>
> >>
> >>Sorry, I was so thrilled to get a response to my post that I failed to
read
> >>your reply correctly.
> >>
> >>
> >
> >Fine. I have built with dmake - weird.
> >
> Have you built it /recently/ using dmake?
>
> I've got the same behaviour as David using MinGW/dmake with
> perl-5.8.4/Tk-804.027:
>
> C:\Temp\Tk-804.027>dmake
> gcc -c  -I./pTk/mTk/xlib        -s -O2 -DWIN32 -DHAVE_DES_FCRYPT
> -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing
> -DPERL_MSVCRT_READFIX -s -O2  -DVERSION=\"804.027\"
> -DXS_VERSION=\"804.027\"  "-IC:\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'
>
> I just tried it with Tk-804.026 (using the same perl) and that's OK
> (well, up to the PNG library, anyway, ...).  The Xlib.h file did change
> between .026 and .027:
>
> --- Tk-804.026/pTk/mTk/xlib/X11/Xlib.h  2003-12-19 10:55:06.000000000
+0000
> +++ Tk-804.027/pTk/mTk/xlib/X11/Xlib.h  2004-04-03 18:57:56.000000000
+0100
> @@ -1203,7 +1203,7 @@
>
>
>
> -#include "../../tkIntXlibDecls.h"
> +#include "../pTk/tkIntXlibDecls.h"
>
>  _XFUNCPROTOEND
>
>
> - Steve
>
>
>
> ------------------------------------------------
> Radan Computational Ltd.
>
> The information contained in this message and any files transmitted with
it are confidential and intended for the addressee(s) only.  If you have
received this message in error or there are any problems, please notify the
sender immediately.  The unauthorized use, disclosure, copying or alteration
of this message is strictly forbidden.  Note that any views or opinions
presented in this email are solely those of the author and do not
necessarily represent those of Radan Computational Ltd.  The recipient(s) of
this message should check it and any attached files for viruses: Radan
Computational will accept no liability for any damage caused by any virus
transmitted by this email.
>



Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About