[Gridflow-dev] [PD-dev] Pure Data/adding _path for gridflow

Mathieu Bouchard matju at artengine.ca
Tue Aug 4 16:52:17 EDT 2009


On Sat, 1 Aug 2009, sisil mehta wrote:

> undefined symbol: _ZN9GemPixObj10postrenderEP8GemState
> GEM: Graphics Environment for Multimedia
> undefined symbol: _ZN9GemPixObj14processRGBAMMXER11imageStruct
> gridflow: can't load library

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.

Reconfigure your GridFlow-build telling not to have GEM support:

   ./configure --no-gem08 --no-gem09
   make

This should make things working, but it would be cool to know what's the 
matter with the GEM support. Did you use the --gem-include option?

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec


More information about the Gridflow-dev mailing list