Fwd: [PD] Kaos 0.01 Release

Martin Peach martin.peach at sympatico.ca
Tue Oct 10 04:02:36 CEST 2006


Mike McGonagle wrote:
> On 10/9/06, Martin Peach <martin.peach at sympatico.ca> wrote:
>> These look very interesting!
>
> Thanks, Martin. Have you had a chance to work through the "short
> tutorial" in setting up the Abstractions?
>
Not yet, I'm still getting them to compile...

>> I found that when compiling with Visual C++ 2005 Express Edition the
>> functions srand48, drand48 and isnan are not available. Maybe they exist
>> for a mingw build.
>
> Yeah, these are pure Unix calls. I completely forgot about those. I
> would think that compiling with Mingw would do the trick.
>
> Did you try at all to compile the Mask stuff? While this library only
> uses one external from that set, I would think that they would compile
> straight out of the box, as there are no Unix calls in them (at least
> as far as I remember).
I'm getting missing functions in masker.c:
masker.obj : error LNK2001: unresolved external symbol _ctoh_setup
masker.obj : error LNK2001: unresolved external symbol _htoc_setup
masker.obj : error LNK2001: unresolved external symbol _cbuffer_setup

...so I guess ctoh.c, htoc.c and cbuffer.c are missing?

Martin






More information about the Pd-list mailing list