Re: [PD-dev] makefile template

2011-10-18 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 05:01, Patrice Colet wrote: then you did something weird :-) i had the same problem after changing CC to CXX and replacing myobject.c with myobject.cpp the template/Makefile is full of assumptions that the sources end with .c;

Re: [PD-dev] makefile template

2011-10-18 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 05:01, Patrice Colet wrote: Also I still have same question about pd includes, but more accurately... i missed that question :-) gui externals needs m_imp.h, because of this: [...] c_externdir-s_name and c_name-s_name are

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

2011-10-18 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-17 22:27, katja wrote: There's however a small issue to reckon with: at the moment, the only way to force double precision compilation upon the external libs, is to hardcode #define PF_FLOAT_PRECISION 64 in m_pd.h. If we put it in i

Re: [PD-dev] makefile template

2011-10-18 Thread Patrice Colet
- Mail original - De: IOhannes m zmoelnig zmoel...@iem.at À: pd-dev@iem.at Envoyé: Mardi 18 Octobre 2011 08:49:12 Objet: Re: [PD-dev] makefile template -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 05:01, Patrice Colet wrote: c_externdir-s_name and

Re: [PD-dev] makefile template

2011-10-18 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 1:23 PM, Patrice Colet wrote: - Mail original - De: IOhannes m zmoelnig zmoel...@iem.at À: pd-dev@iem.at Envoyé: Mardi 18 Octobre 2011 08:49:12 Objet: Re: [PD-dev] makefile template -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-18 05:01, Patrice Colet

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

2011-10-18 Thread Hans-Christoph Steiner
On Oct 18, 2011, at 2:54 AM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-17 22:27, katja wrote: There's however a small issue to reckon with: at the moment, the only way to force double precision compilation upon the external libs, is to hardcode

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

2011-10-18 Thread katja
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 included by m_pd.h.  That should solve this issue, since config.h would be

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

2011-10-18 Thread Hans-Christoph Steiner
On Thursday, September 29, 2011 8:49 AM, IOhannes m zmölnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 03:07 PM, Hans-Christoph Steiner wrote: Ah, ok, that changes things. So you are sure there isn't a way to make this work? on, i'm not

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

2011-10-18 Thread Hans-Christoph Steiner
On Tuesday, October 18, 2011 6:50 PM, Hans-Christoph Steiner h...@at.or.at wrote: On Thursday, September 29, 2011 8:49 AM, IOhannes m zmölnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/28/2011 03:07 PM, Hans-Christoph Steiner wrote: Ah, ok, that

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

2011-10-18 Thread katja
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 pd-double.git (pd-double') - checkout