Dear all,
trying to install openCARP via WSL for Windows11, I ran into the error given below when it comes to the installation of meshalyzer.
Can anyone advise how to overcome this problem ?
Best, Philipp
pkuegler@DESKTOP-PQF7A0H:/mnt/c/WINDOWS/system32/meshalyzer$ cmake --build _build
[ 1%] Generating HDF5DataBrowser.cxx and HDF5DataBrowser.h
[ 1%] Built target create_hdf5_data_browser
[ 2%] Building CXX object src/CMakeFiles/meshalyzer.dir/trimesh.cxx.o
[ 3%] Building CXX object src/CMakeFiles/meshalyzer.dir/TBmeshWin.cc.o
/mnt/c/WINDOWS/system32/meshalyzer/src/TBmeshWin.cc: In member function ‘void TBmeshWin::read_model(Fl_Window*, const char*, bool, bool)’:
/mnt/c/WINDOWS/system32/meshalyzer/src/TBmeshWin.cc:1246:50: error: ‘class Fl_File_Chooser’ has no member named ‘w’
1246 | auto bt = new Fl_Light_Button(0,0,modchooser.w()-10,25,"Merge pkje file");
| ^
/mnt/c/WINDOWS/system32/meshalyzer/src/TBmeshWin.cc:1264:7: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
1264 | delete bt;
| ^~~~~~~~~
gmake[2]: *** [src/CMakeFiles/meshalyzer.dir/build.make:904: src/CMakeFiles/meshalyzer.dir/TBmeshWin.cc.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:153: src/CMakeFiles/meshalyzer.dir/all] Error 2
gmake: *** [Makefile:156: all] Error 2