stephanlachnit commented on PR #3600:
URL: https://github.com/apache/avro/pull/3600#issuecomment-3667365396

   Seems like there are still some issues, e.g.:
   
   > ld.lld: error: undefined symbol: __declspec(dllimport) vtable for 
avro::istream
   
   `avro::istream` is header-only, so it should not have the `AVRO_DECL` 
attribute.
   
   For inlines, there are warning of similar nature:
   
   >  'avro::GenericDatum::type' redeclared inline; 'dllimport' attribute 
ignored
   
   Also here, `AVRO_DECL` should be removed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to