[PD] pd~ binary for max/msp - not really working yet

Lucas Cordiviola lucarda27 at hotmail.com
Thu Sep 3 02:47:56 CEST 2020


Hi Miller,

On 9/2/2020 4:14 PM, Miller Puckette via Pd-list wrote:
> Anyone who wants to can compile and test on windows... I'll be happy to
> link to them if they want to share :)


I got it working but I had to change line 50 of "pd~.c"  from "#include 
<alloca.h>" to "#include <malloc.h>"

can this be fixed with a nested ifdef?



This is my makefile:

~~~~~~~~~~~~

uname := $(shell uname)


CFLAGS = -DMSP -DWIN_VERSION -DEXT_WIN_VERSION 
-I./c74support/max-includes -I./c74support/msp-includes
CPPFLAGS = -DMSW -DNT -DPD_LONGINTTYPE=__int64
LDFLAGS = -shared -L./c74support/max-includes/x64 
-L./c74support/msp-includes/x64 -l:MaxAPI.lib -l:MaxAudio.lib

ifeq ($(filter MINGW% MSYS%, $(uname)), $(uname))

pd~: pd~.c

     $(CC) $(CFLAGS) $(CPPFLAGS) $? $(LDFLAGS) -o pd~.mxe64
     strip pd~.mxe64

clean:
     rm -f pd~.o pd~.mxe64

endif

~~~~~~~~~~~~

Mensaje telepatico asistido por maquinas.

On 9/2/2020 4:14 PM, Miller Puckette via Pd-list wrote:
> Anyone who wants to can compile and test on windows... I'll be happy to
> link to them if they want to share :)
>
> M
>
> On Wed, Sep 02, 2020 at 02:47:25PM -0300, Alexandre Torres Porres wrote:
>> It's working super great for me, so no one will stop me :)
>>
>> by the way, are there plans to also provide a windows binary on your
>> website when all is great and good?
>>
>> thanks again, really stoked about this
>>
>> Em qua., 2 de set. de 2020 ??s 13:25, Miller Puckette via Pd-list <
>> pd-list at lists.iem.at> escreveu:
>>
>>> Fearless user Omar Costa Hamido has already found a crasher bug in pd~ -
>>> better hold off using it until I can figure this one out...
>>>
>>> cheers
>>> Miller
>>>
>>> On Wed, Sep 02, 2020 at 03:02:29PM +0200, IOhannes m zmoelnig wrote:
>>>> On 02.09.20 10:47, alfonso santimone wrote:
>>>>> Great! Is there any source code available to try a Win64 build? thanks
>>>>>
>>>> it's in Pd's git repository.
>>>>
>>>> gf,adfs
>>>> IOhannes
>>>>
>>>
>>>
>>>
>>>> _______________________________________________
>>>> Pd-list at lists.iem.at mailing list
>>>> UNSUBSCRIBE and account-management ->
>>> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!!Mih3wA!THTNv1icVlhrvh4eZZpuk4TUrYsHim4EJoNJldT00Ml6ja6Zi3sIdr6_Dlyc$
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Pd-list at lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> https://urldefense.com/v3/__https://lists.puredata.info/listinfo/pd-list__;!!Mih3wA!THTNv1icVlhrvh4eZZpuk4TUrYsHim4EJoNJldT00Ml6ja6Zi3sIdr6_Dlyc$
>>>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list





More information about the Pd-list mailing list