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 currently trying to determine whether my program has been successfully built, or if there’s a problem with my environment. Could you help me?
After compiling RichDEM, I ran the test program (richdem_tests.exe located in /richdem/build/tests) and encountered the following errors:
===============================================================================
/lstr/richdem/tests/tests.cpp:40:
TEST CASE: Test padding on load
/lstr/richdem/tests/tests.cpp:40: ERROR: test case THREW exception: Could not open file 'ones_block.dem' with GDAL!
===============================================================================
/lstr/richdem/tests/tests.cpp:138:
TEST CASE: Checking flow accumulation
/lstr/richdem/tests/tests.cpp:138: ERROR: test case THREW exception: filesystem error: directory iterator cannot open directory: No such file or directory [flow_accum]
ERROR 4: depressions/testdem1.dem: No such file or directory
/lstr/richdem/tests/tests.cpp:236:
TEST CASE: Checking depression filling
/lstr/richdem/tests/tests.cpp:236: ERROR: test case THREW exception: Could not open file 'depressions/testdem1.dem' with GDAL!
ERROR 4: breaching/testdem1.dem: No such file or directory
/lstr/richdem/tests/tests.cpp:296:
TEST CASE: Checking depression breaching
/lstr/richdem/tests/tests.cpp:296: ERROR: test case THREW exception: Could not open file 'breaching/testdem1.dem' with GDAL!
ERROR 4: beauford/beauford.tif: No such file or directory
/lstr/richdem/tests/tests.cpp:360:
TEST CASE: Checking flow accumulation
/lstr/richdem/tests/tests.cpp:360: ERROR: test case THREW exception: Could not open file 'beauford/beauford.tif' with GDAL!
I suspect that many of the issues are related to the 'file does not exist' error. I found some files in the /richdem/tests folder and copied them to the /richdem/build/tests folder, but I am still encountering error messages. The errors are listed below, and I've attached the file if you're interested in reviewing it.
I’m currently trying to determine whether my program has been successfully built, or if there’s a problem with my environment. Could you help me?
After compiling RichDEM, I ran the test program (richdem_tests.exe located in /richdem/build/tests) and encountered the following errors:
I suspect that many of the issues are related to the 'file does not exist' error. I found some files in the /richdem/tests folder and copied them to the /richdem/build/tests folder, but I am still encountering error messages. The errors are listed below, and I've attached the file if you're interested in reviewing it.
test_res.txt
The text was updated successfully, but these errors were encountered: