Comment #6 on issue 57 by
Muhammad...@gmail.com: Create new release to
I am also getting the last error while trying to install casacore in Ubuntu
13.10. After 42%, the build process stops and gives the error:
In file included from
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:28:0:
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.h:44:6:
error: from previous declaration ‘void casa::getArray(casa::Array<T>&, int,
const casa::Record&, const casa::String&) throw
(casa::InvalidSerializationError) [with V = std::complex<double>]’
void getArray(Array<V> &val, int type, const Record& gr,
^
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:323:44:
error:
declaration of ‘void casa::getArray(casa::Array<T>&, int, const
casa::Record&, const casa::String&) [with V = casa::String]’ has a
different exception specifier
const String&
name)WHATEVER_SUN_EXCEPTSPEC(InvalidSerializationError)
^
In file included from
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.cc:28:0:
/home/md/Downloads/casacore-1.5.0/scimath/Functionals/SerialHelper.h:44:6:
error: from previous declaration ‘void casa::getArray(casa::Array<T>&, int,
const casa::Record&, const casa::String&) throw
(casa::InvalidSerializationError) [with V = casa::String]’
void getArray(Array<V> &val, int type, const Record& gr,
^
make[2]: ***
[scimath/CMakeFiles/casa_scimath.dir/Functionals/SerialHelper.cc.o] Error 1
make[1]: *** [scimath/CMakeFiles/casa_scimath.dir/all] Error 2
make: *** [all] Error 2
Is there no solution for this?