kidok / protobuf

Automatically exported from code.google.com/p/protobuf
0 stars 0 forks source link

include files are not compiling properly #601

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i buiilded google protocol in solaris X86 32 bit architecture and generated 
.cc and .h file.
2. when i am trying to build these files in project. it is showing alot of 
errors in google code itself
3.below are the errors.(if possible can i get working lib and include files for 
project)

"r platform"".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 112: Error, nosemiheaderr: Use ";" to terminate 
declarations.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 112: Error, nodeclerr: A declaration was expected 
instead of ",".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 115: Error, nocommaerr: "," expected instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 117: Error, undefidenterr: internal is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 117: Error, undefidenterr: AtomicWord is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 122: Error, undefidenterr: Closure is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 125: Error, undefidenterr: internal is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 125: Error, badfunccp: The function "Acquire_Load" 
must have a prototype.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 126: Error, undefidenterr: internal is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 126: Error, undefidenterr: FunctionClosure0 is not 
defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 126: Error, badexprerr: Badly formed expression.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 127: Error, undefidenterr: func is not defined.
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 145: Error, nodeclerr: A declaration was expected 
instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/stubs/once.h", line 146: Error, nodeclerr: A declaration was expected 
instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/wire_format_lite.h", line 93: Error, identexpected: Identifier expected 
instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/wire_format_lite.h", line 116: Error, identexpected: Identifier expected 
instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/wire_format_lite.h", line 131: Error, identexpected: Identifier expected 
instead of "}".
"/export/CP.94_dev_larry/3rd_Party/open_source/protobuf-2.5.0/include/google/pro
tobuf/wire_format.h", line 228: Error, identexpected: Identifier expected 
instead of "}".

i cpoed library from lib and include file from source directory

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by chaudhar...@gmail.com on 25 Jan 2014 at 10:38