Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Variants

Reply
 
Thread Tools Display Modes
Old January 9, 2022, 16:31   #371
backwardsEric
Swordsman
 
Join Date: Aug 2019
Posts: 350
backwardsEric is on a distinguished road
For compiling on a Mac, try

Code:
./configure --with-no-install NCURSES_CONFIG=/usr/bin/ncurses5.4-config
. That worked with Angband on a system with macOS 11.6.2 and Xcode 13.2.1 installed. That path in /usr/bin is where the ncurses configuration tool is. This also worked for Angband:

Code:
./configure --with-no-install --with-ncurses-prefix=/usr LIBS=-lncurses
backwardsEric is offline   Reply With Quote
Old January 10, 2022, 02:52   #372
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,769
Donated: $40
Pete Mack will become famous soon enough
He does not always have an object drop. But he always drops the gold he steals.
Pete Mack is offline   Reply With Quote
Old January 10, 2022, 03:46   #373
Sideways
Knight
 
Join Date: Nov 2008
Posts: 882
Sideways is on a distinguished road
Quote:
Originally Posted by Pete Mack View Post
He does not always have an object drop. But he always drops the gold he steals.
That's (modern) Vanilla. Thieves in FrogComposband drop any stolen objects, but not stolen gold (although thieves do drop extra gold at the same rate as droppers of good and excellent objects).
__________________
The Complainer worries about the lack of activity here these days.
Sideways is offline   Reply With Quote
Old January 10, 2022, 03:51   #374
HugoVirtuoso
Veteran
 
HugoVirtuoso's Avatar
 
Join Date: Jan 2012
Location: Linux
Age: 40
Posts: 1,237
HugoVirtuoso is on a distinguished road
In Frogcomposband, I notice that enemies, especially thieves, don't pick up money from the ground. What's up with that?
__________________
My best try at PosChengband 7.0.0's nightmare-mode on Angband.live:
https://www.youtube.com/watch?v=rwAR0WOphUA

If I'm offline I'm probably in the middle of maintaining Gentoo or something-Linux or other.

As of February 18th, 2022, my YouTube username is MidgardVirtuoso
HugoVirtuoso is offline   Reply With Quote
Old January 10, 2022, 13:05   #375
Sideways
Knight
 
Join Date: Nov 2008
Posts: 882
Sideways is on a distinguished road
That's a good point; I could make thieves drop stolen gold, but also pick up floor gold. Although it would change the money balance a bit, and make the Thieves' Hideout quest less of a warning about giving all your money away.
__________________
The Complainer worries about the lack of activity here these days.
Sideways is offline   Reply With Quote
Old January 11, 2022, 02:08   #376
lea2501
Apprentice
 
Join Date: Dec 2019
Posts: 61
lea2501 is on a distinguished road
How can i compile Frogcomposband in OpenBSD 7.0 -current? i tried the following with no success:

Code:
$ ./configure --prefix $HOME/.frogcomposband --without-x --with-no-install
$ gmake clean
$ gmake
But i get this output:
Code:
gmake[1]: Entering directory '/home/lea/src/frogcomposband'
Entering directory src
gmake[2]: Entering directory '/home/lea/src/frogcomposband/src'
gmake[3]: Entering directory '/home/lea/src/frogcomposband/src'
gmake[3]: Leaving directory '/home/lea/src/frogcomposband/src'
gmake[3]: Entering directory '/home/lea/src/frogcomposband/src'
Generating dependencies...
gmake[4]: Entering directory '/home/lea/src/frogcomposband/src'
In file included from monk.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
#  include <sys/timeb.h>
           ^~~~~~~~~~~~~
1 error generated.
In file included from monspell.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
#  include <sys/timeb.h>
           ^~~~~~~~~~~~~
lea2501 is offline   Reply With Quote
Old January 11, 2022, 02:46   #377
backwardsEric
Swordsman
 
