Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Just tried a fresh checkout of the default repository:
hg clone https://firebreath.googlecode.com/hg/ firebreath
and it works fine for me. "hg --version" for me says:
Mercurial Distributed SCM (version 1.4.3+20100201)
When doing the checkout there should be the line "pulling subrepo
src/3rdParty/boost" in the output - that doesn't seem to be in your output, so
there is something very strange going on.
What Mercurial version are you using?
Original comment by georg.fritzsche
on 17 Nov 2010 at 5:38
Yeah; this is more likely a problem with not using the latest version of
Mercurial. If you still can't get it working, try doing:
hg clone https://boost.firebreath.googlecode.com/hg/ boost in the src/3rdParty
directory, which should get the firebreath boost libraries.
Original comment by taxilian
on 17 Nov 2010 at 5:43
Indeed, while you guys were replying, I was building and found no-go because
the "boost" directories were empty. Have Mercurial Distributed SCM (version
1.2.1). Will try your suggestions. Thank you!
Original comment by jerrykri...@gmail.com
on 17 Nov 2010 at 5:55
I updated Mercurial to the latest 1.7.1, started over, and now Xcode build
succeeds. So, I guess this issue is closed unless you want to add a minimum
Mercurial version to the docs, probably in here:
http://www.firebreath.org/display/documentation/Creating+a+New+Plugin+Project
See "make the assumption that you have already either checked Firebreath out of
source control or otherwise obtained a copy"
Add: "If you check out with Mercurial, make sure you've got Mercurial version
1.4.3 or later."
Thanks for the "insanely fast" help!
Original comment by jerrykri...@gmail.com
on 17 Nov 2010 at 6:41
I have updated the page as you suggest. BTW, you could have done it yourself,
and please feel free to do so to clarify anything that takes you time to figure
out.
Good luck!
Original comment by taxilian
on 17 Nov 2010 at 7:17
Original issue reported on code.google.com by
jerrykri...@gmail.com
on 17 Nov 2010 at 5:18