Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 22:16, katja wrote: On Tue, Oct 18, 2011 at 8:33 PM, Hans-Christoph Steiner h...@at.or.at wrote: Another idea for handling this is to use the ./configure --enable-double-precision flag, but have it generate a config.h, which is

Re: [PD-dev] how to load shared code for libraries

2011-10-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 01:29, Hans-Christoph Steiner wrote: Yes! I got it working. I see the way to use it for this situation, this looks like great news! fgmadr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using

Re: [PD-dev] how to load shared code for libraries

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:30 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 01:29, Hans-Christoph Steiner wrote: Yes! I got it working. I see the way to use it for this situation, this looks like great news! Does it work for you? .hc

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:29 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 22:16, katja wrote: On Tue, Oct 18, 2011 at 8:33 PM, Hans-Christoph Steiner h...@at.or.at wrote: Another idea for handling this is to use the ./configure

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/19/2011 06:31 PM, Hans-Christoph Steiner wrote: If pd/src/m_pd.h is the only thing that loads pd/src/config.h and m_pd.h does #include config.h, this is not a problem. GCC looks for headers requested with #include file first in the

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 2:14 PM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/19/2011 06:31 PM, Hans-Christoph Steiner wrote: If pd/src/m_pd.h is the only thing that loads pd/src/config.h and m_pd.h does #include config.h, this is not a problem. GCC looks

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 21:07, Hans-Christoph Steiner wrote: I don't really understand what you're saying here. it seems so. fgmasdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 19, 2011, at 3:15 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 21:07, Hans-Christoph Steiner wrote: I don't really understand what you're saying here. it seems so. Yes, it is actually true. I do not understand. Care to explain?

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 21:15, Hans-Christoph Steiner wrote: On Oct 19, 2011, at 3:15 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-19 21:07, Hans-Christoph Steiner wrote: I don't really understand what

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 7:37 PM, katja wrote: Tried all day to build some of pd-double in pd-svn, but what worked yesterday stopped working today, after svn update. Well update, it was a fresh checkout for compelling reasons. Here is an updated version of how to build things selectively: - clone

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread katja
On Wed, Oct 19, 2011 at 9:32 PM, Hans-Christoph Steiner h...@at.or.at wrote: I think skipping 'make install' alltogether and just running things directly is much easier for dev work.  Something like this: cd pd-double/pd ./autogen.sh ./configure --enable-double-precision make cd extra ln

Re: [PD-dev] pd-double: how to selectively build external libs for development?

2011-10-19 Thread Hans-Christoph Steiner
On Wednesday, October 19, 2011 11:56 PM, katja katjavet...@gmail.com wrote: On Wed, Oct 19, 2011 at 9:32 PM, Hans-Christoph Steiner h...@at.or.at wrote: I think skipping 'make install' alltogether and just running things directly is much easier for dev work.  Something like this: cd