Diego Sogari created AVRO-2946:
----------------------------------
Summary: schema_specific source not included in the build
configuration
Key: AVRO-2946
URL: https://issues.apache.org/jira/browse/AVRO-2946
Project: Apache Avro
Issue Type: Bug
Components: c
Affects Versions: 1.10.0
Environment: Windows MSYS2 MinGW.
Reporter: Diego Sogari
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?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)