Join Date: Aug 2019
Posts: 350
backwardsEric is on a distinguished road
Quote:
Originally Posted by lea2501 View Post
How can i compile Frogcomposband in OpenBSD 7.0 -current? i tried the following with no success:

Code:
$ ./configure --prefix $HOME/.frogcomposband --without-x --with-no-install
$ gmake clean
$ gmake
A quick way is to tell it you're using an SGI (looks like the only effect of that is to skip the problematic header file):

Code:
./configure --prefix $HOME/.frogcomposband --without-x --with-no-install CFLAGS=-DSGI
gmake
backwardsEric is offline   Reply With Quote
Old January 11, 2022, 10:35   #378
lea2501
Apprentice
 
Join Date: Dec 2019
Posts: 61
lea2501 is on a distinguished road
Quote:
Originally Posted by backwardsEric View Post
A quick way is to tell it you're using an SGI (looks like the only effect of that is to skip the problematic header file):

Code:
./configure --prefix $HOME/.frogcomposband --without-x --with-no-install CFLAGS=-DSGI
gmake
Sadly i have the same exact error

Code:
Generating dependencies...
gmake[4]: Entering directory '/home/lea/src/frogcomposband/src'
In file included from ninja.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
#  include <sys/timeb.h>
           ^~~~~~~~~~~~~
lea2501 is offline   Reply With Quote
Old January 11, 2022, 15:27   #379
backwardsEric
Swordsman
 
Join Date: Aug 2019
Posts: 350
backwardsEric is on a distinguished road
Quote:
Originally Posted by lea2501 View Post
Sadly i have the same exact error

Code:
Generating dependencies...
gmake[4]: Entering directory '/home/lea/src/frogcomposband/src'
In file included from ninja.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
#  include <sys/timeb.h>
           ^~~~~~~~~~~~~
Hmm, setting SGI should have excluded that; it worked on OpenBSD 6.9. Commenting out line 43 of h-system.h should do the trick; replace it with

Code:
/* # include <sys/timeb.h> */
backwardsEric is offline   Reply With Quote
Old January 11, 2022, 17:01   #380
lea2501
Apprentice
 
Join Date: Dec 2019
Posts: 61
lea2501 is on a distinguished road
Quote:
Originally Posted by backwardsEric View Post
Hmm, setting SGI should have excluded that; it worked on OpenBSD 6.9. Commenting out line 43 of h-system.h should do the trick; replace it with

Code:
/* # include <sys/timeb.h> */
Thanks! i managed to compiled it with this:
Code:
$ ./configure --prefix $HOME/.frogcomposband --without-x --with-no-install CFLAGS="-DSGI -DULTRIX"
$ gmake
because i saw this in the "src/h-system.h" file:
Code:
# if !defined(SGI) && !defined(ULTRIX)
    # include <sys/timeb.h>
# endif
and it compiled! but it doesn't work
Code:
v ~/src/frogcomposband [master]
lea@openbsd > ./src/frogcomposband -uUser -mgcu -- -n1
./src/frogcomposband: Unable to prepare any 'display module'!
x ~/src/frogcomposband [master]
lea@openbsd > ./src/frogcomposband -uUser
./src/frogcomposband: Unable to prepare any 'display module'!
x ~/src/frogcomposband [master]
lea@openbsd > ./src/frogcomposband
./src/frogcomposband: Unable to prepare any 'display module'!
lea2501 is offline   Reply With Quote
Reply

Tags
frogcomposband


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Announce] FrogComposband 7.1.liquorice released Sideways Variants 135 December 1, 2020 16:10
[Announce] FrogComposband 7.1.chocolate released Sideways Variants 86 February 23, 2020 01:04
[Announce] FrogComposband 7.1.toffee released Sideways Variants 129 July 18, 2019 14:22
[Announce] FrogComposband 7.0.nougat released Sideways Variants 152 November 6, 2018 12:16
[Announce] FrogComposband 7.0.mango released Sideways Variants 133 August 3, 2018 10:53


All times are GMT +1. The time now is 19:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.