<div dir="ltr"><div dir="ltr"><div dir="ltr">> most redefinition are a conflict between liboscia and m_pd.h<br><br><div>I don't think so, libossia appears in the log because this is where the max-sdk is and that's all.</div><div>If I move the max-sdk to another folder I got exactly the same redefinition errors.</div><div><br></div><div>> But I don't know if m_ph.h should be included</div><div>> but it's included from "binarymsg.c" (pd~.c, line 104)</div><br></div><div>So we need to include it.</div><div><br></div><div>The name clashes comes from Max/Pd common root.</div><div>It uses some common symbol from the very beginning but there definition are not exactly the same.</div><div>Some frameworks used to tackle this in the past (CicmWrapper, flext...) but I don't have enough time to dig deeper into that for now sorry.</div><div><br></div><div>+<br></div><div>a</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 29 janv. 2020 à 11:03, cyrille henry <<a href="mailto:ch@chnry.net">ch@chnry.net</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">most redefinition are a conflict between liboscia and m_pd.h<br>
I would try to remove liboscia from your compilled path.<br>
<br>
But I don't know if m_ph.h should be included :<br>
it is removed for max from pd~ source thanks to a #define line 54 :<br>
#ifdef PD<br>
#include "m_pd.h"<br>
#include "s_stuff.h"<br>
static t_class *pd_tilde_class;<br>
#define PDERROR pd_error(x,<br>
#endif<br>
<br>
but it's included from "binarymsg.c" (pd~.c, line 104)<br>
<br>
cheers<br>
c<br>
<br>
<br>
Le 29/01/2020 à 10:04, Antoine Villeret a écrit :<br>
> Hi,<br>
> <br>
> I just give a try without much success.<br>
> There are lots of symbol redefinition errors.<br>
> Here is the full output : <a href="https://gist.github.com/avilleret/19bfb74c84cc49b27bd8610545748044" rel="noreferrer" target="_blank">https://gist.github.com/avilleret/19bfb74c84cc49b27bd8610545748044</a><br>
> I need some hint to go further with this.<br>
> <br>
> Cheers<br>
> <br>
> a<br>
> <br>
> <br>
> Le mar. 28 janv. 2020 à 09:52, Alexandre Torres Porres <<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a> <mailto:<a href="mailto:porres@gmail.com" target="_blank">porres@gmail.com</a>>> a écrit :<br>
> <br>
> <br>
> <br>
>     Em dom., 26 de jan. de 2020 às 08:58, Miller Puckette via Pd-list <<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a> <mailto:<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>>> escreveu:<br>
> <br>
>         I was doing that for a while but stopped (it was a lot of trouble tracking all<br>
>         the changes in MacOS and Max at the time; perhaps this is easier now).  I<br>
>         won't be able to get to a Mac with Max until later this week, but if nobody<br>
>         else can do it first I can give it a try.<br>
> <br>
>         It's a fun object - you can pretend to be using Max but do the heavy lifting<br>
>         in Pd - you can use GEM, etc., too.)<br>
> <br>
> <br>
>     I always thought this was an amazing idea, would love to try it out!<br>
>     _______________________________________________<br>
>     <a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> <mailto:<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>
> <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>
> <br>
<br>
<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>