Hi,
I just tried to install NGSolve from the sources on my Mac (MacOS 14.5) in the same manner I have always done. Unfortunately this failed:
[ 29%] Building CXX object fem/CMakeFiles/ngfem.dir/hcurlfe.cpp.o
/Applications/NGSolve/src-ngs/fem/hcurlfe.cpp:463:7: error: use of undeclared identifier 'testout'
(*testout) << "a = " << a << endl;
^
/Applications/NGSolve/src-ngs/fem/hcurlfe.cpp:481:8: error: use of undeclared identifier 'testout'
(*testout) << "breakdown in householder, a = " << a << endl;
^
/Applications/NGSolve/src-ngs/fem/hcurlfe.cpp:650:7: error: use of undeclared identifier 'testout'
(*testout) << " Compute Gradient Matrix H1-HCurl Low order FEs " << endl
^
/Applications/NGSolve/src-ngs/fem/hcurlfe.cpp:2684:7: error: use of undeclared identifier 'testout'
(*testout) << "fiphij3 = " << endl << fiphij3 << endl;
^
4 errors generated.
make[5]: *** [fem/CMakeFiles/ngfem.dir/hcurlfe.cpp.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [fem/CMakeFiles/ngfem.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [dependencies/Stamp/ngsolve/ngsolve-build] Error 2
make[1]: *** [CMakeFiles/ngsolve.dir/all] Error 2
make: *** [all] Error 2
I have attached the full terminal Output.
https://ngsolve.org/media/kunena/attachments/830/make_terminal_output.txt
The motivation behind a clean install, was because the Netgen GUI crashed on startup, see
https://ngsolve.org/media/kunena/attachments/830/netgen_gui_fail.txt. (The python interface was working.)
Can anyone help with these issues?
Best wishes,
Henry
Attachment: netgen_gui_fail.txt
Attachment: make_terminal_output.txt