abujehad139 / google-api-go-client

Automatically exported from code.google.com/p/google-api-go-client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

./build-examples.sh fails #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ./build-examples.sh

What is the expected output? What do you see instead?
I expected the examples to be built, but saw this instead:
make: *** google-api: No such file or directory.  Stop.

What version of the product are you using? On what operating system?
Mac OS X 10.9.1.

I'm not familiar with mercurial, but I think this is the version I have checked 
out:
$ hg summary
parent: 94:2f3a11c87522 tip
 codereview: change default cc to golang-codereviews
branch: default
commit: 53 modified
update: 1 new changesets, 2 branch heads (merge)

Original issue reported on code.google.com by do...@floodtv.com on 7 Jan 2014 at 4:04

GoogleCodeExporter commented 9 years ago
That file is outdated and should be removed or updated.
In order to run examples, I do the following:
$ go install code.google.com/p/google-api-go-client/examples
then run the "examples" binary

Original comment by matsuo.t...@gmail.com on 23 Aug 2014 at 4:41