[PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Hans-Christoph Steiner


Ok, I updated my library embedding script and made a test build of  
fux_kinect.  It seems to work for me.  Here are the patches that I  
needed to do to get things working (you can apply them with 'git am'):




0001-make-it-build-on-a-plain-Mac-OS-X-Fink-system.patch
Description: Binary data


0002-added-the-embedding-of-OSX-Fink-libs-using-make-depl.patch
Description: Binary data



Then I can just "make deploy" and it'll build everything and include  
the libraries.  The 'fux_kinect' folder can then be dropped into ~/ 
Library/Pd or into a project folder, and you can create [fux_kinect].   
To make a downloadable version, the whole fux_kinect folder can just  
be zipped up and put on the github downloads folder.


.hc

On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:

hi, i removed some un needed dependencies, and you could try latest  
binary here:


https://github.com/badgeek/fux_kinect

On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya > wrote:

from pd:
/Library/Pd/fux_kinect.pd_darwin: dlopen(/Library/Pd/ 
fux_kinect.pd_darwin,

10): Library not loaded: /sw/lib/libftgl.2.dylib
  Referenced from: /Library/Pd/fux_kinect.pd_darwin
  Reason: image not found
 fux_kinect
... couldn't create
is there a tutorial out there somewhere that explains how to deal  
with
makefiles and things like that in a clear step by step way? I feel  
like I'm

just missing something...
Sofy Yuditskaya
] yuditskaya.com [



On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner >

wrote:


Try fux_kinect for getting the depth camera with Gem on Mac OS X:
source:
https://github.com/badgeek/fux_kinect
binary:
http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
.hc
On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

Works!
Any guesses to what's up?
Can I redistribute that?
and of course... is a client a feasible idea?
That would be great for things like kinect depth images...
I'll be starting a class shortly, you'll get tons of testers!
^_^
Sofy Yuditskaya
] yuditskaya.com [



On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:


I put a compiled, working version with a help file up on drop box:
Try this?
http://dl.dropbox.com/u/42612525/pd-syphonserver.zip

On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:

That little "1" argument, in there was just me trying to see  
what's up.

Doesn't work all clean like this either [syphonserver]
Amazing that its working for some tho!
rawk
Sofy Yuditskaya
] yuditskaya.com [



On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya >

wrote:


its not working for me

http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
I'm on macosx 10.6.8 and compiled the thing without any issues.
Sofy Yuditskaya
] yuditskaya.com [



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list








'You people have such restrictive dress for women,’ she said,  
hobbling
away in three inch heels and panty hose to finish out another pink- 
collar

temp pool day.  - “Hijab Scene #2", by Mohja Kahf




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list






--
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list





Access to computers should be unlimited and total.  - the hacker ethic


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Budi Prakosa
hey Hans,

this is great!

already applied the patch on github

now its very easy to install this external

thanks!

On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner  wrote:
>
> Ok, I updated my library embedding script and made a test build of
> fux_kinect.  It seems to work for me.  Here are the patches that I needed to
> do to get things working (you can apply them with 'git am'):
>
>
>
>
> Then I can just "make deploy" and it'll build everything and include the
> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd or
> into a project folder, and you can create [fux_kinect].  To make a
> downloadable version, the whole fux_kinect folder can just be zipped up and
> put on the github downloads folder.
>
> .hc
>
> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>
>> hi, i removed some un needed dependencies, and you could try latest binary
>> here:
>>
>> https://github.com/badgeek/fux_kinect
>>
>> On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya 
>> wrote:
>>>
>>> from pd:
>>> /Library/Pd/fux_kinect.pd_darwin:
>>> dlopen(/Library/Pd/fux_kinect.pd_darwin,
>>> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>>>  Referenced from: /Library/Pd/fux_kinect.pd_darwin
>>>  Reason: image not found
>>>  fux_kinect
>>> ... couldn't create
>>> is there a tutorial out there somewhere that explains how to deal with
>>> makefiles and things like that in a clear step by step way? I feel like
>>> I'm
>>> just missing something...
>>> Sofy Yuditskaya
>>> ] yuditskaya.com [
>>>
>>>
>>>
>>> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
>>> wrote:

 Try fux_kinect for getting the depth camera with Gem on Mac OS X:
 source:
 https://github.com/badgeek/fux_kinect
 binary:
 http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
 .hc
 On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

 Works!
 Any guesses to what's up?
 Can I redistribute that?
 and of course... is a client a feasible idea?
 That would be great for things like kinect depth images...
 I'll be starting a class shortly, you'll get tons of testers!
 ^_^
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>
> I put a compiled, working version with a help file up on drop box:
> Try this?
> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
>
> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>
> That little "1" argument, in there was just me trying to see what's up.
> Doesn't work all clean like this either [syphonserver]
> Amazing that its working for some tho!
> rawk
> Sofy Yuditskaya
> ] yuditskaya.com [
>
>
>
> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
> 
> wrote:
>>
>> its not working for me
>>
>>
>> http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
>> I'm on macosx 10.6.8 and compiled the thing without any issues.
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/listinfo/pd-list







 

 'You people have such restrictive dress for women,’ she said, hobbling
 away in three inch heels and panty hose to finish out another
 pink-collar
 temp pool day.  - “Hijab Scene #2", by Mohja Kahf

>>>
>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>>
>>
>> --
>> Budi Prakosa
>> house of natural fiber (HONF)
>> yogyakarta new media art laboratory
>> wora wari A80/6 baciro yogyakarta indonesia
>> http://www.natural-fiber.com
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
> 
>
> Access to computers should be unlimited and total.  - the hacker ethic
>
>
>
>



-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Hans-Christoph Steiner


Awesome, glad to hear it.  That same script can be used in other libs,  
whenever you are linking to libraries in Fink.  It should work without  
modifications.


.hc

On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:


hey Hans,

this is great!

already applied the patch on github

now its very easy to install this external

thanks!

On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner  
 wrote:


Ok, I updated my library embedding script and made a test build of
fux_kinect.  It seems to work for me.  Here are the patches that I  
needed to

do to get things working (you can apply them with 'git am'):




Then I can just "make deploy" and it'll build everything and  
include the
libraries.  The 'fux_kinect' folder can then be dropped into ~/ 
Library/Pd or

into a project folder, and you can create [fux_kinect].  To make a
downloadable version, the whole fux_kinect folder can just be  
zipped up and

put on the github downloads folder.

.hc

On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:

hi, i removed some un needed dependencies, and you could try  
latest binary

here:

https://github.com/badgeek/fux_kinect

On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya >

wrote:


from pd:
/Library/Pd/fux_kinect.pd_darwin:
dlopen(/Library/Pd/fux_kinect.pd_darwin,
10): Library not loaded: /sw/lib/libftgl.2.dylib
 Referenced from: /Library/Pd/fux_kinect.pd_darwin
 Reason: image not found
 fux_kinect
... couldn't create
is there a tutorial out there somewhere that explains how to deal  
with
makefiles and things like that in a clear step by step way? I  
feel like

I'm
just missing something...
Sofy Yuditskaya
] yuditskaya.com [



On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner >

wrote:


Try fux_kinect for getting the depth camera with Gem on Mac OS X:
source:
https://github.com/badgeek/fux_kinect
binary:
http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
.hc
On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

Works!
Any guesses to what's up?
Can I redistribute that?
and of course... is a client a feasible idea?
That would be great for things like kinect depth images...
I'll be starting a class shortly, you'll get tons of testers!
^_^
Sofy Yuditskaya
] yuditskaya.com [



On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:


I put a compiled, working version with a help file up on drop  
box:

Try this?
http://dl.dropbox.com/u/42612525/pd-syphonserver.zip

On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:

That little "1" argument, in there was just me trying to see  
what's up.

Doesn't work all clean like this either [syphonserver]
Amazing that its working for some tho!
rawk
Sofy Yuditskaya
] yuditskaya.com [



On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya

wrote:


its not working for me


http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
I'm on macosx 10.6.8 and compiled the thing without any issues.
Sofy Yuditskaya
] yuditskaya.com [



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list









'You people have such restrictive dress for women,’ she said,  
hobbling

away in three inch heels and panty hose to finish out another
pink-collar
temp pool day.  - “Hijab Scene #2", by Mohja Kahf




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list






--
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list





Access to computers should be unlimited and total.  - the hacker  
ethic









--
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com







You can't steal a gift. Bird gave the world his music, and if you can  
hear it, you can have it. - Dizzy Gillespie





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Budi Prakosa
here is the working binary

https://github.com/downloads/badgeek/fux_kinect/fux_kinect.zip

source:

https://github.com/badgeek/fux_kinect

cheers

On Thu, Oct 27, 2011 at 9:54 AM, Hans-Christoph Steiner  wrote:
>
> Awesome, glad to hear it.  That same script can be used in other libs,
> whenever you are linking to libraries in Fink.  It should work without
> modifications.
>
> .hc
>
> On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:
>
>> hey Hans,
>>
>> this is great!
>>
>> already applied the patch on github
>>
>> now its very easy to install this external
>>
>> thanks!
>>
>> On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner 
>> wrote:
>>>
>>> Ok, I updated my library embedding script and made a test build of
>>> fux_kinect.  It seems to work for me.  Here are the patches that I needed
>>> to
>>> do to get things working (you can apply them with 'git am'):
>>>
>>>
>>>
>>>
>>> Then I can just "make deploy" and it'll build everything and include the
>>> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd
>>> or
>>> into a project folder, and you can create [fux_kinect].  To make a
>>> downloadable version, the whole fux_kinect folder can just be zipped up
>>> and
>>> put on the github downloads folder.
>>>
>>> .hc
>>>
>>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>>>
 hi, i removed some un needed dependencies, and you could try latest
 binary
 here:

 https://github.com/badgeek/fux_kinect

 On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya 
 wrote:
>
> from pd:
> /Library/Pd/fux_kinect.pd_darwin:
> dlopen(/Library/Pd/fux_kinect.pd_darwin,
> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>  Referenced from: /Library/Pd/fux_kinect.pd_darwin
>  Reason: image not found
>  fux_kinect
> ... couldn't create
> is there a tutorial out there somewhere that explains how to deal with
> makefiles and things like that in a clear step by step way? I feel like
> I'm
> just missing something...
> Sofy Yuditskaya
> ] yuditskaya.com [
>
>
>
> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
> wrote:
>>
>> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
>> source:
>> https://github.com/badgeek/fux_kinect
>> binary:
>> http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
>> .hc
>> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
>>
>> Works!
>> Any guesses to what's up?
>> Can I redistribute that?
>> and of course... is a client a feasible idea?
>> That would be great for things like kinect depth images...
>> I'll be starting a class shortly, you'll get tons of testers!
>> ^_^
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>>
>>
>>
>> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>>>
>>> I put a compiled, working version with a help file up on drop box:
>>> Try this?
>>> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
>>>
>>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>>>
>>> That little "1" argument, in there was just me trying to see what's
>>> up.
>>> Doesn't work all clean like this either [syphonserver]
>>> Amazing that its working for some tho!
>>> rawk
>>> Sofy Yuditskaya
>>> ] yuditskaya.com [
>>>
>>>
>>>
>>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
>>> 
>>> wrote:

 its not working for me



 http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
 I'm on macosx 10.6.8 and compiled the thing without any issues.
 Sofy Yuditskaya
 ] yuditskaya.com [

>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>>
>>
>>
>>
>>
>>
>> 
>>
>> 'You people have such restrictive dress for women,’ she said, hobbling
>> away in three inch heels and panty hose to finish out another
>> pink-collar
>> temp pool day.  - “Hijab Scene #2", by Mohja Kahf
>>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>



 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com

 __

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-27 Thread Jordi Sala
Hi,

Does it work for Linux?

cheers

On 27 October 2011 07:23, Budi Prakosa  wrote:

> here is the working binary
>
> https://github.com/downloads/badgeek/fux_kinect/fux_kinect.zip
>
> source:
>
> https://github.com/badgeek/fux_kinect
>
> cheers
>
> On Thu, Oct 27, 2011 at 9:54 AM, Hans-Christoph Steiner 
> wrote:
> >
> > Awesome, glad to hear it.  That same script can be used in other libs,
> > whenever you are linking to libraries in Fink.  It should work without
> > modifications.
> >
> > .hc
> >
> > On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:
> >
> >> hey Hans,
> >>
> >> this is great!
> >>
> >> already applied the patch on github
> >>
> >> now its very easy to install this external
> >>
> >> thanks!
> >>
> >> On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner 
> >> wrote:
> >>>
> >>> Ok, I updated my library embedding script and made a test build of
> >>> fux_kinect.  It seems to work for me.  Here are the patches that I
> needed
> >>> to
> >>> do to get things working (you can apply them with 'git am'):
> >>>
> >>>
> >>>
> >>>
> >>> Then I can just "make deploy" and it'll build everything and include
> the
> >>> libraries.  The 'fux_kinect' folder can then be dropped into
> ~/Library/Pd
> >>> or
> >>> into a project folder, and you can create [fux_kinect].  To make a
> >>> downloadable version, the whole fux_kinect folder can just be zipped up
> >>> and
> >>> put on the github downloads folder.
> >>>
> >>> .hc
> >>>
> >>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
> >>>
>  hi, i removed some un needed dependencies, and you could try latest
>  binary
>  here:
> 
>  https://github.com/badgeek/fux_kinect
> 
>  On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya <
> marysgh...@gmail.com>
>  wrote:
> >
> > from pd:
> > /Library/Pd/fux_kinect.pd_darwin:
> > dlopen(/Library/Pd/fux_kinect.pd_darwin,
> > 10): Library not loaded: /sw/lib/libftgl.2.dylib
> >  Referenced from: /Library/Pd/fux_kinect.pd_darwin
> >  Reason: image not found
> >  fux_kinect
> > ... couldn't create
> > is there a tutorial out there somewhere that explains how to deal
> with
> > makefiles and things like that in a clear step by step way? I feel
> like
> > I'm
> > just missing something...
> > Sofy Yuditskaya
> > ] yuditskaya.com [
> >
> >
> >
> > On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner <
> h...@at.or.at>
> > wrote:
> >>
> >> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
> >> source:
> >> https://github.com/badgeek/fux_kinect
> >> binary:
> >> http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
> >> .hc
> >> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
> >>
> >> Works!
> >> Any guesses to what's up?
> >> Can I redistribute that?
> >> and of course... is a client a feasible idea?
> >> That would be great for things like kinect depth images...
> >> I'll be starting a class shortly, you'll get tons of testers!
> >> ^_^
> >> Sofy Yuditskaya
> >> ] yuditskaya.com [
> >>
> >>
> >>
> >> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
> >>>
> >>> I put a compiled, working version with a help file up on drop box:
> >>> Try this?
> >>> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
> >>>
> >>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
> >>>
> >>> That little "1" argument, in there was just me trying to see what's
> >>> up.
> >>> Doesn't work all clean like this either [syphonserver]
> >>> Amazing that its working for some tho!
> >>> rawk
> >>> Sofy Yuditskaya
> >>> ] yuditskaya.com [
> >>>
> >>>
> >>>
> >>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
> >>> 
> >>> wrote:
> 
>  its not working for me
> 
> 
> 
> 
> http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
>  I'm on macosx 10.6.8 and compiled the thing without any issues.
>  Sofy Yuditskaya
>  ] yuditskaya.com [
> 
> >>>
> >>> ___
> >>> Pd-list@iem.at mailing list
> >>> UNSUBSCRIBE and account-management ->
> >>> http://lists.puredata.info/listinfo/pd-list
> >>>
> >>
> >> ___
> >> Pd-list@iem.at mailing list
> >> UNSUBSCRIBE and account-management ->
> >> http://lists.puredata.info/listinfo/pd-list
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> 
> >>
> >> 'You people have such restrictive dress for women,’ she said,
> hobbling
> >> away in three inch heels and panty hose to finish out another
> >> pink-collar
> >> temp pool day.  - “Hijab Scene #2", by Mohja 

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-27 Thread Budi Prakosa
hi,

not yet but i will try to add linux support next week

cheers

On Thu, Oct 27, 2011 at 6:40 PM, Jordi Sala  wrote:
> Hi,
> Does it work for Linux?
> cheers
>
> On 27 October 2011 07:23, Budi Prakosa  wrote:
>>
>> here is the working binary
>>
>> https://github.com/downloads/badgeek/fux_kinect/fux_kinect.zip
>>
>> source:
>>
>> https://github.com/badgeek/fux_kinect
>>
>> cheers
>>
>> On Thu, Oct 27, 2011 at 9:54 AM, Hans-Christoph Steiner 
>> wrote:
>> >
>> > Awesome, glad to hear it.  That same script can be used in other libs,
>> > whenever you are linking to libraries in Fink.  It should work without
>> > modifications.
>> >
>> > .hc
>> >
>> > On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:
>> >
>> >> hey Hans,
>> >>
>> >> this is great!
>> >>
>> >> already applied the patch on github
>> >>
>> >> now its very easy to install this external
>> >>
>> >> thanks!
>> >>
>> >> On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner 
>> >> wrote:
>> >>>
>> >>> Ok, I updated my library embedding script and made a test build of
>> >>> fux_kinect.  It seems to work for me.  Here are the patches that I
>> >>> needed
>> >>> to
>> >>> do to get things working (you can apply them with 'git am'):
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Then I can just "make deploy" and it'll build everything and include
>> >>> the
>> >>> libraries.  The 'fux_kinect' folder can then be dropped into
>> >>> ~/Library/Pd
>> >>> or
>> >>> into a project folder, and you can create [fux_kinect].  To make a
>> >>> downloadable version, the whole fux_kinect folder can just be zipped
>> >>> up
>> >>> and
>> >>> put on the github downloads folder.
>> >>>
>> >>> .hc
>> >>>
>> >>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>> >>>
>>  hi, i removed some un needed dependencies, and you could try latest
>>  binary
>>  here:
>> 
>>  https://github.com/badgeek/fux_kinect
>> 
>>  On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya
>>  
>>  wrote:
>> >
>> > from pd:
>> > /Library/Pd/fux_kinect.pd_darwin:
>> > dlopen(/Library/Pd/fux_kinect.pd_darwin,
>> > 10): Library not loaded: /sw/lib/libftgl.2.dylib
>> >  Referenced from: /Library/Pd/fux_kinect.pd_darwin
>> >  Reason: image not found
>> >  fux_kinect
>> > ... couldn't create
>> > is there a tutorial out there somewhere that explains how to deal
>> > with
>> > makefiles and things like that in a clear step by step way? I feel
>> > like
>> > I'm
>> > just missing something...
>> > Sofy Yuditskaya
>> > ] yuditskaya.com [
>> >
>> >
>> >
>> > On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner
>> > 
>> > wrote:
>> >>
>> >> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
>> >> source:
>> >> https://github.com/badgeek/fux_kinect
>> >> binary:
>> >> http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
>> >> .hc
>> >> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
>> >>
>> >> Works!
>> >> Any guesses to what's up?
>> >> Can I redistribute that?
>> >> and of course... is a client a feasible idea?
>> >> That would be great for things like kinect depth images...
>> >> I'll be starting a class shortly, you'll get tons of testers!
>> >> ^_^
>> >> Sofy Yuditskaya
>> >> ] yuditskaya.com [
>> >>
>> >>
>> >>
>> >> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>> >>>
>> >>> I put a compiled, working version with a help file up on drop box:
>> >>> Try this?
>> >>> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
>> >>>
>> >>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>> >>>
>> >>> That little "1" argument, in there was just me trying to see
>> >>> what's
>> >>> up.
>> >>> Doesn't work all clean like this either [syphonserver]
>> >>> Amazing that its working for some tho!
>> >>> rawk
>> >>> Sofy Yuditskaya
>> >>> ] yuditskaya.com [
>> >>>
>> >>>
>> >>>
>> >>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
>> >>> 
>> >>> wrote:
>> 
>>  its not working for me
>> 
>> 
>> 
>> 
>>  http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
>>  I'm on macosx 10.6.8 and compiled the thing without any issues.
>>  Sofy Yuditskaya
>>  ] yuditskaya.com [
>> 
>> >>>
>> >>> ___
>> >>> Pd-list@iem.at mailing list
>> >>> UNSUBSCRIBE and account-management ->
>> >>> http://lists.puredata.info/listinfo/pd-list
>> >>>
>> >>
>> >> ___
>> >> Pd-list@iem.at mailing list
>> >> UNSUBSCRIBE and account-management ->
>> >> http://lists.puredata.info/listinfo/pd-list
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>> >>
>>

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread José Luis Santorcuato Tapia
Hi Hans, I hope you are well, I'm writing for news about fux_kinect for
linux, hopefully you can develop it. Mac is very good, but would it work in
Ubuntu unbeatable seafront.

Best egards

José

2011/10/26 Hans-Christoph Steiner 

>
> Ok, I updated my library embedding script and made a test build of
> fux_kinect.  It seems to work for me.  Here are the patches that I needed
> to do to get things working (you can apply them with 'git am'):
>
>
>
>
> Then I can just "make deploy" and it'll build everything and include the
> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd
> or into a project folder, and you can create [fux_kinect].  To make a
> downloadable version, the whole fux_kinect folder can just be zipped up and
> put on the github downloads folder.
>
> .hc
>
> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>
>  hi, i removed some un needed dependencies, and you could try latest
>> binary here:
>>
>> https://github.com/badgeek/**fux_kinect
>>
>> On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya 
>> wrote:
>>
>>> from pd:
>>> /Library/Pd/fux_kinect.pd_**darwin: dlopen(/Library/Pd/fux_kinect.**
>>> pd_darwin,
>>> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>>>  Referenced from: /Library/Pd/fux_kinect.pd_**darwin
>>>  Reason: image not found
>>>  fux_kinect
>>> ... couldn't create
>>> is there a tutorial out there somewhere that explains how to deal with
>>> makefiles and things like that in a clear step by step way? I feel like
>>> I'm
>>> just missing something...
>>> Sofy Yuditskaya
>>> ] yuditskaya.com [
>>>
>>>
>>>
>>> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
>>> wrote:
>>>

 Try fux_kinect for getting the depth camera with Gem on Mac OS X:
 source:
 https://github.com/badgeek/**fux_kinect
 binary:
 http://autobuild.puredata.**info/pdlab/fux_kinect.tar.bz2
 .hc
 On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

 Works!
 Any guesses to what's up?
 Can I redistribute that?
 and of course... is a client a feasible idea?
 That would be great for things like kinect depth images...
 I'll be starting a class shortly, you'll get tons of testers!
 ^_^
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:

>
> I put a compiled, working version with a help file up on drop box:
> Try this?
> http://dl.dropbox.com/u/**42612525/pd-syphonserver.zip
>
> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>
> That little "1" argument, in there was just me trying to see what's up.
> Doesn't work all clean like this either [syphonserver]
> Amazing that its working for some tho!
> rawk
> Sofy Yuditskaya
> ] yuditskaya.com [
>
>
>
> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya <
> marysgh...@gmail.com>
> wrote:
>
>>
>> its not working for me
>>
>> http://sofyyuditskaya.com/**tests/4pd/Screen%20shot%**
>> 202011-10-25%20at%209.00.29%**20PM.png
>> I'm on macosx 10.6.8 and compiled the thing without any issues.
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>>
>>
> __**_
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/**listinfo/pd-list
>
>
 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management ->
 http://lists.puredata.info/**listinfo/pd-list






 --**--**
 

 'You people have such restrictive dress for women,’ she said, hobbling
 away in three inch heels and panty hose to finish out another
 pink-collar
 temp pool day.  - “Hijab Scene #2", by Mohja Kahf


>>>
>>> __**_
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/**listinfo/pd-list
>>>
>>>
>>>
>>
>>
>> --
>> Budi Prakosa
>> house of natural fiber (HONF)
>> yogyakarta new media art laboratory
>> wora wari A80/6 baciro yogyakarta indonesia
>> http://www.natural-fiber.com
>>
>> __**_
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> http://lists.puredata.info/**
>> listinfo/pd-list 
>>
>
>
> --**---

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread Hans-Christoph Steiner

Someone was working on fux_kinect for GNU/Linux, I forget who, but I don't know 
how far they got.  It would be good to have.  Its probably just a matter of 
getting the compilation right, since libfreenect and Gem both work well on 
GNU/Linux.

.hc

On Nov 11, 2011, at 7:19 AM, José Luis Santorcuato Tapia wrote:

> Hi Hans, I hope you are well, I'm writing for news about fux_kinect for 
> linux, hopefully you can develop it. Mac is very good, but would it work in 
> Ubuntu unbeatable seafront.
> 
> Best egards
> 
> José
> 
> 2011/10/26 Hans-Christoph Steiner 
> 
> Ok, I updated my library embedding script and made a test build of 
> fux_kinect.  It seems to work for me.  Here are the patches that I needed to 
> do to get things working (you can apply them with 'git am'):
> 
> 
> 
> 
> Then I can just "make deploy" and it'll build everything and include the 
> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd or 
> into a project folder, and you can create [fux_kinect].  To make a 
> downloadable version, the whole fux_kinect folder can just be zipped up and 
> put on the github downloads folder.
> 
> .hc
> 
> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
> 
> hi, i removed some un needed dependencies, and you could try latest binary 
> here:
> 
> https://github.com/badgeek/fux_kinect
> 
> On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya  
> wrote:
> from pd:
> /Library/Pd/fux_kinect.pd_darwin: dlopen(/Library/Pd/fux_kinect.pd_darwin,
> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>  Referenced from: /Library/Pd/fux_kinect.pd_darwin
>  Reason: image not found
>  fux_kinect
> ... couldn't create
> is there a tutorial out there somewhere that explains how to deal with
> makefiles and things like that in a clear step by step way? I feel like I'm
> just missing something...
> Sofy Yuditskaya
> ] yuditskaya.com [
> 
> 
> 
> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
> wrote:
> 
> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
> source:
> https://github.com/badgeek/fux_kinect
> binary:
> http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
> .hc
> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
> 
> Works!
> Any guesses to what's up?
> Can I redistribute that?
> and of course... is a client a feasible idea?
> That would be great for things like kinect depth images...
> I'll be starting a class shortly, you'll get tons of testers!
> ^_^
> Sofy Yuditskaya
> ] yuditskaya.com [
> 
> 
> 
> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
> 
> I put a compiled, working version with a help file up on drop box:
> Try this?
> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
> 
> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
> 
> That little "1" argument, in there was just me trying to see what's up.
> Doesn't work all clean like this either [syphonserver]
> Amazing that its working for some tho!
> rawk
> Sofy Yuditskaya
> ] yuditskaya.com [
> 
> 
> 
> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya 
> wrote:
> 
> its not working for me
> 
> http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
> I'm on macosx 10.6.8 and compiled the thing without any issues.
> Sofy Yuditskaya
> ] yuditskaya.com [
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> 
> 
> 
> 
> 'You people have such restrictive dress for women,’ she said, hobbling
> away in three inch heels and panty hose to finish out another pink-collar
> temp pool day.  - “Hijab Scene #2", by Mohja Kahf
> 
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> 
> -- 
> Budi Prakosa
> house of natural fiber (HONF)
> yogyakarta new media art laboratory
> wora wari A80/6 baciro yogyakarta indonesia
> http://www.natural-fiber.com
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> Access to computers should be unlimited and total.  - the hacker ethic
> 
> 
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> -- 
> http://arselectronicachile.blogspot.com
> http://comunicacionnativa.blogspot.com/  
> http://www.myspace.com/santorcuato
> 
> 
> 





Ne

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread tim vets
2011/11/11 Hans-Christoph Steiner 

>
> Someone was working on fux_kinect for GNU/Linux, I forget who, but I don't
> know how far they got.  It would be good to have.  Its probably just a
> matter of getting the compilation right, since libfreenect and Gem both
> work well on GNU/Linux.
>
>
Don't know if it's what you would call actual "working on fux_kinect for
GNU/Linux", but I did manage to compile it on Ubuntu a few days ago.
I ended up with a fux_kinect.pd_linux, but loading it gave me:
/usr/lib/pd-extended/extra/fux_kinect.pd_linux:
/usr/lib/pd-extended/extra/fux_kinect.pd_linux: undefined symbol:
_ZN7GemBase11setModifiedEv
I mailed the author some Valgrind output...
gr,
Tim


> .hc
>
> On Nov 11, 2011, at 7:19 AM, José Luis Santorcuato Tapia wrote:
>
> Hi Hans, I hope you are well, I'm writing for news about fux_kinect for
> linux, hopefully you can develop it. Mac is very good, but would it work in
> Ubuntu unbeatable seafront.
>
> Best egards
>
> José
>
> 2011/10/26 Hans-Christoph Steiner 
>
>>
>> Ok, I updated my library embedding script and made a test build of
>> fux_kinect.  It seems to work for me.  Here are the patches that I needed
>> to do to get things working (you can apply them with 'git am'):
>>
>>
>>
>>
>> Then I can just "make deploy" and it'll build everything and include the
>> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd
>> or into a project folder, and you can create [fux_kinect].  To make a
>> downloadable version, the whole fux_kinect folder can just be zipped up and
>> put on the github downloads folder.
>>
>> .hc
>>
>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>>
>>  hi, i removed some un needed dependencies, and you could try latest
>>> binary here:
>>>
>>> https://github.com/badgeek/**fux_kinect
>>>
>>> On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya 
>>> wrote:
>>>
 from pd:
 /Library/Pd/fux_kinect.pd_**darwin: dlopen(/Library/Pd/fux_kinect.**
 pd_darwin,
 10): Library not loaded: /sw/lib/libftgl.2.dylib
  Referenced from: /Library/Pd/fux_kinect.pd_**darwin
  Reason: image not found
  fux_kinect
 ... couldn't create
 is there a tutorial out there somewhere that explains how to deal with
 makefiles and things like that in a clear step by step way? I feel like
 I'm
 just missing something...
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
 wrote:

>
> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
> source:
> https://github.com/badgeek/**fux_kinect
> binary:
> http://autobuild.puredata.**info/pdlab/fux_kinect.tar.bz2
> .hc
> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
>
> Works!
> Any guesses to what's up?
> Can I redistribute that?
> and of course... is a client a feasible idea?
> That would be great for things like kinect depth images...
> I'll be starting a class shortly, you'll get tons of testers!
> ^_^
> Sofy Yuditskaya
> ] yuditskaya.com [
>
>
>
> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>
>>
>> I put a compiled, working version with a help file up on drop box:
>> Try this?
>> http://dl.dropbox.com/u/**42612525/pd-syphonserver.zip
>>
>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>>
>> That little "1" argument, in there was just me trying to see what's
>> up.
>> Doesn't work all clean like this either [syphonserver]
>> Amazing that its working for some tho!
>> rawk
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>>
>>
>>
>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya <
>> marysgh...@gmail.com>
>> wrote:
>>
>>>
>>> its not working for me
>>>
>>> http://sofyyuditskaya.com/**tests/4pd/Screen%20shot%**
>>> 202011-10-25%20at%209.00.29%**20PM.png
>>> I'm on macosx 10.6.8 and compiled the thing without any issues.
>>> Sofy Yuditskaya
>>> ] yuditskaya.com [
>>>
>>>
>> __**_
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/**listinfo/pd-list
>>
>>
> __**_
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/**listinfo/pd-list
>
>
>
>
>
>
> --**--**
> 
>
> 'You people 

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread Hans-Christoph Steiner

I don't know a lot about the C++ name mangling (i.e. names like 
_ZN7GemBase11setModifiedEv), but I know that when building objects for Gem, you 
have to build against the same version that you are running it with.  You 
cannot build against say 0.92 and run the object with 0.93.   When do you, you 
get errors about things like _ZN7GemBase11setModifiedEv.

.hc

On Nov 11, 2011, at 10:57 AM, tim vets wrote:

> Don't know if it's what you would call actual "working on fux_kinect for 
> GNU/Linux", but I did manage to compile it on Ubuntu a few days ago.
> I ended up with a fux_kinect.pd_linux, but loading it gave me:
> /usr/lib/pd-extended/extra/fux_kinect.pd_linux: 
> /usr/lib/pd-extended/extra/fux_kinect.pd_linux: undefined symbol: 
> _ZN7GemBase11setModifiedEv
> I mailed the author some Valgrind output...
> gr,
> Tim
> 
> 2011/11/11 Hans-Christoph Steiner 
> 
> Someone was working on fux_kinect for GNU/Linux, I forget who, but I don't 
> know how far they got.  It would be good to have.  Its probably just a matter 
> of getting the compilation right, since libfreenect and Gem both work well on 
> GNU/Linux.
>  
> .hc
> 
> On Nov 11, 2011, at 7:19 AM, José Luis Santorcuato Tapia wrote:
> 
>> Hi Hans, I hope you are well, I'm writing for news about fux_kinect for 
>> linux, hopefully you can develop it. Mac is very good, but would it work in 
>> Ubuntu unbeatable seafront.
>> 
>> Best egards
>> 
>> José
>> 
>> 2011/10/26 Hans-Christoph Steiner 
>> 
>> Ok, I updated my library embedding script and made a test build of 
>> fux_kinect.  It seems to work for me.  Here are the patches that I needed to 
>> do to get things working (you can apply them with 'git am'):
>> 
>> 
>> 
>> 
>> Then I can just "make deploy" and it'll build everything and include the 
>> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd or 
>> into a project folder, and you can create [fux_kinect].  To make a 
>> downloadable version, the whole fux_kinect folder can just be zipped up and 
>> put on the github downloads folder.
>> 
>> .hc
>> 
>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>> 
>> hi, i removed some un needed dependencies, and you could try latest binary 
>> here:
>> 
>> https://github.com/badgeek/fux_kinect
>> 
>> On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya  
>> wrote:
>> from pd:
>> /Library/Pd/fux_kinect.pd_darwin: dlopen(/Library/Pd/fux_kinect.pd_darwin,
>> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>>  Referenced from: /Library/Pd/fux_kinect.pd_darwin
>>  Reason: image not found
>>  fux_kinect
>> ... couldn't create
>> is there a tutorial out there somewhere that explains how to deal with
>> makefiles and things like that in a clear step by step way? I feel like I'm
>> just missing something...
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>> 
>> 
>> 
>> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner 
>> wrote:
>> 
>> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
>> source:
>> https://github.com/badgeek/fux_kinect
>> binary:
>> http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
>> .hc
>> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
>> 
>> Works!
>> Any guesses to what's up?
>> Can I redistribute that?
>> and of course... is a client a feasible idea?
>> That would be great for things like kinect depth images...
>> I'll be starting a class shortly, you'll get tons of testers!
>> ^_^
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>> 
>> 
>> 
>> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>> 
>> I put a compiled, working version with a help file up on drop box:
>> Try this?
>> http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
>> 
>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>> 
>> That little "1" argument, in there was just me trying to see what's up.
>> Doesn't work all clean like this either [syphonserver]
>> Amazing that its working for some tho!
>> rawk
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>> 
>> 
>> 
>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya 
>> wrote:
>> 
>> its not working for me
>> 
>> http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
>> I'm on macosx 10.6.8 and compiled the thing without any issues.
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>> 
>> 
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 'You people have such restrictive dress for women,’ she said, hobbling
>> away in three inch heels and panty hose to finish out another pink-collar
>> temp pool day.  - “Hijab Scene #2", by Mohja Kahf
>> 
>> 
>> 
>> ___
>> Pd-list@iem.at mail

Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-11-11 Thread tim vets
In fact, as I remember, it did load at one point, but it made pd
crash...that's when I produced some debugging output...anyway, I didn't
look any further for now...

2011/11/11 Hans-Christoph Steiner 

>
> I don't know a lot about the C++ name mangling (i.e. names
> like _ZN7GemBase11setModifiedEv), but I know that when building objects for
> Gem, you have to build against the same version that you are running it
> with.  You cannot build against say 0.92 and run the object with 0.93.
> When do you, you get errors about things like _ZN7GemBase11setModifiedEv.
>
> .hc
>
> On Nov 11, 2011, at 10:57 AM, tim vets wrote:
>
> Don't know if it's what you would call actual "working on fux_kinect for
> GNU/Linux", but I did manage to compile it on Ubuntu a few days ago.
>
> I ended up with a fux_kinect.pd_linux, but loading it gave me:
> /usr/lib/pd-extended/extra/fux_kinect.pd_linux:
> /usr/lib/pd-extended/extra/fux_kinect.pd_linux: undefined symbol:
> _ZN7GemBase11setModifiedEv
> I mailed the author some Valgrind output...
> gr,
> Tim
>
>
> 2011/11/11 Hans-Christoph Steiner 
>
>>
>> Someone was working on fux_kinect for GNU/Linux, I forget who, but I
>> don't know how far they got.  It would be good to have.  Its probably just
>> a matter of getting the compilation right, since libfreenect and Gem both
>> work well on GNU/Linux.
>>
>>
> .hc
>>
>> On Nov 11, 2011, at 7:19 AM, José Luis Santorcuato Tapia wrote:
>>
>> Hi Hans, I hope you are well, I'm writing for news about fux_kinect for
>> linux, hopefully you can develop it. Mac is very good, but would it work in
>> Ubuntu unbeatable seafront.
>>
>> Best egards
>>
>> José
>>
>> 2011/10/26 Hans-Christoph Steiner 
>>
>>>
>>> Ok, I updated my library embedding script and made a test build of
>>> fux_kinect.  It seems to work for me.  Here are the patches that I needed
>>> to do to get things working (you can apply them with 'git am'):
>>>
>>>
>>>
>>>
>>> Then I can just "make deploy" and it'll build everything and include the
>>> libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd
>>> or into a project folder, and you can create [fux_kinect].  To make a
>>> downloadable version, the whole fux_kinect folder can just be zipped up and
>>> put on the github downloads folder.
>>>
>>> .hc
>>>
>>> On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
>>>
>>>  hi, i removed some un needed dependencies, and you could try latest
 binary here:

 https://github.com/badgeek/**fux_kinect

 On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya 
 wrote:

> from pd:
> /Library/Pd/fux_kinect.pd_**darwin: dlopen(/Library/Pd/fux_kinect.**
> pd_darwin,
> 10): Library not loaded: /sw/lib/libftgl.2.dylib
>  Referenced from: /Library/Pd/fux_kinect.pd_**darwin
>  Reason: image not found
>  fux_kinect
> ... couldn't create
> is there a tutorial out there somewhere that explains how to deal with
> makefiles and things like that in a clear step by step way? I feel
> like I'm
> just missing something...
> Sofy Yuditskaya
> ] yuditskaya.com [
>
>
>
> On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner  >
> wrote:
>
>>
>> Try fux_kinect for getting the depth camera with Gem on Mac OS X:
>> source:
>> https://github.com/badgeek/**fux_kinect
>> binary:
>> http://autobuild.puredata.**info/pdlab/fux_kinect.tar.bz2
>> .hc
>> On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
>>
>> Works!
>> Any guesses to what's up?
>> Can I redistribute that?
>> and of course... is a client a feasible idea?
>> That would be great for things like kinect depth images...
>> I'll be starting a class shortly, you'll get tons of testers!
>> ^_^
>> Sofy Yuditskaya
>> ] yuditskaya.com [
>>
>>
>>
>> On Tue, Oct 25, 2011 at 9:59 PM, vade  wrote:
>>
>>>
>>> I put a compiled, working version with a help file up on drop box:
>>> Try this?
>>> http://dl.dropbox.com/u/**42612525/pd-syphonserver.zip
>>>
>>> On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
>>>
>>> That little "1" argument, in there was just me trying to see what's
>>> up.
>>> Doesn't work all clean like this either [syphonserver]
>>> Amazing that its working for some tho!
>>> rawk
>>> Sofy Yuditskaya
>>> ] yuditskaya.com [
>>>
>>>
>>>
>>> On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya <
>>> marysgh...@gmail.com>
>>> wrote:
>>>

 its not working for me

 http://sofyyuditskaya.com/**tests/4pd/Screen%20shot%**
 202011-10-25%20at%209.00.29%**20PM.png
>