<div dir="ltr">thanks, now i can build with msys2 and test in pd win10 64bit.<div>best</div><div>a.</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><a href="https://elgallorojorecords.bandcamp.com/" target="_blank">www.elgallorojorecords.bandcamp.com/</a><br><div><a href="http://soundcloud.com/alfonsosantimone" target="_blank">soundcloud.com/alfonsosantimone</a></div><div><a href="http://www.facebook.com/alfonsosantimone" target="_blank">www.facebook.com/alfonsosantimone</a><br></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 4, 2020 at 11:20 PM IOhannes m zmölnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/3/20 7:37 AM, Julián Villegas wrote:<br>
> Thanks Christof for your suggestion,<br>
> <br>
> I finally had time to change the Makefile, I think it should work now:<br>
<br>
apart from the suggested change to remove the binary artifacts, please, <br>
pretty please, change your makefile to:<br>
<br>
# use a settable path to Makefile.pdlibbuilder<br>
<br>
```<br>
PDLIBBUILDER_DIR=.<br>
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder<br>
```<br>
<br>
# don't hardcode paths to executables<br>
<br>
- your doxygen binary is *very* macOS specific<br>
- /usr/local/bin/aclocal should be in the PATH anyhow, so hardcoding its <br>
full path doesn't have any purpose apart from breaking installations in <br>
/usr/bin/<br>
<br>
so please do something like:<br>
<br>
```<br>
DOXYGEN=/Applications/Doxygen.app/Contents/Resources/doxygen<br>
<br>
doc:<br>
        ${DOXYGEN} Doxyfile.cnf<br>
        astyle --style=java --suffix=none --errors-to-stdout *.c *.h<br>
```<br>
<br>
mgfsrda<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>