raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

lack of protocol.pb.h in folder common #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.compile project drone.pro

What is the expected output? What do you see instead?
expect:compile and link success
see instead:myservice.h:25:35: error: ../common/protocol.pb.h: No such file or 
directory

What version and revision of the product are you using (available in the
About dialog)? On what operating system?

code version:ostinato-src-0.5.1
Please provide any additional information below.

Original issue reported on code.google.com by aesopl...@126.com on 6 Dec 2012 at 2:44

GoogleCodeExporter commented 9 years ago
protocol.pb.h is generated from protocol.proto during the build. Do you have 
protobuf installed? Is the protobuf compiler (protoc) in the path. 

If the above is true, please attach the *full* build log here to investigate 
more.

Also specify your OS/distro.

Double check with the build instructions in the wiki.

Original comment by pstav...@gmail.com on 6 Dec 2012 at 3:25