[PD] experiences building PD from CVS on PlanetCCRMA FC3

Mathieu Bouchard matju at artengine.ca
Sat Sep 17 07:16:28 CEST 2005


On Fri, 16 Sep 2005, Tim Blechmann wrote:
> > 3. flext will not build
> > > "template" /home/dto/bigsrc/pd/pd/src/g_canvas.h:597: error:
> > > expected `,' or `...' before
> > > "template" /home/dto/bigsrc/pd/pd/src/g_canvas.h:599: error:
> > > expected `,' or `...' before "template"
> > I am using the following commands to check out pd sources. Should I be
> > doing something differently? 
> flext is a c++ library, g_canvas.h in miller's pd uses the statement
> template. since template is a reserved keyword in c++, it's impossible
> to build it until miller changes "template" to "etalpmet" or anything
> else. this is a known issue, and it's fixed in devel

just before:

  #include "m_pd.h"

insert this line:

  #define template yabba_dabba_doo

____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada




More information about the Pd-list mailing list