Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread Hans-Christoph Steiner
On Feb 21, 2012, at 11:47 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-02-21 17:40, Hans-Christoph Steiner wrote: >> >> Pd-vanilla does provide the sources, but there are two issues: >> >> - it does not include the include/pd/ subdir for headers

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-02-21 17:40, Hans-Christoph Steiner wrote: > > Pd-vanilla does provide the sources, but there are two issues: > > - it does not include the include/pd/ subdir for headers i don't think this is an issue. externals have traditionally included

[PD-dev] [ pure-data-Bugs-3490074 ] pkg-config is broken in pd-extended (deb-package)

2012-02-21 Thread SourceForge . net
Bugs item #3490074, was opened at 2012-02-21 08:42 Message generated for change (Tracker Item Submitted) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3490074&group_id=55736 Please note that this message will contain a full copy of the

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread Hans-Christoph Steiner
On Feb 21, 2012, at 11:33 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-02-21 17:20, Hans-Christoph Steiner wrote: >> >> I reinstalled 'puredata' on debian-stable-amd64, sorry about that, I don't >> know what happened there. The build systems are

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread Hans-Christoph Steiner
On Feb 21, 2012, at 11:26 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-02-21 17:15, Hans-Christoph Steiner wrote: >>> - - should /usr/include/m_pd.h be handled likewise, using >>> update-alternatives? again, i'm not sure whether this is good style

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-02-21 17:20, Hans-Christoph Steiner wrote: > > I reinstalled 'puredata' on debian-stable-amd64, sorry about that, I don't > know what happened there. The build systems are mean to have the Pd-vanilla > headers installed. thanks. > > I'm

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-02-21 17:15, Hans-Christoph Steiner wrote: >> - - should /usr/include/m_pd.h be handled likewise, using >> update-alternatives? again, i'm not sure whether this is good style and >> cannot find such a thing on my system > > Pd-extended's h

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread Hans-Christoph Steiner
I reinstalled 'puredata' on debian-stable-amd64, sorry about that, I don't know what happened there. The build systems are mean to have the Pd-vanilla headers installed. I'm happy to install packages and put apps into /Applications. But in order to keep the systems clean for building, I will

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread Hans-Christoph Steiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Feb 21, 2012, at 7:08 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-02-21 13:03, IOhannes m zmoelnig wrote: >> - `pkg-config --cflags pdextended` returns "-I/usr/local/include/pd", >> which does no

Re: [PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-02-21 13:03, IOhannes m zmoelnig wrote: > - `pkg-config --cflags pdextended` returns "-I/usr/local/include/pd", > which does not exist at all. > - `pkg-config --cflags pd` fails as well as `pkg-config --cflags puredata` which also leads to th

[PD-dev] Pd-installation on jenkins/debian-stable-amd64

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it seems like on the debian-stable-amd64 host of the build-farm, the Pd-headers have been uninstalled. at least, Gem build#71 (2011-12-22 10:00:51) succeeded, whereas the next build#527 (2012-02-19 22:01:47) failed, because out of a sudden it cannot f

[PD-dev] FreeFrameGL external

2012-02-21 Thread Gert De Roost
Greetings, After several days of programming work I can now present this first version of a new external for pdp that hosts FreeFrameGL1.5 plugins. My first project using C++... slow learning! The external does conversion from YUV to RGB and back using fragment shaders. The real bottleneck is th