[PD-dev] [ pure-data-Patches-1729223 ] embed preferences in to the Pd.app

2007-05-31 Thread SourceForge.net
Patches item #1729223, was opened at 2007-05-31 20:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1729223&group_id=55736 Please note that this message will contain a full cop

Re: [PD-dev] compiling external in Xcode

2007-05-31 Thread Hans-Christoph Steiner
You probably need either "-undefined dynamic_lookup", "-undefined suppress", or "-bundle_loader /path/to/pd/bin/pd" It would be great if you could make a little howto on this since others will for sure be interested if you get this working. .hc On May 31, 2007, at 12:43 PM, <[EMAIL PROTECTE

[PD-dev] compiling external in Xcode

2007-05-31 Thread nosehair911
I am trying to get a test compile of the counter example from the how to guide built in Xcode but I dont know which target type to choose. When I choose any of the dynamic lib options I get linker errors like this: ld: Undefined symbols: _class_addbang _class_new _gensym _outlet_float _outlet_

Re: [PD-dev] Compilation on OSX

2007-05-31 Thread Hans-Christoph Steiner
On May 30, 2007, at 3:41 PM, David Plans Casal wrote: > Hi Hans, > > On 30 May 2007, at 18:23, Hans-Christoph Steiner wrote: > >> There are patches in packages/patches that allow you to compile on >> Mac OS X. Pd-0.40.2-extended is building every night these days. > > Cool. However, I was wonder