You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Compilation error in file GEOS/src/coreComponents/constitutive/fluid/multifluid/compositional/models/ComponentProperties.hpp:130:24 possibly caused by this commit #2799
In file included from /Users/clem/Documents/GitHub/GEOS/src/coreComponents/constitutive/fluid/multifluid/PVTDriver.cpp:24:
In file included from /Users/clem/Documents/GitHub/GEOS/src/coreComponents/constitutive/fluid/multifluid/MultiFluidSelector.hpp:30:
In file included from /Users/clem/Documents/GitHub/GEOS/src/coreComponents/constitutive/fluid/multifluid/compositional/CompositionalMultiphaseFluid.hpp:22:
In file included from /Users/clem/Documents/GitHub/GEOS/src/coreComponents/constitutive/fluid/multifluid/compositional/CompositionalMultiphaseFluidUpdates.hpp:22:
/Users/clem/Documents/GitHub/GEOS/src/coreComponents/constitutive/fluid/multifluid/compositional/models/ComponentProperties.hpp:130:24: error: private field 'm_componentNames' is not used [-Werror,-Wunused-private-field]
string_array const & m_componentNames;
^
1 error generated.
make[2]: *** [coreComponents/constitutive/CMakeFiles/constitutive.dir/fluid/multifluid/PVTDriver.cpp.o] Error 1
make[1]: *** [coreComponents/constitutive/CMakeFiles/constitutive.dir/all] Error 2
make: *** [all] Error 2]
To Reproduce
Building GEOS on macOS or Ubuntu 18.04 (where I had the error)
On Ubuntu clang version 6.0.0-1ubuntu2 --> Quite old and can't be updated unless I update from 18.04 to 22.04 hence I went on macOS to avoid doing that
I am compiling in Release mode, I have not tried Debug
Thanks, this has removed the error and promted another one. The error is quite similar on both macOS and Ubuntu, I am going to be looking into this in the next few days macOs error.txt Ubuntu 18_04 error.txt
Describe the bug
Compilation error in file
GEOS/src/coreComponents/constitutive/fluid/multifluid/compositional/models/ComponentProperties.hpp:130:24
possibly caused by this commit #2799To Reproduce
Building GEOS on macOS or Ubuntu 18.04 (where I had the error)
Expected behavior
Compilation fails
Platform
The text was updated successfully, but these errors were encountered: