mywhere / walkaround

Automatically exported from code.google.com/p/walkaround
Apache License 2.0
0 stars 0 forks source link

Problem running the code as per instructions on the wiki #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I hope this s the right forum for asking my question.

After installing all dependencies and following the instructions given on the 
wiki to run the code -- ./runant ant
What I see is:

BUILD FAILED
<...>/walkaround/build.xml:28: Cannot find 
<...>/walkaround/third_party/appengine-sdk/sdk/config/user/ant-macros.xml 
imported from <...>/walkaround/build.xml

Though build.xml looks for it, I can't find any folder by the name of 
"appengine-sdk" inside the "third_party" folder.

The same happens to me on Arch linux and Ubuntu. (Just fyi)

I would be glad if someone can help me with this. I'm looking forward to 
playing around with the code.

Thanks!
Siva

Original issue reported on code.google.com by ssivark...@gmail.com on 7 Apr 2012 at 4:26

GoogleCodeExporter commented 8 years ago
third_party/appengine-sdk is created by 
http://code.google.com/p/walkaround/source/browse/get-third-party-deps#267 .  
Did ./get-third-party-deps show any errors?

Original comment by oh...@google.com on 12 Apr 2012 at 12:05

GoogleCodeExporter commented 8 years ago
Running ./get-third-party-deps gives an error. Here's a copy of the log file 
generated at ./third_party_src/wave/trunk/build/logs/ (file attached)

Original comment by ssivark...@gmail.com on 12 Apr 2012 at 7:45

Attachments:

GoogleCodeExporter commented 8 years ago
What javac are you using?

Original comment by oh...@google.com on 12 Apr 2012 at 11:23

GoogleCodeExporter commented 8 years ago
This is a compile error in Apache Wave, which walkaround depends on, not in 
walkaround itself.

Original comment by oh...@google.com on 13 Apr 2012 at 1:03

GoogleCodeExporter commented 8 years ago
Can you try removing the line

        <compilerarg value="-Werror"/>

from third_party_src/wave/trunk/build-macros.xml line 74 and running 
get-third-party-deps again?

Original comment by oh...@google.com on 20 Apr 2012 at 9:57

GoogleCodeExporter commented 8 years ago
When I do that, here's the output I get -- http://pastebin.ca/2138550

Original comment by ssivark...@gmail.com on 21 Apr 2012 at 4:19

GoogleCodeExporter commented 8 years ago
What javac are you using?

Original comment by oh...@google.com on 22 Apr 2012 at 12:27

GoogleCodeExporter commented 8 years ago
javac 1.7.0_03 and also jdk7 and jre7 (openjdk) if those of relevance.

Original comment by ssivark...@gmail.com on 22 Apr 2012 at 5:34

GoogleCodeExporter commented 8 years ago
I see.  Is it easy for you to try out javac 1.6?  That's what I'm using, and it 
works.

Original comment by oh...@google.com on 22 Apr 2012 at 8:18