On Sat, 1 Aug 2009, sisil mehta wrote:

I am having trouble running any of the gridflow exmaples on PD. my gridflow directory is located at /usr/lib/pd/extra/gridflow. I created the .pdrc file in /home I am a newb to this.So how do i add the CPLUS_INCLUDE_PATH for gridflow? also what is LIBRARY_PATH and LD_LIBRARY_PATH and what is this path supposed to be? Sisil.

Yes, CPLUS_INCLUDE_PATH is recognised by GridFlow.

LIBRARY_PATH is parallel to C_INCLUDE_PATH and CPLUS_INCLUDE_PATH, but instead of putting the "include" folders in it, you put the "lib" folders.

LD_LIBRARY_PATH is normally exactly the same. It is used when running programs, whereas LIBRARY_PATH is used for compiling programs. When you compile programs for your own computer and have only one OS, then those two variables should have the exact same content.

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec
_______________________________________________
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to