[PD-dev] 0.48.0 release status

IOhannes m zmölnig zmoelnig at iem.at
Fri Jul 21 22:20:06 CEST 2017


On 07/21/2017 09:55 PM, Alexandre Torres Porres wrote:
> 2017-07-21 16:44 GMT-03:00 Dan Wilcox <danomatika at gmail.com>:
> 
>> Those functions are in the windows math.h if you're using Visual Studio
>> 2012 or greater.
>>
> 
> Hey, I just realized we have an [atanh] object for cyclone, I actually did
> that one myself, and I just tested, it's working on windows!
> 
> here's the source
> https://github.com/porres/pd-cyclone/blob/master/cyclone_src/binaries/control/atanh.c
> 
> so, definitely, those functions may exist for windows, not sure what
> building system you're using, but it may need an update

Pd's windows binaries rely on both VisualStudio and gcc, and the former
lacks atanhf() on older versions (as Dan has put it). hence it's missing.
cyclone doesn't use  VisualStudio for building, so it can use atanhf()
without further thought.

the situation of Pd's build system on w32 is complicated at best, and so
far we haven't found a proper solution (that would allow us to
complitely ditch VisualStudio).

gmasdr
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20170721/fc7eb9a6/attachment.sig>


More information about the Pd-dev mailing list