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
I'm trying to build GITR in a Ubuntu 22.04 subsystem on Windows 11. When proceeding to make -j
, and running through a lot of steps, the system found that there was a path too long.
[ 33%] Performing configure step for 'netcdf-cxx4_download' /bin/sh: 1: PATH=/a/very/long/path File name too long make[2]: *** [CMakeFiles/netcdf-cxx4_download.dir/build.make:92: external/src/netcdf-cxx4_download-stamp/netcdf-cxx4_download-configure] Error 127 make[1]: *** [CMakeFiles/Makefile2:251: CMakeFiles/netcdf-cxx4_download.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 35%] Built target interpolator_tests make: *** [Makefile:101: all] Error 2
I'm not sure if this was the reason that caused this error, but the make process did get stuck here. The folder CMakeFiles is attached here. I hope it is relevant in solving this issue. Otherwise, please let me know what I should provide for further diagnosis of the problem. Thanks!
Hi,
I'm trying to build GITR in a Ubuntu 22.04 subsystem on Windows 11. When proceeding to
make -j
, and running through a lot of steps, the system found that there was a path too long.
[ 33%] Performing configure step for 'netcdf-cxx4_download'
/bin/sh: 1: PATH=/a/very/long/path File name too long
make[2]: *** [CMakeFiles/netcdf-cxx4_download.dir/build.make:92: external/src/netcdf-cxx4_download-stamp/netcdf-cxx4_download-configure] Error 127
make[1]: *** [CMakeFiles/Makefile2:251: CMakeFiles/netcdf-cxx4_download.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 35%] Built target interpolator_tests
make: *** [Makefile:101: all] Error 2
I'm not sure if this was the reason that caused this error, but the
make
process did get stuck here. The folder CMakeFiles is attached here. I hope it is relevant in solving this issue. Otherwise, please let me know what I should provide for further diagnosis of the problem. Thanks!CMakeFiles.tar.gz
The text was updated successfully, but these errors were encountered: