[PD] [shifter~]

Julián Villegas villegas.julian at gmail.com
Sat Dec 5 00:38:12 CET 2020


Mea culpa!

Thank you IOhannes for your advice. It should work now.
Hijacking  this thread, I have a library that uses the FFFTW library, I use an old shell script named "pastyroll-osx” (I think made by hans and IOhannes) to include this library in the binary, what would be method to do this using pdlibbuilder?

Cheers,

Julian.





> On Dec 5, 2020, at 7:10 AM, pd-list-request at lists.iem.at wrote:
> 
> Send Pd-list mailing list submissions to
> 	pd-list at lists.iem.at
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.puredata.info/listinfo/pd-list
> or, via email, send a message with subject or body 'help' to
> 	pd-list-request at lists.iem.at
> 
> You can reach the person managing the list at
> 	pd-list-owner at lists.iem.at
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pd-list digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Best beginner Pd library? (martin brinkmann)
>   2. Re: [shifter~] (info at hansroels.be)
>   3. Re: [shifter~] (alfonso santimone)
>   4. Re: [shifter~] (IOhannes m zmölnig)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 4 Dec 2020 12:55:19 +0100
> From: martin brinkmann <mnb at martin-brinkmann.de>
> To: pd-list at lists.iem.at
> Subject: Re: [PD] Best beginner Pd library?
> Message-ID: <53856dde-a607-d6a7-958f-1bff97eaf29b at martin-brinkmann.de>
> Content-Type: text/plain; charset=utf-8
> 
> apart from the ones already mentioned (rj-lib, automatonism, etc.),
> i think  "orac" has not been mentioned yet.
> aimed mainly at the "organelle", but also kept very simple, like
> a kind of virtual pedal-board for pd-patches.
> https://github.com/TheTechnobear/Orac
> 
> and my own attempts in that direction:
> vvd at http://www.martin-brinkmann.de/pd-patches.html.
> no (apparent) userfriendly mixer though...
> 
> bis denn!
> 	martin
> 
> 
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 4 Dec 2020 20:16:04 +0100
> From: "info at hansroels.be" <info at hansroels.be>
> To: pd-list <pd-list at iem.at>
> Subject: Re: [PD] [shifter~]
> Message-ID: <5256f960-9cc0-ca85-587c-4f3a7a7ad1b6 at hansroels.be>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> Thanks Julián for all the work. I tried to compile shifter~ on ubuntu 
> studio but this was the result:
> 
> sudo make shifter~
> ++++ info: using Makefile.pdlibbuilder version 0.6.0
> ++++ info: making target shifter~ in lib shifter
> ++++ info: linking objects in shifter~.pd_linux for lib shifter
> cc -rdynamic -shared -fPIC -Wl,-rpath,"\$ORIGIN",--enable-new-dtags    
> -o shifter~.pd_linux shifter~.o  -lc -lm
> shifter~.o: file not recognized: File format not recognized
> collect2: error: ld returned 1 exit status
> Makefile.pdlibbuilder:884: recipe for target 'shifter~.pd_linux' failed
> make: *** [shifter~.pd_linux] Error 1
> 
> best, Hans
> 
> On 12/3/20 7:37 AM, Julián Villegas wrote:
>> Thanks Christof for your suggestion,
>> 
>> I finally had time to change the Makefile, I think it should work now:
>> 
>> https://bitbucket.org/julovi/shifter/src/master/
>> 
>> Cheers,
>> 
>> Julian.
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> Pd-list at lists.iem.at  mailing list
>> UNSUBSCRIBE and account-management ->https://lists.puredata.info/listinfo/pd-list
> 
> 
> -- 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20201204/22d14450/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 4 Dec 2020 22:24:46 +0100
> From: alfonso santimone <alfonso.santimone at gmail.com>
> To: pd-list <pd-list at iem.at>
> Subject: Re: [PD] [shifter~]
> Message-ID:
> 	<CAPpSNCsHDrzYcnS_-E66UEKQ5skj=N1oCBG_GCND9Nu98FuahQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi, thanks for shifter~!
> Try to build on Win10 using MSYS2 MinGW64 andi have the following
> 
> fremen at fremenCPU MINGW64 ~/shifter
> $ make
> ++++ info: using Makefile.pdlibbuilder version 0.6.0
> ++++ info: using Pd API C:\Program Files/Pd/src/m_pd.h
> ++++ info: making target all in lib shifter
> ++++ info: linking objects in shifter~.dll for lib shifter
> cc -static-libgcc -shared -Wl,--enable-auto-import "C:\Program
> Files/Pd/bin/pd.dll"    -o shifter~.dll shifter~.o
> shifter~.o: file not recognized: file format not recognized
> collect2.exe: error: ld returned 1 exit status
> make: *** [Makefile.pdlibbuilder:885: shifter~.dll] Error 1
> 
> 
> best
> a.
> 
> www.elgallorojorecords.bandcamp.com/
> <https://elgallorojorecords.bandcamp.com/>
> soundcloud.com/alfonsosantimone
> www.facebook.com/alfonsosantimone
> 
> 
> On Fri, Dec 4, 2020 at 8:18 PM info at hansroels.be <info at hansroels.be> wrote:
> 
>> Thanks Julián for all the work. I tried to compile shifter~ on ubuntu
>> studio but this was the result:
>> 
>> sudo make shifter~
>> ++++ info: using Makefile.pdlibbuilder version 0.6.0
>> ++++ info: making target shifter~ in lib shifter
>> ++++ info: linking objects in shifter~.pd_linux for lib shifter
>> cc -rdynamic -shared -fPIC -Wl,-rpath,"\$ORIGIN",--enable-new-dtags    -o
>> shifter~.pd_linux shifter~.o  -lc -lm
>> shifter~.o: file not recognized: File format not recognized
>> collect2: error: ld returned 1 exit status
>> Makefile.pdlibbuilder:884: recipe for target 'shifter~.pd_linux' failed
>> make: *** [shifter~.pd_linux] Error 1
>> 
>> best, Hans
>> 
>> On 12/3/20 7:37 AM, Julián Villegas wrote:
>> 
>> Thanks Christof for your suggestion,
>> 
>> I finally had time to change the Makefile, I think it should work now:
>> https://bitbucket.org/julovi/shifter/src/master/
>> 
>> Cheers,
>> 
>> Julian.
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> --
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20201204/effe2825/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 4
> Date: Fri, 4 Dec 2020 23:10:24 +0100
> From: IOhannes m zmölnig <zmoelnig at iem.at>
> To: pd-list at lists.iem.at
> Subject: Re: [PD] [shifter~]
> Message-ID: <a033bbcf-2b03-59f6-9233-0a481160d7c9 at iem.at>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> 
> On 12/4/20 10:24 PM, alfonso santimone wrote:
>> Hi, thanks for shifter~!
>> Try to build on Win10 using MSYS2 MinGW64 andi have the following
>> 
>> fremen at fremenCPU MINGW64 ~/shifter
>> $ make
>> ++++ info: using Makefile.pdlibbuilder version 0.6.0
>> ++++ info: using Pd API C:\Program Files/Pd/src/m_pd.h
>> ++++ info: making target all in lib shifter
>> ++++ info: linking objects in shifter~.dll for lib shifter
>> cc -static-libgcc -shared -Wl,--enable-auto-import "C:\Program
>> Files/Pd/bin/pd.dll"    -o shifter~.dll shifter~.o
>> shifter~.o: file not recognized: file format not recognized
>> collect2.exe: error: ld returned 1 exit status
>> make: *** [Makefile.pdlibbuilder:885: shifter~.dll] Error 1
>> 
> 
> i haven't checked the repository, but this sounds like a *typical* case 
> of object-files in the respository.
> 
> the quick fix is to just run "make clean" before running "make".
> 
> 
> the real fix is, that Julian should remove *all* files that are 
> generated by a compiler (*.o, *.pd_darwin).
> 
> like so:
> 
> ```sh
> $ git rm *.o *.pd_*
> $ git commit -m "removed build artifacts"
> ```
> 
> fgmards
> IOhannes
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: OpenPGP_signature
> Type: application/pgp-signature
> Size: 840 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20201204/cc8ba3be/attachment.sig>
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> Pd-list mailing list
> Pd-list at lists.iem.at
> to manage your subscription (including un-subscription) see
> https://lists.puredata.info/listinfo/pd-list
> 
> 
> ------------------------------
> 
> End of Pd-list Digest, Vol 189, Issue 5
> ***************************************






More information about the Pd-list mailing list