[PD-dev] [PD] autobuilds using svn

Brandon Zeeb bsoisoi at mac.com
Fri Feb 22 15:23:07 CET 2008


In short, yes... however, I hosed my Wish.app so it won't run on my  
box.... I'm fixing that now.

On Feb 21, 2008, at 10:44 PM, Hans-Christoph Steiner wrote:

>
> Cool, I just committed the fix to SVN and added to the patch tracker  
> for Miller too.
>
> Did you get the whole thing built?
>
> .hc
>
> On Feb 21, 2008, at 9:36 PM, brandon zeeb wrote:
>
>> Hi Hans,
>>
>> Yes, this works now.  Thanks a bunch for the tip, pd-extended full  
>> speed ahead!
>>
>> Cheers
>> ~brandon
>>
>>
>> On Feb 20, 2008, at 10:26 PM, Hans-Christoph Steiner wrote:
>>
>>>
>>> The problem is that they changed the name of the Jack framework in  
>>> Jack OSX 0.75.  I think it should use Jackmp.framework now.  To  
>>> make that happen, try changing pd/src/configure.in.  Change this:
>>>
>>>     if test x$jack = "xyes";
>>>     then
>>>         LDFLAGS=$LDFLAGS" -weak_framework Jack"
>>>     fi
>>>     if test x$jack = "xrun";
>>>     then
>>>         LDFLAGS=$LDFLAGS" -weak_framework Jack"
>>>     fi
>>>
>>>
>>> to be this:
>>>
>>>     if test x$jack = "xyes";
>>>     then
>>>         LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
>>>     fi
>>>     if test x$jack = "xrun";
>>>     then
>>>         LDFLAGS=$LDFLAGS" -weak_framework Jackmp"
>>>     fi
>>>
>>> .hc
>>>
>>> On Feb 17, 2008, at 9:58 PM, brandon zeeb wrote:
>>>
>>>> Hi Hans,
>>>>
>>>> No dice, I've already tried that.  I've tried using the JackOSX  
>>>> and Fink Jack packages, and I get the same error.
>>>>
>>>> Here is what I see before it crokes.
>>>>
>>>> mayer.o d_fftroutine.o  -ldl -lm -lpthread
>>>> ld: framework not found Jack
>>>> collect2: ld returned 1 exit status
>>>> make[2]: *** [../bin/pd] Error 1
>>>> make[1]: *** [pd_install] Error 2
>>>> make: *** [darwin_app_core] Error 2
>>>> prob:darwin_app bz$
>>>>
>>>>
>>>> Thanks,
>>>> ~Brandon
>>>>
>>>>
>>>> On Feb 17, 2008, at 1:24 PM, Hans-Christoph Steiner wrote:
>>>>
>>>>>
>>>>> You need to use the Mac OS X Framework for Jack rather than a  
>>>>> dylib.  Just install the complete package from here:
>>>>>
>>>>> http://www.jackosx.com/
>>>>>
>>>>> .hc
>>>>>
>>>>>
>>>>> On Feb 16, 2008, at 3:28 PM, bsoisoi wrote:
>>>>>
>>>>>> Hey guys,
>>>>>>
>>>>>> Okay, I have a legit fink environment now with all Pd-extended
>>>>>> dependencies.  There is a bug in the 0.28.0 release which  
>>>>>> prevented me
>>>>>> from installing Jack (something having to do w/ a virtual
>>>>>> dependency)... i cleared it out and installed Jack first, the  
>>>>>> rest
>>>>>> fell into place easily.
>>>>>>
>>>>>> Only 2 issues remain.  I can build Miller's vanilla PD without  
>>>>>> Jack
>>>>>> support, the most current Jack from fink is installed on my  
>>>>>> system, in
>>>>>> addition to tcl/tk 8.5.1.
>>>>>> 1. The configure script is unable to find Jack in my fink  
>>>>>> installation
>>>>>> 2. When built w/o Jack, the build is unable to find -ltcl8.5, and
>>>>>> tries to build against 8.4 (which I don't have) but succeeds.   
>>>>>> When Pd
>>>>>> is executed, it crashes trying to run Wish.app version 8.4  
>>>>>> (which I
>>>>>> don't have).
>>>>>>
>>>>>> Besides those two issues, all looks good.  If anyone is able to  
>>>>>> help
>>>>>> me out w/ this, I'd greatly appreciate it.
>>>>>>
>>>>>> Peace,
>>>>>> ~Brandon
>>>>>>
>>>>>> ps: lets move this discussion over to Pd-Dev
>>>>>>
>>>>>>
>>>>>> On Feb 15, 2008, at 6:06 PM, David Plans Casal wrote:
>>>>>>
>>>>>>>
>>>>>>> On 15 Feb 2008, at 20:12, brandon zeeb wrote:
>>>>>>>
>>>>>>>> I'm using that, actually, and flac from darwinports.  At this  
>>>>>>>> point,
>>>>>>>> the builds fail at g_canvas.c... I can't even get Millers Pd  
>>>>>>>> to build
>>>>>>>> yet.
>>>>>>>>
>>>>>>>> By the way, how does one get Miller's Pd packaged into a  
>>>>>>>> application
>>>>>>>> bundle?
>>>>>>>
>>>>>>> use packages/darwin_app, look at the Makefile, customise for  
>>>>>>> your
>>>>>>> setup (pd path, etc)
>>>>>>>
>>>>>>> david
>>>>>>>
>>>>>>>> ~Brandon
>>>>>>>>
>>>>>>>>
>>>>>>>> On Feb 15, 2008, at 2:39 PM, Hans-Christoph Steiner wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Well, one thing that should make it easier is that Pd- 
>>>>>>>>> extended uses
>>>>>>>>> jackosx.com's package rather than the fink package.  It's  
>>>>>>>>> already
>>>>>>>>> built for 10.5.  Ultimately, it would be good to switch to  
>>>>>>>>> the Fink
>>>>>>>>> version since it would then be automatically included into  
>>>>>>>>> the Pd-
>>>>>>>>> extended.app, but that can come later.
>>>>>>>>>
>>>>>>>>> .hc
>>>>>>>>>
>>>>>>>>> On Feb 15, 2008, at 11:05 AM, bsoisoi wrote:
>>>>>>>>>
>>>>>>>>>> Hi David,
>>>>>>>>>>
>>>>>>>>>> Have you had any success installing all of pd-extended's
>>>>>>>>>> dependencies?  It appears a bug in Fink is preventing me from
>>>>>>>>>> installing Jack and Flac.  Let me know of your progress, we  
>>>>>>>>>> should
>>>>>>>>>> collaborate and hopefully get this done quicker.
>>>>>>>>>>
>>>>>>>>>> Peace,
>>>>>>>>>> ~Brandon
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Feb 15, 2008, at 10:11 AM, David Plans Casal wrote:
>>>>>>>>>>
>>>>>>>>>>> ah, nevermind
>>>>>>>>>>>
>>>>>>>>>>> ;-)
>>>>>>>>>>>
>>>>>>>>>>> d
>>>>>>>>>>>
>>>>>>>>>>> On 15 Feb 2008, at 13:06, bsoisoi wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Guys,
>>>>>>>>>>>>
>>>>>>>>>>>> I'll have the Pd-extended intel builds back online within  
>>>>>>>>>>>> the
>>>>>>>>>>>> next
>>>>>>>>>>>> week or so, assuming the few remaining dependencies can  
>>>>>>>>>>>> be built
>>>>>>>>>>>> appropriately for 10.5 (flac and jack).    I too am really
>>>>>>>>>>>> looking
>>>>>>>>>>>> forward to having the intel builds back as well. Frankly,  
>>>>>>>>>>>> this
>>>>>>>>>>>> box is
>>>>>>>>>>>> practically brand new, we can use this box until it  
>>>>>>>>>>>> croaks.  It
>>>>>>>>>>>> is
>>>>>>>>>>>> not
>>>>>>>>>>>> being used for anything else at the moment.
>>>>>>>>>>>>
>>>>>>>>>>>> Cheers,
>>>>>>>>>>>> ~Brandon
>>>>>>>>>>>> On Feb 14, 2008, at 7:05 PM, Hans-Christoph Steiner wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> No, there is no Intel Mac any more.  The one that was  
>>>>>>>>>>>>> being used
>>>>>>>>>>>>> got
>>>>>>>>>>>>> repurposed.  bsoisoi is working on getting a 10.5/ 
>>>>>>>>>>>>> Leopard box
>>>>>>>>>>>>> running
>>>>>>>>>>>>> to host nightly builds.
>>>>>>>>>>>>>
>>>>>>>>>>>>> .hc
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Feb 14, 2008, at 6:52 PM, marius schebella wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> great, did you set up the intel mac, too?
>>>>>>>>>>>>>> marius.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hans-Christoph Steiner wrote:
>>>>>>>>>>>>>>> I switching the autobuilds to slurp from SVN.  Let's  
>>>>>>>>>>>>>>> hope
>>>>>>>>>>>>>>> things
>>>>>>>>>>>>>>> run  smoothly tonight, then we'll have up-to-date  
>>>>>>>>>>>>>>> nightly
>>>>>>>>>>>>>>> builds
>>>>>>>>>>>>>>> again.
>>>>>>>>>>>>>>> Also, I ran updates on all of the GNU/Linux boxes.
>>>>>>>>>>>>>>> .hc
>>>>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>>>>> --- ----
>>>>>>>>>>>>>>> "[W]e have invented the technology to eliminate  
>>>>>>>>>>>>>>> scarcity, but
>>>>>>>>>>>>>>> we
>>>>>>>>>>>>>>> are  deliberately throwing it away to benefit those  
>>>>>>>>>>>>>>> who profit
>>>>>>>>>>>>>>> from  scarcity."        -John Gilmore
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> PD-list at iem.at mailing list
>>>>>>>>>>>>>>> UNSUBSCRIBE and account-management -> http://
>>>>>>>>>>>>>>> lists.puredata.info/
>>>>>>>>>>>>>>> listinfo/pd-list
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>> ----
>>>>>>>>>>>>>
>>>>>>>>>>>>>             ¡El pueblo unido jamás será vencido!
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> PD-list at iem.at mailing list
>>>>>>>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> PD-list at iem.at mailing list
>>>>>>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> PD-list at iem.at mailing list
>>>>>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> PD-list at iem.at mailing list
>>>>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ----------------------------------------------------------------------------
>>>>>>>>>
>>>>>>>>> Looking at things from a more basic level, you can come up  
>>>>>>>>> with a
>>>>>>>>> more direct solution... It may sound small in theory, but it  
>>>>>>>>> in
>>>>>>>>> practice, it can change entire economies.     - Amy Smith
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> PD-list at iem.at mailing list
>>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> PD-list at iem.at mailing list
>>>>>>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> PD-dev mailing list
>>>>>> PD-dev at iem.at
>>>>>> http://lists.puredata.info/listinfo/pd-dev
>>>>>
>>>>>
>>>>>
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> Terrorism is not an enemy.  It cannot be defeated.  It's a  
>>>>> tactic.  It's about as sensible to say we declare war on night  
>>>>> attacks and expect we're going to win that war.  We're not going  
>>>>> to win the war on terrorism.        - retired U.S. Army general,  
>>>>> William Odom
>>>>>
>>>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------------------
>>>
>>> Man has survived hitherto because he was too ignorant to know how  
>>> to realize his wishes.  Now that he can realize them, he must  
>>> either change them, or perish.    -William Carlos Williams
>>>
>>>
>>
>
>
>
> ----------------------------------------------------------------------------
>
> Mistrust authority - promote decentralization.  - the hacker ethic
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20080222/0b45379f/attachment.htm>


More information about the Pd-dev mailing list