Replies: 1 comment 1 reply
-
I figured out the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear GEOS Community,
First of all, Greetings.
I am trying to compile GEOS with the following toolkit in RHEL8.
cpp (GCC) 12.3.0
g++ (GCC) 12.3.0
cmake version 3.26.5
I am actually almost there but I am getting the following error toward the very end.
[100%] Generating schema-dependent RST files
/geos/GEOS/examples/functions/function_examples/function_examples.xml:11: element SymbolicFunction: Schemas validity error : Element 'SymbolicFunction': This element is not expected. Expected is one of ( MultivariableTableFunction, TableFunction ).
/geos/GEOS/examples/functions/function_examples/function_examples.xml fails to validate
XML validation failed. See details in xml_validation_results.log
make[2]: *** [CMakeFiles/geosx_validate_all_xml_files.dir/build.make:71: CMakeFiles/geosx_validate_all_xml_files] Error 1
make[1]: *** [CMakeFiles/Makefile2:2085: CMakeFiles/geosx_validate_all_xml_files.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Built target geosx_build_datastructure_tables
xml_validation_results.log
make: *** [Makefile:146: all] Error 2
I was wondering whether anyone has seen this issue before and can give me ideas to solve/circumvent it.
xml_validation_results.log
Kindest Regards,
Omer
Dr. Faruk Omer Alpak
Beta Was this translation helpful? Give feedback.
All reactions