priestd09 / phantom

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

cannot build #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout the read-only repo

setuppackage.pb-c.[h|c]
kademlia.pb-c.[h|c]

are missing.

Original issue reported on code.google.com by shook.a...@gmail.com on 24 May 2011 at 8:34

GoogleCodeExporter commented 8 years ago
Check out the file README in the root SVN directory.

Quote: "first enter protos subdir and execute ./generate_protos.sh
second exectute make in src subdir"

This generates these files you mentioned.

Original comment by ernst.ro...@reflex.at on 24 May 2011 at 9:37

GoogleCodeExporter commented 8 years ago
Side note: You need the Google Protocol Buffers (protobuf) compiler "protoc-c" 
for this.

Original comment by ernst.ro...@reflex.at on 24 May 2011 at 9:38

GoogleCodeExporter commented 8 years ago
Files removed intentionally

These files are generated with protoc-c compiler (there is a script to do so in 
the scripts directory). Since people use different versions of the tool and 
they generate slightliy different output which is then sent back to me in 
patches, I removed these files from the repository.
Johannes

Original comment by spjss...@gmail.com on 24 May 2011 at 9:45