[Ecls-list] CVS Build problems with --enable-c99-complex and --enable-longdouble

Barry Fishman barry_fishman at acm.org
Wed Jun 4 18:40:02 UTC 2008


The CVS head has had these problems from some time.

The "configure --help" still mentions a '--enable-c99-complex' switch
when its code has been changed to look for '--enable-c99complex'.

In 'src/h/object.h', the cpp symbol ECL_LONG_FLOAT is used in setting an
enumeration value for t_longfloat.  However ECL_LONG_FLOAT is defined
only later in that file (based on HAVE_LONG_DOUBLE) just before
creating 'struct ecl_long_float'.  This causes the build to fail with a
missing t_longfloat during compilation.

--
Barry Fishman




More information about the ecl-devel mailing list