On Fri, 16 Sep 2005, Tim Blechmann wrote:
- 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