[PD] [shifter~]

alfonso santimone alfonso.santimone at gmail.com
Fri Dec 4 23:27:44 CET 2020


thanks, now i can build with msys2 and test in pd win10 64bit.
best
a.

www.elgallorojorecords.bandcamp.com/
<https://elgallorojorecords.bandcamp.com/>
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone


On Fri, Dec 4, 2020 at 11:20 PM IOhannes m zmölnig <zmoelnig at iem.at> wrote:

> 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:
>
> apart from the suggested change to remove the binary artifacts, please,
> pretty please, change your makefile to:
>
> # use a settable path to Makefile.pdlibbuilder
>
> ```
> PDLIBBUILDER_DIR=.
> include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
> ```
>
> # don't hardcode paths to executables
>
> - your doxygen binary is *very* macOS specific
> - /usr/local/bin/aclocal should be in the PATH anyhow, so hardcoding its
> full path doesn't have any purpose apart from breaking installations in
> /usr/bin/
>
> so please do something like:
>
> ```
> DOXYGEN=/Applications/Doxygen.app/Contents/Resources/doxygen
>
> doc:
>         ${DOXYGEN} Doxyfile.cnf
>         astyle --style=java --suffix=none --errors-to-stdout *.c *.h
> ```
>
> mgfsrda
> IOhannes
>
> _______________________________________________
> 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/74fd83a5/attachment.html>


More information about the Pd-list mailing list