breakpad/src/processor/proto
jessicag.feedback@gmail.com f24c2e1952 Remove proto generated source files from svn.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@680 4c0a9323-5329-0410-9bdc-e9ce6186880e
2010-09-08 23:36:54 +00:00
..
process_state.proto Adding sytax setting to proto file 2010-08-27 18:15:29 +00:00
README Remove proto generated source files from svn. 2010-09-08 23:36:54 +00:00

If you wish to use these protobufs, you must generate their source files
using  protoc from the protobuf project (http://code.google.com/p/protobuf/).

-----
Troubleshooting for Protobuf:

Install:
If you are getting permission errors install, make sure you are not trying to
install from an NFS.


Running protoc:
protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
shared object file: No such file or directory

The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in
library paths. 

To fix it for your current terminal session, just type in
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib