ok cool. hacking the makefile in pdgst/src replacing "-shared" by "-bundle -undefined dynamic_lookup" allow the code to compile without errors. Now if i open pdgst-help.pd, here is the log: -- pdgst $Revision: 0.0 $ (copyleft) IOhannes m zmoelnig @ IEM / KUG compiled on Sep 22 2010 at 17:11:19 compiled against Pd version 0.42.5.extended-rc6 [multiline_tilde] part of zexy-2.2.3 (compiled: Sep 10 2010) Copyright (l) 1999-2008 IOhannes m zmölnig, forum::für::umläute & IEM infoprint caps ... couldn't create infoprint shout2send ... couldn't create infoprint theora ... couldn't create infoprint ogg ... couldn't create infoprint audio ... couldn't create infoprint vorbis ... couldn't create infoprint video ... couldn't create audio/x-raw-float channels=2 ... couldn't create infoprint audio ... couldn't create verbose( 0):setting property 'ip' verbose( 0):setting property 'port' verbose( 0):setting property 'password' verbose( 0):setting property 'mount' --
it is still missing a lot of objects, is this normal? i'd like to stream (audio and video) with it...
thanks n
Le 22/09/10 16:06, Hans-Christoph Steiner a écrit :
This is for making plugins/shared libs on GNU/Linux: gcc -shared
on Mac OS X its should be: gcc -bundle -undefined dynamic_lookup
.hc