Created
March 15, 2010 19:01
-
-
Save tmpvar/333199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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