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, [email protected] wrote:
> 
> Send Pd-list mailing list submissions to
>       [email protected]
> 
> 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
>       [email protected]
> 
> You can reach the person managing the list at
>       [email protected]
> 
> 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~] ([email protected])
>   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 <[email protected]>
> To: [email protected]
> Subject: Re: [PD] Best beginner Pd library?
> Message-ID: <[email protected]>
> 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: "[email protected]" <[email protected]>
> To: pd-list <[email protected]>
> Subject: Re: [PD] [shifter~]
> Message-ID: <[email protected]>
> 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.
>> 
>> 
>> 
>> 
>> 
>> _______________________________________________
>> [email protected]  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 <[email protected]>
> To: pd-list <[email protected]>
> Subject: Re: [PD] [shifter~]
> Message-ID:
>       <CAPpSNCsHDrzYcnS_-E66UEKQ5skj=n1ocbg_gcnd9nu98fu...@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@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 [email protected] <[email protected]> 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-l...@lists.iem.at mailing 
>> list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> --
>> _______________________________________________
>> [email protected] 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 <[email protected]>
> To: [email protected]
> Subject: Re: [PD] [shifter~]
> Message-ID: <[email protected]>
> 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@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
> [email protected]
> to manage your subscription (including un-subscription) see
> https://lists.puredata.info/listinfo/pd-list
> 
> 
> ------------------------------
> 
> End of Pd-list Digest, Vol 189, Issue 5
> ***************************************




_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to