Closed Rombur closed 5 years ago
I tried to compiled DTK with gcc 8.2 but I get tens of error from the Interface package. There are all similar to the one below
Interface
DataTransferKit/packages/Interface/test/tstUserApplication.cpp:408:27: error: passing ‘const DataTransferKit::View<long long int>’ as ‘this’ argument discards qualifiers [-fpermissive] global_dof_ids[n] = n + offset;
Interface is the only package which doesn't work. If I comment all the bugged lines, I can compile everything else and pass the tests.
I tried to compiled DTK with gcc 8.2 but I get tens of error from the
Interface
package. There are all similar to the one belowInterface
is the only package which doesn't work. If I comment all the bugged lines, I can compile everything else and pass the tests.