Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.10.0
-
None
-
None
-
Windows MSYS2 MinGW.
Description
The schema_specific.c source file is not included in CMakeLists.txt, which causes the avro_schema_to_specific API function from avro/schema.h header to be unavailable when linking the library. Trying to include the aforementioned file in CMakeLists.txt causes the build to fail due to inconsistencies in the source code. This seems to have been the case since project inception.
Is the avro_schema_to_specific function supposed to be available, or should it be removed from the API?