[Templates] Developer Release 2.06e

Chris Winters chris@cwinters.com
13 Mar 2002 08:25:10 -0500


On Tue, 2002-03-12 at 12:41, Andy Wardley wrote:
> There's a new developer release, 2.06e, available from the web site.  
> 
>   http://www.tt2.org/download.html
> 
> This will become 2.07 in the next few days.  Any new patches, other
> than serious bugfixes, will have to wait for a 2.07a developer release.
> 
> Changes below.

I got the following error trying to compile on Win32. Hopefully it makes
sense to you:

----------
        D:\Perl\bin\Perl.exe -ID:\Perl\lib -ID:\Perl\lib D:\Perl\lib\ExtUtils/xsubpp  -typemap D:\Pe
rl\lib\ExtUtils\typemap Stash.xs > Stash.xsc && D:\Perl\bin\Perl.exe -ID:\Perl\lib -ID:\Perl\lib -ME
xtUtils::Command -e mv Stash.xsc Stash.c
        cl -c  -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPL
ICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -MD -DNDEBUG    -DVERSION=\"2.06e\"  -DXS
_VERSION=\"2.06e\"  -ID:\Perl\lib\CORE  Stash.c
Stash.c
Stash.xs(541) : warning C4133: 'function' : incompatible types - from 'struct sv *' to 'struct inter
preter *'
Stash.xs(541) : warning C4133: 'function' : incompatible types - from 'char *' to 'struct sv *'
Stash.xs(541) : warning C4133: 'function' : incompatible types - from 'struct av *' to 'char *'
Stash.xs(541) : warning C4047: 'function' : 'struct av *' differs in levels of indirection from 'str
uct sv ** '
Stash.xs(541) : warning C4024: 'scalar_op' : different types for formal and actual parameter 4
Stash.xs(541) : error C2198: 'scalar_op' : too few actual parameters
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
----------