Dh <[EMAIL PROTECTED]> writes:
>
>
>C:\new\Audio-1.028>perl Makefile.PL
>Checking if your kit is complete...
>Looks good
>Writing Makefile for Audio::Data
>Writing Makefile for Audio::Play::MSWin32

Cool - that release shouldn't have changed anything for Win32
(which I know is buggy) - 1.028 was to add ALSA driver for linux.
Thanks for testing.


>Testing for Network Audio Server (NAS)
>Cannot build Audio::Play::Net - NAS not present
>Writing Makefile for Audio::Play
>Writing Makefile for Audio
>
>C:\new\Audio-1.028>nmake test TEST_VERBOSE=1
>
>E"   l2u.c
>l2u.c
>l2u.c(585) : warning C4028: formal parameter 1 different from declaration
>l2u.c(597) : warning C4028: formal parameter 1 different from declaration

Hmm,

>        cl -c    -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT 
> -DHAVE_DES_FCRYPT
>-DPERL_IMPLICIT_CONTEXT -DPER
>L_IMPLICIT_SYS -DPERL_MSVCRT_READFIX -O1 -MD -DNDEBUG    -DVERSION=\"1.028\" 
>-DXS_VERSION=\"1.028\"  "-IC:\Perl\lib\COR
>E"   MSWin32.c
>MSWin32.c
>MSWin32.xs(62) : warning C4068: unknown pragma

Weird ...

>MSWin32.xs(100) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(133) : warning C4133: 'function' : incompatible types - from 'struct 
>waveformat_tag *'
>to 'const struct tWAVE
>FORMATEX *'
>MSWin32.xs(136) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(139) : warning C4047: 'function' : 'void ** ' differs in levels of 
>indirection from
>'void ***  '
>MSWin32.xs(139) : warning C4022: 'waveOutOpen' : pointer mismatch for actual 
>parameter 1
>MSWin32.xs(139) : warning C4133: 'function' : incompatible types - from 'struct 
>waveformat_tag *'
>to 'const struct tWAVE
>FORMATEX *'
>MSWin32.xs(143) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(182) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(192) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(200) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>MSWin32.xs(247) : warning C4133: 'function' : incompatible types - from 'struct 
>_PerlIO *' to
>'struct _iobuf *'
>Failed Test  Stat Wstat Total Fail  Failed  List of Failed
>-------------------------------------------------------------------------------
>t\init.t        5  1280    ??   ??       %  ??
>t\overload.t    5  1280    ??   ??       %  ??
>Failed 2/4 test scripts, 50.00% okay. 0/23 subtests failed, 100.00% okay.
>NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
>Stop.
>NMAKE : fatal error U1077: 'cd' : return code '0x2'
>Stop.
>
>C:\new\Audio-1.028>
>
>I get two of these: 
>    The instruction at "0x100058bb" referenced memory at "0x00000000". The memory 
> could not be
>"read".
>
>According to mah debugger that comes from  
>
>l2u.c:565 static long maxval[64];
>l2u.c:566 if (!maxval[bits]) 
>
>Hope that helps.

Yes it will help a lot - thanks.


>
>
>--
>Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
>  Platform:

I haven't tried it on perl5.6 at all...


>    osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
>    uname=''
>    config_args='undef'
>    hint=recommended, useposix=true, d_sigaction=undef
>    usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define
>    useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
>    use64bitint=undef use64bitall=undef uselongdouble=undef
>  Compiler:
>    cc='cl', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT 
> -DHAVE_DES_FCRYPT 
>-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
>    optimize='-O1 -MD -DNDEBUG',
>    cppflags='-DWIN32'
>    ccversion='', gccversion='', gccosandvers=''
>    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
>    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
>    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
>    alignbytes=8, usemymalloc=n, prototype=define
>  Linker and Libraries:
>    ld='link', ldflags ='-nologo -nodefaultlib -release  -libpath:"C:/Perl\lib\CORE" 
>-machine:x86'
>    libpth="C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib" "C:\Program 
> Files\Microsoft
>Visual Studio\VC98\lib" "C:\Perl\lib\CORE"
>    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 msvcrt.lib
>    perllibs=  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 msvcrt.lib
>    libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
>  Dynamic Linking:
>    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
>    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release  
> -libpath:"C:/Perl\lib\CORE" 
>-machine:x86'
>
>
>Characteristics of this binary (from libperl): 
>  Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT 
> PERL_IMPLICIT_SYS
>  Locally applied patches:
>       ActivePerl Build 633
>  Built under MSWin32
>  Compiled at Jun 17 2002 21:33:05
>  @INC:
>    C:/Perl/lib
>    C:/Perl/site/lib
>    .
>
>
>
>__________________________________
>Do you Yahoo!?
>Free Pop-Up Blocker - Get it now
>http://companion.yahoo.com/

Reply via email to