Running `make` while having the latest GAE SDK (1.8.8) installed gives an error
because the protorpc library location changed from `$(GAE)/lib/protorpc` to
`$(GAE)/lib/protorpc-1.0`.
The `GAEPATH=...` line of the Makefile should be updated to end in:
$(GAE)/lib/protorpc-1.0
Original issue reported on code.google.com by dify....@gmail.com on 6 Dec 2013 at 3:40
Original issue reported on code.google.com by
dify....@gmail.com
on 6 Dec 2013 at 3:40