I'm working on an android app with native code (using JNI).
I try to build my c project in eclipse and get this error:
/Users/e/MyWorkspace/Client/src/android/java/jni/../../../protobuf/w/inbox.pb-c.h:6:42: fatal error: g/protobuf-c/protobuf-c.h: No such file or directory
this is inbox.pb-c.h:6:42:
/* Generated by the protocol buffer compiler. DO NOT EDIT! */
#ifndef PROTOBUF_C_inbox_2eproto__INCLUDED
#define PROTOBUF_C_inbox_2eproto__INCLUDED
42: #include <g/protobuf-c/protobuf-c.h>
PROTOBUF_C_BEGIN_DECLS
searching with mac's index I see this file exist.
That's weird as it compliation stopped to work a few hour ago all the sudden without me touching this file.
how can I solve this?