Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execution problem of make -j4 command #141

Open
trknak opened this issue Jan 15, 2024 · 0 comments
Open

execution problem of make -j4 command #141

trknak opened this issue Jan 15, 2024 · 0 comments

Comments

@trknak
Copy link

trknak commented Jan 15, 2024

When executing the 'make -j4' command, the following errors were encountered. Can you guide how to address these issues?

(moose) turkanakcalarbayter@Turkans-Air falcon % make -j4
Checking if header needs updating: /Users/turkanakcalarbayter/projects/falcon/moose/framework/include/base/MooseRevision.h...
Compiling C++ (in opt mode) /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc...
Building and linking /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/hit.so...
Compiling C++ (in opt mode) /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/exodiff/stringx.C...
Compiling C++ (in opt mode) /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/exodiff/iqsort.C...
Compiling C++ (in opt mode) /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/exodiff/STRINGLIB_tokenize.C...
Creating Unity Directory /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src
Rebuilding symlinks in /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/header_symlinks
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:147:8: error: no member named 'set_type' in 'wasp::HITNodeView'
_hnv.set_type(wasp::BLANK_LINE);

Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/kernels_Unity.C
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:147:23: error: no member named 'BLANK_LINE' in namespace 'wasp'
_hnv.set_type(wasp::BLANK_LINE);
              ~~~~~~^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:285:28: error: no member named 'BLANK_LINE' in namespace 'wasp'
if (_hnv.type() == wasp::BLANK_LINE)
                   ~~~~~~^
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/materials_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/bcs_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/userobjects_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/postprocessors_Unity.C
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:687:34: error: no member named 'token_type' in 'wasp::HITNodeView'
  auto token_type = value_node.token_type();
                    ~~~~~~~~~~ ^
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/utils_Unity.C
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:1200:31: error: cannot increment value of type 'wasp::Iterator<wasp::HITNodeView, wasp::FilePush>'
for (const auto & hnv_child : hnv_parent)
                            ^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:1200:33: note: in implicit call to 'operator++' for iterator of type 'wasp::HITNodeView'
for (const auto & hnv_child : hnv_parent)
                              ^~~~~~~~~~
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/actions_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/chemical_reactions/build/unity_src/base_Unity.C
Creating Unity Directory /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src
Rebuilding symlinks in /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/header_symlinks
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/materials_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/userobjects_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/utils_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/fluidproperties_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/actions_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/functions_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/ics_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/base_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/fluid_properties/build/unity_src/interfaces_Unity.C
Creating Unity Directory /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src
Rebuilding symlinks in /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/header_symlinks
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/kernels_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/userobjects_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/utils_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/actions_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/outputs_Unity.C
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/geochemistry/build/unity_src/base_Unity.C
Creating Unity Directory /Users/turkanakcalarbayter/projects/falcon/moose/modules/ray_tracing/build/unity_src
Rebuilding symlinks in /Users/turkanakcalarbayter/projects/falcon/moose/modules/ray_tracing/build/header_symlinks
5 errors generated.
Creating Unity /Users/turkanakcalarbayter/projects/falcon/moose/modules/ray_tracing/build/unity_src/userobjects_Unity.C
make: *** [/Users/turkanakcalarbayter/projects/falcon/moose/framework/build.mk:136: /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.aarch64-apple-darwin20.0.0.opt.lo] Error 1
make: *** Waiting for unfinished jobs....
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:147:8: error: no member named 'set_type' in 'wasp::HITNodeView'
_hnv.set_type(wasp::BLANK_LINE);
~~~~ ^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:147:23: error: no member named 'BLANK_LINE' in namespace 'wasp'
_hnv.set_type(wasp::BLANK_LINE);
              ~~~~~~^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:285:28: error: no member named 'BLANK_LINE' in namespace 'wasp'
if (_hnv.type() == wasp::BLANK_LINE)
                   ~~~~~~^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:687:34: error: no member named 'token_type' in 'wasp::HITNodeView'
  auto token_type = value_node.token_type();
                    ~~~~~~~~~~ ^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:1200:31: error: cannot increment value of type 'wasp::Iterator<wasp::HITNodeView, wasp::FilePush>'
for (const auto & hnv_child : hnv_parent)
                            ^
/Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/parse.cc:1200:33: note: in implicit call to 'operator++' for iterator of type 'wasp::HITNodeView'
for (const auto & hnv_child : hnv_parent)
                              ^~~~~~~~~~
5 errors generated.
make: *** [/Users/turkanakcalarbayter/projects/falcon/moose/framework/moose.mk:137: /Users/turkanakcalarbayter/projects/falcon/moose/framework/contrib/hit/hit.so] Error 1
(moose) turkanakcalarbayter@Turkans-Air falcon % 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant