[PD-dev] compiling pd-extended for ubuntu 9.10

2009-10-31 Thread patrick
hi, i have this error when compiling pd-extended for ubuntu 9.10: make -C /home/psc/src/pd/externals/gem2pdp make[3]: Entering directory `/home/psc/src/pd/externals/gem2pdp' g++ -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math -Wall -W -Wno-unused -Wno-parentheses -Wno-switch

Re: [PD-dev] compiling pd-extended for ubuntu 9.10

2009-10-31 Thread Hans-Christoph Steiner
My fault, 'bool' is typedef'ed not #define'ed so you can't test it with a #ifndef. I just discovered all this stuff is in the standard C99 header stdbool.h anyhow. 'svn up' externals/pdp/include' and try again. .hc On Oct 31, 2009, at 5:46 AM, patrick wrote: hi, i have this error

[PD-dev] two patches for pd vanilla and pd-extended 0.42.5

2009-10-31 Thread Ivica Ico Bukvic
Here are two patches for g_editor.c that fix following issues in 0.42.5: 1) undo recreates patch cords with wrong color (I posted this one earlier by mistake on the pd-list) 2) graph on parent (GOP) enable and then immediately disable crashes patches that haven't been closed prior to disabling

Re: [PD-dev] pd.tk question

2009-10-31 Thread Hans-Christoph Steiner
On Oct 30, 2009, at 10:24 PM, Ivica Ico Bukvic wrote: Hey Ivica, Just make it a global, that's the easiest. Or use namespaces and namespace variables. .hc I am not all that good with tk. Only learned what I had to to hack together better version of pd.tk. Any examples would be most

Re: [PD-dev] two patches for pd vanilla and pd-extended 0.42.5

2009-10-31 Thread Ivica Ico Bukvic
On Sat, 2009-10-31 at 13:39 -0400, Ivica Ico Bukvic wrote: Here are two patches for g_editor.c that fix following issues in 0.42.5: 1) undo recreates patch cords with wrong color (I posted this one earlier by mistake on the pd-list) 2) graph on parent (GOP) enable and then immediately

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread András Murányi
On Sat, Oct 31, 2009 at 5:13 PM, olsen sesselastron...@googlemail.comwrote: buenas ydego...@gmail.com wrote: ola, /usr/lib/pd/extra/pidip/pidip.pd_linux: /usr/lib/pd/extra/pidip/pidip.pd_linux: undefined symbol: quicktime_has_video pidip: can't load library it's been a long time i

Re: [PD-dev] pd.tk question

2009-10-31 Thread András Murányi
On Sat, Oct 31, 2009 at 7:00 PM, Hans-Christoph Steiner h...@at.or.atwrote: On Oct 30, 2009, at 10:24 PM, Ivica Ico Bukvic wrote: Hey Ivica, Just make it a global, that's the easiest. Or use namespaces and namespace variables. .hc I am not all that good with tk. Only learned what I

[PD-dev] s_audio_jack.c patch

2009-10-31 Thread Ivica Ico Bukvic
The following patch fixes jack auto-connect problem encountered on Ubuntu 9.04. Best wishes, Ico --- s_audio_jack.c 2009-10-29 19:57:33.0 -0400 +++ ../../../../pd-extended-svn/pd-extended/pd/src/s_audio_jack.c 2009-05-28 21:14:05.0 -0400 @@ -153,7 +153,7 @@ static char**

Re: [PD-dev] pd.tk question

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 3:12 PM, András Murányi wrote: On Sat, Oct 31, 2009 at 7:00 PM, Hans-Christoph Steiner h...@at.or.at wrote: On Oct 30, 2009, at 10:24 PM, Ivica Ico Bukvic wrote: Hey Ivica, Just make it a global, that's the easiest. Or use namespaces and namespace variables. .hc

Re: [PD-dev] two patches for pd vanilla and pd-extended 0.42.5

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 1:39 PM, Ivica Ico Bukvic wrote: Here are two patches for g_editor.c that fix following issues in 0.42.5: 1) undo recreates patch cords with wrong color (I posted this one earlier by mistake on the pd-list) Accepted and committed. 2) graph on parent (GOP) enable and

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 3:03 PM, András Murányi wrote: On Sat, Oct 31, 2009 at 5:13 PM, olsen sesselastron...@googlemail.com wrote: buenas ydego...@gmail.com wrote: ola, /usr/lib/pd/extra/pidip/pidip.pd_linux: /usr/lib/pd/extra/pidip/ pidip.pd_linux: undefined symbol: quicktime_has_video

Re: [PD-dev] much better scrolling algorithm (pd-extended 0.42.5)

2009-10-31 Thread Hans-Christoph Steiner
Hey Ivica, I rewrote the scrollbar logic in 0.43 and its working well, as far as I can tell. Have you tried it out? I think its a similar approach, but the difference is that my code tries to keep things at 0,0 since Pd has a historical preference for patches having 0,0 as the upper

Re: [PD-dev] compiling pd-extended for ubuntu 9.10

2009-10-31 Thread patrick
oups, sorry (same report as olsen)... fixed with: pd/externals/pdp/opengl/include/pdp_texture.h - bool pdp_packet_texture_isvalid(int packet); + int pdp_packet_texture_isvalid(int packet); pat ___ Pd-dev mailing list Pd-dev@iem.at

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread patrick
using svn, then rm -rf pd and: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd i am getting this error: fakeroot dpkg-deb --build /home/psc/src/pd/packages/linux_make/build/ /home/psc/src/pd/packages/linux_make/Pd-0.42.5-extended.deb dpkg-deb -

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread András Murányi
pdp_bitmap.c:41: error: conflicting types for ‘pdp_packet_bitmap_isvalid’ ../../include/pdp_bitmap.h:90: note: previous declaration of ‘pdp_packet_bitmap_isvalid’ was here make[5]: *** [pdp_bitmap.o] Error 1 any bughunter knows this one? salutis ø I'm standing at the same one (on

Re: [PD-dev] compiling pd-extended for ubuntu 9.10

2009-10-31 Thread Hans-Christoph Steiner
Thanks. Fixed in svn, commit 12709. .hc On Oct 31, 2009, at 5:15 PM, patrick wrote: oups, sorry (same report as olsen)... fixed with: pd/externals/pdp/opengl/include/pdp_texture.h - bool pdp_packet_texture_isvalid(int packet); + int pdp_packet_texture_isvalid(int packet); pat

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 5:30 PM, patrick wrote: using svn, then rm -rf pd and: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd i am getting this error: fakeroot dpkg-deb --build /home/psc/src/pd/packages/linux_make/ build/

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread András Murányi
On Sun, Nov 1, 2009 at 12:51 AM, Hans-Christoph Steiner h...@at.or.atwrote: On Oct 31, 2009, at 5:30 PM, patrick wrote: using svn, then rm -rf pd and: svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd i am getting this error: fakeroot dpkg-deb

Re: [PD-dev] two patches for pd vanilla and pd-extended 0.42.5

2009-10-31 Thread Ivica Ico Bukvic
2) graph on parent (GOP) enable and then immediately disable crashes patches that haven't been closed prior to disabling GOP (to reproduce, open new patch-right-click-properties-enable gop-apply-disable gop-apply-crash). This one may also affect pd vanilla (haven't checked) Looks

Re: [PD-dev] much better scrolling algorithm (pd-extended 0.42.5)

2009-10-31 Thread Ivica Ico Bukvic
On Sat, 2009-10-31 at 17:18 -0400, Hans-Christoph Steiner wrote: Hey Ivica, I rewrote the scrollbar logic in 0.43 and its working well, as far as I can tell. Have you tried it out? I think its a similar approach, but the difference is that my code tries to keep things at 0,0 since

Re: [PD-dev] much better scrolling algorithm (pd-extended 0.42.5)

2009-10-31 Thread Ivica Ico Bukvic
3) 0 0 coordinate-centric design IMHO does not make sense. From historical perspective, old patches should still TTBOMK open just fine. Yet, if 0 0 approach is still imposed, it results in unintuitive behavior of scrollbars. e.g. try the following on 0.43 (or previous versions without the

Re: [PD-dev] [PD] pd-extended build on 9.10

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 8:09 PM, András Murányi wrote: On Sun, Nov 1, 2009 at 12:51 AM, Hans-Christoph Steiner h...@at.or.at wrote: On Oct 31, 2009, at 5:30 PM, patrick wrote: using svn, then rm -rf pd and: svn co

Re: [PD-dev] two patches for pd vanilla and pd-extended 0.42.5

2009-10-31 Thread Hans-Christoph Steiner
On Oct 31, 2009, at 9:12 PM, Ivica Ico Bukvic wrote: 2) graph on parent (GOP) enable and then immediately disable crashes patches that haven't been closed prior to disabling GOP (to reproduce, open new patch-right-click-properties-enable gop-apply-disable gop-apply-crash). This one may