----- Original Message ----- 
From: "eros olmi" <[email protected]>
To: <[email protected]>
Sent: Friday, October 08, 2010 7:00 PM
Subject: [Perldl] PDL - Audio

> hello
>
> suggestion for a future version of PDL, to integrate if possible PDL Audio
> module http://search.cpan.org/~mlehmann/PDL-Audio-1.1/
>
> in the main PDL package, this is to add Audiolization in addition to
> visualization to the PDL.
>
> i have installed PDL-Audio-1.1/  on linux mint successfuly but can't do so
> in windows, so i guess the integration may make a difference.

PDL-Audio-1.1 seems to build ok on Windows under Cygwin - so that's probably
the quickest way to get it working on that OS, as there's quite a few hoops
to jump thru with native Windows.

In order to (try to) get a native win32 sndlib library built, I opened up an
msys shell and cd'd to the sndlib directory, then ran
'./configure --host=i686-pc-mingw32'.
That host was unrecognised, but at least configure ran to completion.
However, running 'make' I soon got errors, beginning with:

audio.c: In function `mfg':
audio.c:6054: error: `MM_MICROSOFT' undeclared (first use in this function)
audio.c:6054: error: (Each undeclared identifier is reported only once
audio.c:6054: error: for each function it appears in.)
audio.c:6057: error: `MM_CREATIVE' undeclared (first use in this function)
[and many more of a similar type followed]

Wtf ??
Does one have to pre-declare 'case' labels ??

Cheers,
Rob


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to