TeeAhr1
October 27th, 2006, 09:11 PM
(cross-posting from general help)
I don't know if anyone else has noticed that the new nethack-gnome package is broken (crashes after character select). Anyway, I must have my fix, so I'm attempting to compile the source. Here's my question.
I'm editing the config.h file, and here's the part where I'm confused:
/*
* Define the default window system. This should be one that is compiled
* into your system (see defines above). Known window systems are:
*
* tty, X11, mac, amii, BeOS, Qt, Gem, Gnome
*/
/* MAC also means MAC windows */
#ifdef MAC
# ifndef AUX
# define DEFAULT_WINDOW_SYS "mac"
# endif
#endif
/* Amiga supports AMII_GRAPHICS and/or TTY_GRAPHICS */
#ifdef AMIGA
# define AMII_GRAPHICS /* (optional) */
# define DEFAULT_WINDOW_SYS "amii" /* "amii", "amitile" or "tty" */
#endif
Followed by several more definitions, one of which is gnome. How do I choose that as the default? Do I delete all the other defs from the config file? Plz advise, anyone who's done this...
best,
p.
I don't know if anyone else has noticed that the new nethack-gnome package is broken (crashes after character select). Anyway, I must have my fix, so I'm attempting to compile the source. Here's my question.
I'm editing the config.h file, and here's the part where I'm confused:
/*
* Define the default window system. This should be one that is compiled
* into your system (see defines above). Known window systems are:
*
* tty, X11, mac, amii, BeOS, Qt, Gem, Gnome
*/
/* MAC also means MAC windows */
#ifdef MAC
# ifndef AUX
# define DEFAULT_WINDOW_SYS "mac"
# endif
#endif
/* Amiga supports AMII_GRAPHICS and/or TTY_GRAPHICS */
#ifdef AMIGA
# define AMII_GRAPHICS /* (optional) */
# define DEFAULT_WINDOW_SYS "amii" /* "amii", "amitile" or "tty" */
#endif
Followed by several more definitions, one of which is gnome. How do I choose that as the default? Do I delete all the other defs from the config file? Plz advise, anyone who's done this...
best,
p.