Page 1 of 1

Compiling from web snapshot in Ubuntu 10.10

PostPosted: Sunday, 20th March 2011, 03:12
by Poopsi
Git is failing, most likely due to dorm's restrictive firewall. I am trying to download snapshots from here: http://gitorious.org/crawl/crawl/trees/master/crawl-ref

but for some reason, when trying to compile the snapshot from master, it starts working, but after a while I get an error:

state.cc: In function ‘bool interrupt_cmd_repeat(activity_interrupt_type, const activity_interrupt_data&)’:
state.cc:220: error: cannot convert ‘bool’ to ‘mons_equip_desc_level_type’ for argument ‘2’ to ‘std::string get_monster_equipment_desc(const monster_info&, mons_equip_desc_level_type, description_level_type, bool)’
make: *** [state.o] Error 1


and, when instead of master, I try to compile from the 8.0 snapshot, I get this other error instead.

No Git, and util/release_ver doesn't exist.
make: *** [build.h] Error 2


neither gets to the point of generating an executable.

So, any ideas?

Re: Compiling from web snapshot in Ubuntu 10.10

PostPosted: Sunday, 20th March 2011, 03:13
by MrMisterMonkey

Re: Compiling from web snapshot in Ubuntu 10.10

PostPosted: Sunday, 20th March 2011, 03:33
by Poopsi
Hm, so that covers the first one. But what about the no git one, with the 8.0 snapshot? Is there any fix to be able to compile from web snapshots?

Re: Compiling from web snapshot in Ubuntu 10.10

PostPosted: Sunday, 20th March 2011, 07:00
by MrMisterMonkey
Not sure about the no git one (not an expert on crawl compilation), but the first one was just fixed.