Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Dungeon crawl: getting a copy of trunk WITHOUT git  (Read 1502 times)

ChairmanPoo

  • Bay Watcher
  • Send in the clowns
    • View Profile
Dungeon crawl: getting a copy of trunk WITHOUT git
« on: March 19, 2011, 09:30:56 pm »

Because 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, I get an error:
Quote

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

So, what do?


EDIT: when install of master I used 8.0 I got this error instead:


No Git, and util/release_ver doesn't exist.
make: *** [build.h] Error 2
« Last Edit: March 19, 2011, 10:08:49 pm by ChairmanPoo »
Logged
Everyone sucks at everything. Until they don't. Not sucking is a product of time invested.

DrPoo

  • Bay Watcher
  • In Russia Putin strikes meteor
    • View Profile
Re: Dungeon crawl: getting a copy of trunk WITHOUT git
« Reply #1 on: March 20, 2011, 07:11:29 am »

Oh another Poo on this forum, its so descriminating we are supposed to stay off the carpet right? Hence my "Um hi.." thread :)

Sorry for that.
Uhh.. create a dummy util/release_ver folder?
Logged
Would the owner of an ounce of dignity please contact the mall security?

ILikePie

  • Bay Watcher
  • Call me Ron
    • View Profile
Re: Dungeon crawl: getting a copy of trunk WITHOUT git
« Reply #2 on: March 20, 2011, 07:21:20 am »

Assuming you're on a Linux machine, why don't you just grab it from your package manager? Looks like the source is broken.
Logged

SolarShado

  • Bay Watcher
  • Psi-Blade => Your Back
    • View Profile
Re: Dungeon crawl: getting a copy of trunk WITHOUT git
« Reply #3 on: March 21, 2011, 09:01:29 pm »

yeah, looks like a bug in the source (i'm no expert, but git's supposed to work over http)
if you're feeling adventurous and know a little C, you could try fixing it... might not succeed, but who knows?

+1 for trying the package manager though (assuming you're on linux)
Logged
Avid (rabid?) Linux user. Preferred flavor: Arch

ChairmanPoo

  • Bay Watcher
  • Send in the clowns
    • View Profile
Re: Dungeon crawl: getting a copy of trunk WITHOUT git
« Reply #4 on: March 21, 2011, 09:28:13 pm »

Package manager versions of crawl are badly outdated. For that matter, the downloadable source from the webpage is for version7.2, not trunk (8 atm). The problem is that I can't either get trunk via git (due to firewall. substituting git:// for http:// isn't working either) or compile the snapshots I get from the webpage.

Oh another Poo on this forum, its so descriminating we are supposed to stay off the carpet right? Hence my "Um hi.." thread :)

Sorry for that.
Uhh.. create a dummy util/release_ver folder?
hmm, where should I create this?
Logged
Everyone sucks at everything. Until they don't. Not sucking is a product of time invested.