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
Trying to build Akumuli 0.8.80 on 10.6.8 Rosetta (gcc12, cmake-devel @20220728-3.24.0-rc5), after setting -DDISABLE_EMBEDDED_ASM to bypass a failure on Intel-specific instructions, the build failed on the following:
/opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/libakumuli/query_processing/eval.cpp:42:33: error: field 'indexes_' has incomplete type 'std::array<unsigned int, 58>'
42 | std::array<u32, MAX_VALUES> indexes_;
| ^~~~~~~~
/opt/local/var/macports/build/_opt_PPCRosettaPorts_databases_Akumuli/Akumuli/work/Akumuli-0.8.80/libakumuli/query_processing/eval.cpp:43:36: error: field 'values_' has incomplete type 'std::array<double, 58>'
43 | std::array<double, MAX_VALUES> values_;
The text was updated successfully, but these errors were encountered:
barracuda156
changed the title
error: field 'indexes_' has incomplete type 'std::array<unsigned int, 58>'
error: field has incomplete type std::array
Aug 5, 2022
Trying to build
Akumuli
0.8.80 on 10.6.8 Rosetta (gcc12
,cmake-devel @20220728-3.24.0-rc5
), after setting-DDISABLE_EMBEDDED_ASM
to bypass a failure on Intel-specific instructions, the build failed on the following:The text was updated successfully, but these errors were encountered: