![]() |
#11 | |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Quote:
Guess I have to keep playing on Windoze for the meantime... |
|
![]() |
![]() |
![]() |
#12 |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Success.
ok, to resolve, I simply added in a number to the empty array in main.c.
Old main.c:42: static const struct module modules[] = New main.c:42: static const struct module modules[8] = I still have the warning about line 43, ISO C forbids empty initializer braces but, compiled all the way through. Yay. |
![]() |
![]() |
![]() |
#13 |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
... almost.
... and, then, make install tripped up in the documentation phase. (I guess I'm the only one still grappling with Linux thesedays.)
make install ... . . . Entering directory doc. /bin/sh: rst2html: command not found Failed to compile ../lib/help/index.txt! --- Installed python-docutils package --- Much better. Might want to have "Need python-docutils package installed" listed somewhere in the compile.txt file. |
![]() |
![]() |
![]() |
#14 |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
![]()
Seg fault.
Maybe the ISO C warning is more than just a warning.... |
![]() |
![]() |
![]() |
#15 |
Prophet
Join Date: Dec 2009
Posts: 9,022
![]() |
Yeah, I think that patching that modules list by just inserting a dummy variable wasn't the right idea. Sure it makes the compile error go away, but it doesn't fix the underlying problem that that error was telling you about. You really need to have at least one of USE_X11, USE_SDL, or USE_GCU defined or else the game won't know how to run.
|
![]() |
![]() |
![]() |
#16 | |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Quote:
I thought the autogen.sh script specified which module to set. Time to do more research. |
|
![]() |
![]() |
![]() |
#17 | |
Adept
Join Date: Apr 2011
Posts: 103
![]() |
Quote:
./configure --enable-sdl --with-no-install |
|
![]() |
![]() |
![]() |
#18 | |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
Quote:
........suppose I could give it a whirl and see. |
|
![]() |
![]() |
![]() |
#19 |
Adept
Join Date: Apr 2009
Posts: 231
![]() |
no X11 libraries installed...
|
![]() |
![]() |
![]() |
#20 |
Veteran
Join Date: Jun 2007
Posts: 1,391
![]() |
I'm afraid I don't have any help for your issue, but the command snippet you pasted seems to indicate that you're logging in and compiling as the "root" user. I just wanted to say: please don't do that -- it's incredibly unsafe and a single bad makefile can compromise your machine or delete all your files.
Btw, love the machine name ![]() |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why compile programs yourself? (Linux) | caruso | Idle chatter | 24 | June 27, 2012 02:41 |
Anyone got a link to the last nightly version that works? | TJS | Vanilla | 10 | November 25, 2010 01:31 |
[O] Error Using Dev-C++ to compile | BennyG | Variants | 8 | October 2, 2009 16:51 |
cygwin 1.7 compile error | david3x3x3 | Development | 0 | September 13, 2009 00:03 |
Compile error - latest Vanilla Angband SVN | PaulBlay | Development | 3 | April 19, 2009 21:20 |