oh, sure, I'll continue this on walkaround-dev. I managed to have it running, but had to manually change a reference in mapreduce build.xml to the appengine version (was pointing t o1.4.3 instead of 1.5.5)
On Mon, Oct 31, 2011 at 8:22 PM, Christian Ohler <[email protected]> wrote: > Let's move this discussion to the walkaround-dev list rather than wave-dev. > > Thanks for pointing that out. Walkaround depends on > appengine-mapreduce, and that project's build is broken right now. > I'll try to get it fixed. If this problem reoccurs, we should pin the > appengine-mapreduce svn checkout to a specific version that we have > tested. > > This problem is not specific to OS X, but your list of other problems > makes me wonder how we could make the installation on OS X less > painful... Do you have any suggestions? We could change the scripts > to use curl rather than wget, but when I tried that, I couldn't get > the joda-time download from sourceforge to work... > Christian. > > On Mon, Oct 31, 2011 at 11:53, Eduardo Garcia Lopez > <[email protected]> wrote: > > Hi, > > > > I am also very excited about this project, so I'm trying to build and > > deploy, but I get an error while trying to execute the > > "get-third-party-deps" script, basically > > > > [javac] > > > /Users/egarcia/Documents/workspace-walkaround/walkaround/third_party_src/appengine-mapreduce/appengine-mapreduce-read-only/java/src/com/google/appengine/tools/mapreduce/Serializers.java:5: > > cannot find symbol > > [javac] symbol : class KeyValue > > [javac] location: class com.google.appengine.api.files.FileServicePb > > [javac] import com.google.appengine.api.files.FileServicePb.KeyValue; > > > > I have look into the script, and I found this TODO: > > # TODO(ohler): link our SDK in here > > > > I don't know if the error is related to this todo, or probably I have to > > fix something else, as I am working on OSX (mac). > > By the way, if anyone else needs to compile the project on OSX, you'll > need > > to download/compile/install: > > > > - gnutls > > > > - wget > > > > - md5sum/sha1sum > > > > > > Thanks, > > > > Eduardo G. > > > > -- > > Eduardo G. > > http://www.stream18.com > > > -- Eduardo G. http://www.stream18.com
