Re: [PD] installing pdgst

2010-12-22 Thread Jack
Le mercredi 22 décembre 2010 à 12:24 -0600, Ben Baker-Smith a écrit : Hello List, I'm trying to do some streaming with pd and icecast, and after running into trouble with pdp would like to try out pdgst. I have been working from this thread to try and get it installed:

Re: [PD] installing pdgst

2010-12-22 Thread Ben Baker-Smith
Hi Jack, Thanks for the response. I will definitely use some of those references you provided once I get pdgst working, but right now I need more information on how to get it installed. -Ben On Wed, Dec 22, 2010 at 1:44 PM, Jack j...@rybn.org wrote: Le mercredi 22 décembre 2010 à 12:24 -0600,

Re: [PD] installing pdgst

2010-12-22 Thread Jack
Le mercredi 22 décembre 2010 à 13:49 -0600, Ben Baker-Smith a écrit : Hi Jack, Thanks for the response. I will definitely use some of those references you provided once I get pdgst working, but right now I need more information on how to get it installed. Yep, you are right ;) Do you get

Re: [PD] installing pdgst

2010-12-22 Thread Jack
When you compile pdgst, you should get 'pdgst.pd_linux' in your 'src' folder. If not, open the makefile and put something like : EXT=pd_linux CC=gcc PD_SRC=/home/jack/pd-0.42-5/src To get 'pix_gst2pix.pd_linux' and 'pix_pix2gst.pd_linux' in 'src/gem', you have to put in makefile something like :

Re: [PD] installing pdgst

2010-12-22 Thread Ben Baker-Smith
I'm sorry for being daft but there are no src folders in my pd or gem folders. I installed pd-extended with synaptic package manager. For the Makefile I used /usr/include and /usr/include/Base because the files in these locations matched some of the files in the mac os folders listed in the

Re: [PD] installing pdgst

2010-12-22 Thread Jack
Enter in terminal : svn co https://svn.umlaeute.mur.at/svnroot/zmoelnig/projects/pdgst to download sources. ++ Jack Le mercredi 22 décembre 2010 à 19:32 -0600, Ben Baker-Smith a écrit : I'm sorry for being daft but there are no src folders in my pd or gem folders. I installed pd-extended

Re: [PD] installing pdgst

2010-12-22 Thread Ben Baker-Smith
I know how to get the pdgst source, and have successful run the modified Makefile without errors. But where should I be setting PD_SRC and GEM_SRC in the Makefile? I don't see any src folders inside any of my pd or gem folders. Ben Baker-Smith -- http://bitsynthesis.com On Wed, Dec 22, 2010 at

Re: [PD] installing pdgst

2010-12-22 Thread Jack
if you dl pdgst source, you have a 'src' folder inside the 'pdgst' folder, right ? open it then open Makefile. ++ Jack Le mercredi 22 décembre 2010 à 19:48 -0600, Ben Baker-Smith a écrit : I know how to get the pdgst source, and have successful run the modified Makefile without errors. But

Re: [PD] installing pdgst

2010-12-22 Thread Ben Baker-Smith
Alright, I got pdgst running on Ubuntu 10.04 with pd-extended installed from synaptic using the following command: make PD_SRC=/usr/include GEM_SRC=/usr/include/Base EXT=pd_darwin EXT=pd_darwin SYSTEMCFLAGS=-fPIC Then I had to add a bunch of the pdgst folders to my paths. This thread got me