Hello,

I trying to compile again the latest version with CLANG. The previous
errors has been fixed, but now I have this new:

PrintBuffer.cc:128:9: error: variable length array of non-POD element
type 'PrintBuffer'

        DynArray(PrintBuffer, pcols, cols);

        ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

                                             ^

PrintBuffer.cc:131:14: error: variable length array of non-POD element
type 'PrintBuffer'

             DynArray(PrintBuffer, item_matrix, ec);

             ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

                                             ^

PrintBuffer.cc:149:14: error: variable length array of non-POD element
type 'PrintBuffer'

             DynArray(PrintBuffer, item_matrix, ec);

             ^

./APL_types.hh:465:46: note: expanded from macro 'DynArray'

# define DynArray(Type, Name, Size) Type Name[Size];

Please could you check it ?

thanks,
Fausto

Reply via email to