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
Attempting to run RHESSysIOinR on a windows machine with WSL installed. I have had success in running older versions (5.18) via RHESSysIOinR by swapping out the files in the rh_dev folder to the older 5.18 files.
I have not had success in running the most recent version of RHESSys via RHESSysIOinR. The test code provided which is titled "test-single_run.R" downloads from the develop branch but both this branch and the master branch give the same error.
Version 7.3 is the current version that is downloaded and compiled. 7.4 on develop.
"8 warnings generated.
cd output_filter/parser &&
bison --report=none -d output_filter_parser.y &&
flex output_filter_parser.l
/bin/sh: 2: bison: not found
make: *** [makefile:1080: output_filter/parser/output_filter_parser.tab.c] Error 127
make: Leaving directory '/mnt/c/Users/Carlos/Documents/R/win-library/4.0/RHESSysIOinR/extdata/rh_dev/rhessys'
Command line echo: wsl make -C rh_dev//rhessys -f makefile
RHESSys objects removed after compilation
-------------------- End compile_rhessys.R --------------------
Warning message:
In compile_rhessys(location = "rh_dev/") :
Make probably failed, returned: 2"
Are there any modifications to be made when attempting to run newer versions of RHESSys via RHESSysIOinR?
The text was updated successfully, but these errors were encountered:
Attempting to run RHESSysIOinR on a windows machine with WSL installed. I have had success in running older versions (5.18) via RHESSysIOinR by swapping out the files in the rh_dev folder to the older 5.18 files.
I have not had success in running the most recent version of RHESSys via RHESSysIOinR. The test code provided which is titled "test-single_run.R" downloads from the develop branch but both this branch and the master branch give the same error.
Version 7.3 is the current version that is downloaded and compiled. 7.4 on develop.
"8 warnings generated.
cd output_filter/parser &&
bison --report=none -d output_filter_parser.y &&
flex output_filter_parser.l
/bin/sh: 2: bison: not found
make: *** [makefile:1080: output_filter/parser/output_filter_parser.tab.c] Error 127
make: Leaving directory '/mnt/c/Users/Carlos/Documents/R/win-library/4.0/RHESSysIOinR/extdata/rh_dev/rhessys'
Command line echo: wsl make -C rh_dev//rhessys -f makefile
RHESSys objects removed after compilation
-------------------- End compile_rhessys.R --------------------
Warning message:
In compile_rhessys(location = "rh_dev/") :
Make probably failed, returned: 2"
Are there any modifications to be made when attempting to run newer versions of RHESSys via RHESSysIOinR?
The text was updated successfully, but these errors were encountered: