Front page | perl.cpan.testers |
Postings from March 2000
PASS Tk800.019 MSWin32-x86 4.0
From:
Randy Kobes
Date:
March 21, 2000 19:21
Subject:
PASS Tk800.019 MSWin32-x86 4.0
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/.
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent duplicate effort.
--
As discussed on the ptk mailing list, two patches are
needed to build on Win32:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*** pTk/tkWinPort.h.orig Wed Mar 15 22:56:30 2000
--- pTk/tkWinPort.h Tue Mar 21 20:50:02 2000
***************
*** 133,138 ****
--- 133,141 ----
#endif
extern int gettimeofday(struct timeval *, struct timezone *);
+
+ #if 0
EXTERN void panic _ANSI_ARGS_(TCL_VARARGS(char *,format));
+ #endif
#endif /* _WINPORT */
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*** tkGlue.c.orig Mon Mar 13 08:26:44 2000
--- tkGlue.c Tue Mar 21 21:01:42 2000
***************
*** 2145,2151 ****
}
/* LangDebug("Check %p{%s}\n",hv,hv_iterkey(he,&len)); */
Tk_CheckHash(val,&chain);
! skip:
}
}
}
--- 2145,2151 ----
}
/* LangDebug("Check %p{%s}\n",hv,hv_iterkey(he,&len)); */
Tk_CheckHash(val,&chain);
! skip: ;
}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
With these, all tests pass.
--
Summary of my perl5 (5.0 patchlevel 5 subversion 03) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86
uname=''
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='cl.exe', optimize='-O2 -MD -DNDEBUG', gccversion=
cppflags='-DWIN32'
ccflags ='-O2 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT '
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -release -machine:x86'
libpth=C:\VStudio\VC98\lib
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib PerlCRT.lib
libc=PerlCRT.lib, so=dll, useshrplib=yes, libperl=perl.lib
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release -machine:x86'
-
PASS Tk800.019 MSWin32-x86 4.0
by Randy Kobes