Help Needed with GEOS (geos-1.2.0) Installation – Compilation Error #3644
Razie-Sheikhansari
started this conversation in
Build System
Replies: 2 comments
-
Dear @Razie-Sheikhansari, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear Aleks,
Thank you for your help. I pulled the latest version of GEOS from the
develop branch as suggested, and I’m happy to report that the compilation
completed successfully.
However, when running the test suite using ctest -V, I encountered the
following results:
99% tests passed, 3 tests failed out of 230
Total Test time (real) = 1991.51 sec
The following tests FAILED:
202 - testVTKImport_mpi (Failed)
209 - testFlowStatistics (Timeout)
230 - testDoxygenCheck (Failed)
Errors while running CTest
Output from these tests are in:
/home/razieh/geos-1.2.0/GEOS/build-wsl-ubuntu-gcc-release/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases
verbosely.
Please let me know if there's anything specific I should check or adjust to
resolve these failures.
Best regards,
Razieh Sheikh Ansari
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m trying to install GEOS (version 1.2.0), but I’m running into an issue during the compilation of the main GEOS code.
When I run make -j4, the build process stops at 66%. After checking the output, I noticed that the first error appears around 50%. All the previous steps completed successfully, so I’m not sure what’s causing the problem.
Has anyone encountered this issue or could help me troubleshoot it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions