Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created March 15, 2010 19:01
Show Gist options
  • Save tmpvar/333199 to your computer and use it in GitHub Desktop.
Save tmpvar/333199 to your computer and use it in GitHub Desktop.
In file included from ../binding.h:4,
from ../binding.cc:1:
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:93: error: conflicting declaration ‘typedef struct avro_reader_t* avro_reader_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:93: error: ‘struct avro_reader_t’ has a previous declaration as ‘struct avro_reader_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:94: error: conflicting declaration ‘typedef struct avro_writer_t* avro_writer_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:94: error: ‘struct avro_writer_t’ has a previous declaration as ‘struct avro_writer_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:131: error: conflicting declaration ‘typedef struct avro_schema_error_t* avro_schema_error_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:131: error: ‘struct avro_schema_error_t’ has a previous declaration as ‘struct avro_schema_error_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:264: error: conflicting declaration ‘typedef struct avro_file_reader_t* avro_file_reader_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:264: error: ‘struct avro_file_reader_t’ has a previous declaration as ‘struct avro_file_reader_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:265: error: conflicting declaration ‘typedef struct avro_file_writer_t* avro_file_writer_t’
/Users/tmpvar/work/javascript/node-avro/build/default/include/avro.h:265: error: ‘struct avro_file_writer_t’ has a previous declaration as ‘struct avro_file_writer_t’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment