On Fri, May 15, 2015 at 5:44 PM, Teki Ri <riteki at gmail.com> wrote: > Thanks Nikos, > > I want to test it on my environment, but failed to build the binary > (patched 0.10.4 with master code). I got below error when run make. > Then I tried to build 0.10.4 again, it finished without any error so > it seems this is not my build environment issue. > In file included from ./ipc.pb-c.h:6:0, > from ./common.h:26, > from ./occtl.h:6, > from occtl-unix.c:32: > /usr/include/google/protobuf-c/protobuf-c.h:81:3: error: redeclaration > of enumerator ROTOBUF_C_LABEL_REQUIRED > PROTOBUF_C_LABEL_REQUIRED, It looks like a conflict in protobuf-c. Do you use --without-protobuf? If not I'd try upgrading libprotobuf-c. regards, Nikos