CINT demo program failure from cdefs.h

I installed CINT 5.18.00 on my Ubuntu 11.04 system. The installation was fine, but I had problem running the simple demo programs .

  1. went to /demon/simple
  2. ran: cint array.c
  3. got error: Note: macro handled as typedef longdouble __long_double_t; FILE:/usr/include/sys/cdefs.h LINE:86
    Error: G_getvariable: express [1] FILE:/usr/include/sys/cdefs.h LINE:160

The contents in cdefs.h at line 160 are:
#define _flexarr [1]

Any ideas?

Thanks,

Adam

Hi,

Did you set up CINTSYSDIR? You can simply source setenv.sh

For me it works…

Cheers, Axel.