[Ecls-list] external.h compile error

Michael O'Connor moconnor59 at yahoo.com
Mon Mar 8 08:18:01 UTC 2004


I'm getting the following error when compiling with
ECL:

/usr/local/lib/ecl/h/external.h:1275: parse error
before `template'

This seems to be because line 1275 of external.h is
using C++ keyword 'template' as the name of an
argument:

extern cl_object si_mkstemp(cl_object template);

Editing the installed version of external.h (e.g. and
changing the word 'template' to 'ecl_template') fixes
the problem.

Is this a known issue / are there plans for a fix?

Thanks,

Michael

(I'm using 'gcc version 2.95.3 20010315 (release)'
running on Linux 2.4.21-1a #1, with ECL release 0.9c).

__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com




More information about the ecl-devel mailing list