![]() |
#1 |
Rookie
Join Date: Nov 2012
Posts: 10
![]() |
Running poschengband on osx
Is there a binary anywhere? I'm trying to install using the Linux instructions and have success at generating a binary, but I get this:
Code:
$ ./src/poschengband -- -n4 ./src/poschengband: Unable to prepare any 'display module'! |
![]() |
![]() |
![]() |
#2 |
Rookie
Join Date: Nov 2012
Posts: 10
![]() |
I do get this when running
Code:
./configure Code:
checking for ncursesw5-config... no checking for ncurses - wide char support... no *** The ncursesw5-config script installed by ncursesw could not be found *** If ncursesw was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the NCURSES_CONFIG environment variable to the *** full path to ncursesw5-config. https://github.com/murarth/linefeed/issues/2 Last edited by ggoDeye; October 17, 2018 at 19:28. |
![]() |
![]() |
![]() |
#3 |
Rookie
Join Date: Nov 2012
Posts: 10
![]() |
I got it working by removing the number of windows flag.
Code:
./src/poschengband |
![]() |
![]() |
![]() |
#4 |
Rookie
Join Date: Mar 2009
Posts: 10
![]() |
I just posted this in the main thread, but here's what I did to get it to work in frogcomposband:
brew install ncurses mkdir bin ln -s /usr/bin/ncurses5.4-config bin/ncursesw5-config ./configure --with-no-install --with-ncurses-exec-prefix=`pwd` make src/frogcomposband It's still a little screwy, though. The arrow keys (macbook) don't work right, and if I don't run as root it seems to crash trying to write the save file. |
![]() |
![]() |
![]() |
#5 |
Rookie
Join Date: Mar 2009
Posts: 10
![]() |
Here's another thing: I'm on a macbook and these macros made my direction keys work:
Code:
A:.4 P:\e[1;2D A:.8 P:\e[1;2A A:.6 P:\e[1;2C A:.2 P:\e[1;2B A:4 P:\e[D A:8 P:\e[A A:6 P:\e[C A:2 P:\e[B |
![]() |
![]() |
![]() |
Tags |
poschengband |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Graphics on OSX | rubjo | Vanilla | 14 | November 10, 2019 05:29 |
[3.4.1] Can't install on Mac OSX 10.5.8 | Guyinthecrowd | Vanilla | 12 | June 15, 2013 17:58 |
v4 osx crash | saarn | v4 | 5 | June 19, 2012 16:50 |
getting started on OSX | cinereaste | Development | 8 | August 6, 2010 05:13 |
OSX Tileset help? | ZorroRoaster | Variants | 1 | March 31, 2009 01:09 |