Hey,<br>The problem got sorted out. I didnt have Gem initially ...and i compiled gridflow with --no-gem08<br>.<br>Sisil.<br><br><div class="gmail_quote">On Wed, Aug 5, 2009 at 4:52 AM, 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Sat, 1 Aug 2009, sisil mehta wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
undefined symbol: _ZN9GemPixObj10postrenderEP8GemState<br>
GEM: Graphics Environment for Multimedia<br>
undefined symbol: _ZN9GemPixObj14processRGBAMMXER11imageStruct<div class="im"><br>
gridflow: can&#39;t load library<br>
</div></blockquote>
<br>
This is a very strange thing. You are trying to load gridflow twice, once before loading GEM and once after, and the error message is different both times. You should be removing the first attempt to load gridflow for sure. But I have no idea why the second one has that problem.<br>


<br>
Reconfigure your GridFlow-build telling not to have GEM support:<br>
<br>
  ./configure --no-gem08 --no-gem09<br>
  make<br>
<br>
This should make things working, but it would be cool to know what&#39;s the matter with the GEM support. Did you use the --gem-include option?<div><div></div><div class="h5"><br>
<br>
 _ _ __ ___ _____ ________ _____________ _____________________ ...<br>
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec</div></div></blockquote></div><br>