oops!Apologies Mathieu, it was meant for list, rather just an email to you directly<br><br><div><br></div><div>I have all of those libraries installed, so I will download Gridflow again shortly for those additions-  the object [#to_pdp] is working and and can display output, so I am using that for meantime</div>
<div><br></div><div>Thanks to all for looking into this, it&#39;s great to have gridflow going on L2Ork pd-extended for a good set up !</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div>
<div><br><div class="gmail_quote">On Wed, Dec 8, 2010 at 3:02 PM, Mathieu Bouchard <span dir="ltr">&lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, 8 Dec 2010, ALAN BROOKER wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have replaced  the g_canvas.h  with the version from L2Ork pd-extended and recomplided gridflow- yes it is stable now. However some objects are not loading/working specifically [#see] and [#out window].<br>
</blockquote>
<br></div>
I am replying back to the list because it looks like your email doesn&#39;t have private content, even though you wrote it to just me.<br>
<br>
The problem with [#see] must have to do with changes specific to L2Ork. Do you get a crash ? It has to do with the NEWWB macro in src/classes_gui.cxx, which allocates a t_widgetbehavior, but does not set the 8th field. To do this in a way that is also compatible with pd-extended&#39;s g_canvas.h, we have to add a CLEAR(wb) right there (it&#39;s just a memset shortcut). I&#39;m adding it now.<br>

<br>
[#out window] is an alias for any of the 3 main image display handlers : [#out x11], [#out sdl], [#out quartz]. (there are two more, [#out aalib] and [#see], that aren&#39;t accessible by [#out window]).<br>
<br>
To get [#out x11] working, you need to have enough .h files installed. Perhaps you need libx11-dev, libxext-dev, and/or libxt-dev. They&#39;re not listed in README. I&#39;m adding them now.<div><div></div><div class="h5">
<br>
<br>
 _______________________________________________________________________<br>
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC<br>
</div></div></blockquote></div><br></div>