YA new DaJAngband Website

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • will_asher
    DaJAngband Maintainer
    • Apr 2007
    • 1124

    YA new DaJAngband Website

    After my site at the awardspace domain was inexplicably down most of today, and it seems to do that about once a week along with certain antivirus software giving false warnings that there was unsafe stuff on my site because of other sites in the free awardspace domain.
    ..Anyway, after awardspace has been generally annoying and unreliable, I've relented and moved the DaJAngband website to Google sites. I've updated the link in my sig to point to the new DJA site at Google. I'm leaving the Awardspace page as-is probably until the next release and then I'll delete my account there.

    Also, the known bugs and future plans page on the DaJAngband website has been updated recently.
    Will_Asher
    aka LibraryAdventurer

    My old variant DaJAngband:
    http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)
  • Nick
    Vanilla maintainer
    • Apr 2007
    • 9634

    #2
    I've updated the variants tab.
    One for the Dark Lord on his dark throne
    In the Land of Mordor where the Shadows lie.

    Comment

    • SaThaRiel
      Adept
      • Nov 2009
      • 174

      #3
      Is there a possibility to host the source code of dajangband on this page too? The problem with the datafilehost stuff is that it is dynamic - so i cant use it to make a build script for it. A static download url would be much better
      Proud candidate for the Angband Darwin Award!

      Comment

      • will_asher
        DaJAngband Maintainer
        • Apr 2007
        • 1124

        #4
        DaJAngband used to be hosted here on oook, but I didn't want to bother pav with my frequent releases and bugfix updates. But yes, there's a possibility that I could ask him to start hosting it here again.
        Why don't you just download it and then compile? What's a build script anyway?
        (excuse my ignorance..)

        As an alternative, there's a mirror on the Furytech site:

        but ATM the latest release there is 1.0.99. You could always get The Fury to update it.
        Will_Asher
        aka LibraryAdventurer

        My old variant DaJAngband:
        http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)

        Comment

        • SaThaRiel
          Adept
          • Nov 2009
          • 174

          #5
          Originally posted by will_asher
          [...]Why don't you just download it and then compile? What's a build script anyway?
          (excuse my ignorance..)[...]
          Well - it doesnt work this way in ArchLinux - until a package makes it into a repository and is an directly installable package, you have a script which downloads, configures, compiles and "installs" an own package from source. So you just need some Bytes for the Buildscript and not some MB for a complete package (which maybe no one uses).
          Nice thing is that everyone can submit package-build scripts - which makes ArchLinux the *Band-Linux
          Code:
          angband                 3.1.1.1626-2    92
          angband-svn             1919-1          1
          eyangband               0.52-2          5
          faangband               1.0.3-1         1
          hellband                0.8.7-2         4
          hengband                1.6.2-2         6
          mangband                751-1           9
          nppangband-newest       0.5.0beta_7-1   1
          posband                 0.9.9a1-1       1
          sangband                1.0.0-1         2
          scthangband             1.0.18-2        3
          steamband               0.4.1f-1        5
          tinyangband             0.0.3a-2        2
          unangband               0.6.4_pre4-1    1
          xangband                1.3.1-1         1
          zangband                2.7.5pre1-1     25
          The last number is the vote-number for the package...even Angband didnt make it into the main repositories. But i keep building packages for all maintained variants if possible. Actually i only made 9 build-scripts.
          Proud candidate for the Angband Darwin Award!

          Comment

          • will_asher
            DaJAngband Maintainer
            • Apr 2007
            • 1124

            #6
            Would this work:
            The page you were looking for could not be found. You may have typed the address incorrectly or you may have used an outdated link.

            ?

            (It goes to the actual file rather than to a page where you download the file.)
            Will_Asher
            aka LibraryAdventurer

            My old variant DaJAngband:
            http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)

            Comment

            • konijn_
              Hellband maintainer
              • Jul 2007
              • 367

              #7
              Originally posted by will_asher
              Would this work:
              The page you were looking for could not be found. You may have typed the address incorrectly or you may have used an outdated link.

              ?

              (It goes to the actual file rather than to a page where you download the file.)
              Does not work for me. It tells me that direct link does not work..

              T.
              * Are you ready for something else ? Hellband 0.8.8 is out! *

              Comment

              • will_asher
                DaJAngband Maintainer
                • Apr 2007
                • 1124

                #8
                Originally posted by konijn_
                Does not work for me. It tells me that direct link does not work..
                ugh, oh well. I wonder why they do that.

                Okay, I uploaded the zip file with the source directly to google instead of using datafilehost. I didn't do that before because I don't like Google's format for attaching files to the webpage.
                this should work:
                Last edited by will_asher; March 15, 2010, 21:06.
                Will_Asher
                aka LibraryAdventurer

                My old variant DaJAngband:
                http://sites.google.com/site/dajangbandwebsite/home (defunct and so old it's forked from Angband 3.1.0 -I think- but it's probably playable...)

                Comment

                • SaThaRiel
                  Adept
                  • Nov 2009
                  • 174

                  #9
                  Ok - download works now. I could also make up a script. Had to change the Makefile.std a bit and i deleted lines 1450 and 2051 from defines.h because a comment in comment to avoid "useless" warning.
                  The compile itself threw a lot of warnings, you may look at them to clean the code maybe a bit:
                  Code:
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o birth.o -c birth.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cave.o -c cave.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd0.o -c cmd0.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd1.o -c cmd1.c
                  birth.c: In function ‘get_stats’:
                  birth.c:218: warning: ‘humanstat’ may be used uninitialized in this function
                  cmd1.c: In function ‘critical_norm’:
                  cmd1.c:170: warning: ‘tmp’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd2.o -c cmd2.c
                  cmd2.c: In function ‘do_cmd_throw’:
                  cmd2.c:3259: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  cmd2.c:3810: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  cmd2.c: In function ‘squelchable_hook’:
                  cmd2.c:3831: warning: unused variable ‘k_ptr’
                  cmd2.c: In function ‘do_telekinesis’:
                  cmd2.c:2518: warning: ‘dir’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd3.o -c cmd3.c
                  cmd1.c: In function ‘py_attack’:
                  cmd1.c:2700: warning: ‘quk’ may be used uninitialized in this function
                  cmd1.c:2477: warning: ‘k’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd4.o -c cmd4.c
                  cmd2.c: In function ‘do_cmd_fire’:
                  cmd2.c:2734: warning: ‘dy’ may be used uninitialized in this function
                  cmd2.c:2734: warning: ‘dx’ may be used uninitialized in this function
                  cmd4.c:4551: warning: return type defaults to ‘int’
                  cmd4.c: In function ‘do_cmd_note_old’:
                  cmd4.c:4553: warning: control reaches end of non-void function
                  cmd2.c: In function ‘do_cmd_throw’:
                  cmd2.c:3207: warning: ‘dy’ may be used uninitialized in this function
                  cmd2.c:3207: warning: ‘dx’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd5.o -c cmd5.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o cmd6.o -c cmd6.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o dungeon.o -c dungeon.c
                  dungeon.c: In function ‘sense_inventory’:
                  dungeon.c:191: warning: statement with no effect
                  dungeon.c: In function ‘process_world’:
                  dungeon.c:1188: warning: implicit declaration of function ‘summon_nogroups’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o files.o -c files.c
                  files.c: In function ‘get_panel’:
                  files.c:1715: warning: unused variable ‘o_ptr’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o generate.o -c generate.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o init1.o -c init1.c
                  generate.c: In function ‘place_puddle’:
                  generate.c:398: warning: unused variable ‘finished’
                  generate.c: In function ‘build_empty’:
                  generate.c:3971: warning: unused variable ‘r_ptr’
                  generate.c: In function ‘build_type9’:
                  generate.c:4132: warning: ‘mtv’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o init2.o -c init2.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o load.o -c load.c
                  load.c: In function ‘rd_monster’:
                  load.c:527: warning: unused variable ‘tmp8u’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o melee1.o -c melee1.c
                  load.c: In function ‘rd_savefile_new_aux’:
                  load.c:826: warning: array subscript is above array bounds
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o melee2.o -c melee2.c
                  melee2.c: In function ‘get_moves’:
                  melee2.c:4038: warning: unused variable ‘rdes’
                  melee2.c: In function ‘do_daylight’:
                  melee2.c:4547: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  melee2.c: In function ‘process_monster’:
                  melee2.c:4887: warning: unused variable ‘ridx’
                  melee2.c: In function ‘bolt’:
                  melee2.c:420: warning: ‘pflg’ is used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o monster1.o -c monster1.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o monster2.o -c monster2.c
                  monster2.c: In function ‘get_mon_force_theme’:
                  monster2.c:534: warning: operation on ‘choose’ may be undefined
                  monster2.c: In function ‘get_mon_num’:
                  monster2.c:1431: warning: unused variable ‘ood’
                  monster2.c:1966:9: warning: "/*" within comment
                  monster2.c: In function ‘update_mon’:
                  monster2.c:3010: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  monster2.c: In function ‘get_mon_force_theme’:
                  monster2.c:402: warning: ‘choose’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o obj-info.o -c obj-info.c
                  obj-info.c: In function ‘describe_secondary’:
                  obj-info.c:136: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  obj-info.c:136: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  obj-info.c:136: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  obj-info.c:137: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  monster2.c: In function ‘get_mon_num’:
                  monster2.c:1432: warning: ‘r_idx’ may be used uninitialized in this function
                  obj-info.c: In function ‘describe_attack’:
                  obj-info.c:1099: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  obj-info.c: In function ‘object_info_screen’:
                  obj-info.c:2056: warning: unused variable ‘mfake’
                  monster2.c: In function ‘monster_swap’:
                  monster2.c:3200: warning: ‘r_ptr’ may be used uninitialized in this function
                  obj-info.c: In function ‘describe_attack’:
                  obj-info.c:1355: warning: ‘strong_throw’ may be used uninitialized in this function
                  obj-info.c:970: warning: ‘multl’ may be used uninitialized in this function
                  obj-info.c:924: warning: ‘tmpblow’ may be used uninitialized in this function
                  obj-info.c:924: warning: ‘sbdam’ may be used uninitialized in this function
                  obj-info.c:924: warning: ‘dam’ may be used uninitialized in this function
                  obj-info.c:924: warning: ‘critc’ may be used uninitialized in this function
                  monster2.c: In function ‘display_monlist’:
                  monster2.c:1724: warning: ‘heartype’ may be used uninitialized in this function
                  monster2.c:1705: warning: ‘cur_x’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o object1.o -c object1.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o object2.o -c object2.c
                  object1.c: In function ‘display_itemlist’:
                  object1.c:4263: warning: pointer targets in passing argument 2 of ‘scan_floor’ differ in signedness
                  object1.c:2263: note: expected ‘int *’ but argument is of type ‘unsigned int *’
                  object1.c: In function ‘object_desc’:
                  object1.c:754: warning: ‘fk_ptr’ may be used uninitialized in this function
                  object1.c: In function ‘show_inven’:
                  object1.c:2720: warning: ‘thissp’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o randart.o -c randart.c
                  randart.c: In function ‘add_ability’:
                  randart.c:1208: warning: suggest explicit braces to avoid ambiguous ‘else’
                  randart.c:1383: warning: ‘ftval’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o randname.o -c randname.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o pathfind.o -c pathfind.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o signals.o -c signals.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o save.o -c save.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o spells1.o -c spells1.c
                  spells1.c: In function ‘teleport_away’:
                  spells1.c:94: warning: unused variable ‘f6’
                  spells1.c: In function ‘project_m’:
                  spells1.c:3346: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  spells1.c:4616: warning: unused variable ‘gotpoly’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o spells2.o -c spells2.c
                  spells2.c: In function ‘bless_weapon’:
                  spells2.c:3041: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  spells2.c:3042: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o squelch.o -c squelch.c
                  spells2.c:3051: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  spells2.c:3052: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  spells2.c: In function ‘heal_monsters’:
                  spells2.c:5650: warning: unused variable ‘flg’
                  spells1.c: In function ‘inc_stat’:
                  spells1.c:1369: warning: ‘again’ may be used uninitialized in this function
                  spells2.c: In function ‘do_vampiric_drain’:
                  spells2.c:5383: warning: ‘m_ptr’ may be used uninitialized in this function
                  spells2.c:5384: warning: ‘r_ptr’ may be used uninitialized in this function
                  spells2.c:5385: warning: ‘l_ptr’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o store.o -c store.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o tables.o -c tables.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o ui.o -c ui.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o use-obj.o -c use-obj.c
                  use-obj.c: In function ‘use_staff’:
                  use-obj.c:1873: warning: unused variable ‘joedark’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o util.o -c util.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o variable.o -c variable.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o wizard1.o -c wizard1.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o wizard2.o -c wizard2.c
                  wizard2.c: In function ‘do_cmd_wiz_zap’:
                  wizard2.c:1378: warning: unused variable ‘r_ptr’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o x-spell.o -c x-spell.c
                  x-spell.c: In function ‘get_spell_info’:
                  x-spell.c:1159: warning: unused variable ‘curehp’
                  x-spell.c:1159: warning: unused variable ‘curep’
                  x-spell.c: In function ‘spell_affect_self’:
                  x-spell.c:1359: warning: unused variable ‘px’
                  x-spell.c:1358: warning: unused variable ‘py’
                  x-spell.c: In function ‘spell_adjust_curse’:
                  x-spell.c:1545: warning: unused variable ‘px’
                  x-spell.c:1544: warning: unused variable ‘py’
                  x-spell.c: In function ‘spell_potluck_stats’:
                  x-spell.c:1604: warning: unused variable ‘px’
                  x-spell.c:1603: warning: unused variable ‘py’
                  x-spell.c: In function ‘cast_luck_spell’:
                  x-spell.c:5323: warning: statement with no effect
                  x-spell.c: In function ‘cast_chem_spell’:
                  x-spell.c:6108: warning: implicit declaration of function ‘blast_a_wall’
                  x-spell.c:5628: warning: unused variable ‘px’
                  x-spell.c:5627: warning: unused variable ‘py’
                  x-spell.c: In function ‘cast_dark_spell’:
                  x-spell.c:7185: warning: suggest parentheses around ‘&&’ within ‘||’
                  x-spell.c:6566: warning: unused variable ‘dcmw’
                  x-spell.c:6566: warning: unused variable ‘sdmg’
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o xtra1.o -c xtra1.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o xtra2.o -c xtra2.c
                  xtra1.c: In function ‘calc_bonuses’:
                  xtra1.c:2338: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  xtra1.c:3173: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  xtra1.c:3380: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’
                  xtra2.c: In function ‘monster_death’:
                  xtra2.c:1583: warning: unused variable ‘player_name’
                  xtra2.c: In function ‘target_set_interactive_aux’:
                  xtra2.c:2876: warning: ‘heartype’ may be used uninitialized in this function
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-file.o -c z-file.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-form.o -c z-form.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-rand.o -c z-rand.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-term.o -c z-term.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-type.o -c z-type.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-util.o -c z-util.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o z-virt.o -c z-virt.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main.o -c main.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main-gcu.o -c main-gcu.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main-sdl.o -c main-sdl.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o snd-sdl.o -c snd-sdl.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o maid-x11.o -c maid-x11.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main-x11.o -c main-x11.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main-xaw.o -c main-xaw.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP -o main-gtk.o -c main-gtk.c
                  gcc -Wall -O2 -Wno-unused-parameter -DUSE_X11 -DUSE_GCU -DUSE_CURSES  -DHAVE_MKSTEMP  -o dajangband birth.o cave.o cmd0.o cmd1.o cmd2.o cmd3.o cmd4.o cmd5.o cmd6.o dungeon.o 
                  files.o generate.o init1.o init2.o load.o melee1.o melee2.o monster1.o monster2.o obj-info.o object1.o object2.o randart.o randname.o pathfind.o signals.o save.o spells1.o
                  spells2.o squelch.o store.o tables.o ui.o use-obj.o util.o variable.o wizard1.o wizard2.o x-spell.o xtra1.o xtra2.o z-file.o z-form.o z-rand.o z-term.o z-type.o z-util.o z-virt.o 
                  main.o main-gcu.o main-sdl.o snd-sdl.o maid-x11.o main-x11.o main-xaw.o main-gtk.o  -lX11 -lcurses
                  cp dajangband ..
                  [Added some newlines into the last gcc statement]
                  I played some steps - seems to be ok. I will upload the Packagebuildscript now.
                  Proud candidate for the Angband Darwin Award!

                  Comment

                  Working...
                  😀
                  😂
                  🥰
                  😘
                  🤢
                  😎
                  😞
                  😡
                  👍
                  👎