kaimallea/demoinfogo-linux

compiling error

kenzai84 opened this issue · 0 comments

Hey, i'm trying to "make" the project, but i get this error, i don't understand it... I'm only trained for basic C so makefiles are way simpler usually. (my goal is to parse info from the generated file using yac/lex to generate statistics and probabilities)

mkdir -p src/generated_proto
protobuf-2.5.0/src/protoc --proto_path=./src --proto_path=protobuf-2.5.0/src --cpp_out=./src/generated_proto src/steammessages.proto
make: protobuf-2.5.0/src/protoc: Command not found
Makefile:39: recipe for target 'src/generated_proto/steammessages.pb.cc' failed
make: *** [src/generated_proto/steammessages.pb.cc] Error 127