I am trying to use the Mesh Generation option by setting the NEKTAR_USE_MESHGEN option to ON but when I try to compile it this pops up
In file included from /home/augustico/nektar-master/ThirdParty/oce-0.17/src/Standard/Standard_CLocaleSentry.cxx:16:
/home/augustico/nektar-master/ThirdParty/oce-0.17/src/Standard/Standard_CLocaleSentry.hxx:39:12: fatal error: xlocale.h: No existe el archivo o el directorio
39 | #include <xlocale.h>
| ^~~~~~~~~~~
compilation terminated.
make[5]: *** [adm/cmake/TKernel/CMakeFiles/TKernel.dir/build.make:1688: adm/cmake/TKernel/CMakeFiles/TKernel.dir/__/__/__/src/Standard/Standard_CLocaleSentry.cxx.o] Error 1
make[4]: *** [CMakeFiles/Makefile2:1193: adm/cmake/TKernel/CMakeFiles/TKernel.dir/all] Error 2
make[3]: *** [Makefile:152: all] Error 2
make[2]: *** [CMakeFiles/oce-0.17.dir/build.make:115: ThirdParty/stamp/oce-0.17-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1373: CMakeFiles/oce-0.17.dir/all] Error 2
make: *** [Makefile:141: all] Error 2