shiyilei / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

protobuf-c :: seeing issue when trying to run ./configure command. #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure -prefix=$HOME/protobuf/protobuf-c-0.14/install
2.
3.

What is the expected output? What do you see instead?
when trying to run "./configure" it fails, the error i see is ::

checking google/protobuf/stubs/common.h usability... no
checking google/protobuf/stubs/common.h presence... no
checking for google/protobuf/stubs/common.h... no
configure: error:
  ERROR: protobuf headers are required.

  You must either install protobuf from google,
  or if you have it installed in a custom location
  you must add '-Iincludedir' to CXXFLAGS
  and '-Llibdir' to LDFLAGS.

What version of the product are you using? On what operating system?
protobuf-c-0.14.tar.gz
OS::It is Linux, the "uname -ar" outputs following :
Linux <host> 2.6.9-89.0.11.ELsmp #1 SMP Mon Aug 31 11:00:34 EDT 2009 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

i'm trying to follow the first step of installing the "protobuf-c" to play 
around with protocol buffers.
Thanks for your help in advance.

Original issue reported on code.google.com by rrpa...@gmail.com on 17 Nov 2010 at 1:15

GoogleCodeExporter commented 8 years ago
you need to install the Protocol Buffers package from google first.  (it is 
only needed for building)

Original comment by lahike...@gmail.com on 24 Nov 2010 at 2:46