Tuxedosteve
|
2007-11-15
, 19:12
|
Posts: 220 |
Thanked: 11 times |
Joined on Nov 2005
|
#501
|
|
2007-11-15
, 19:38
|
|
Posts: 273 |
Thanked: 15 times |
Joined on Oct 2007
|
#502
|
C'mon man. That's not really very nice is it? I'd like Nethack to work on OS2008 but I've got no idea how. I'm not a coder. I'm guessing most people here aren't either.
|
2007-11-15
, 19:42
|
Posts: 220 |
Thanked: 11 times |
Joined on Nov 2005
|
#503
|
I looked at the source tarball for nethack-console and quickly decided it was beyond my limited powers at this time!
|
2007-11-15
, 20:18
|
Posts: 220 |
Thanked: 11 times |
Joined on Nov 2005
|
#504
|
|
2007-11-15
, 20:35
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#505
|
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2007-11-15
, 21:02
|
Posts: 220 |
Thanked: 11 times |
Joined on Nov 2005
|
#506
|
|
2007-11-15
, 21:34
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#507
|
Compiling is actually fairly easy. For the most part it comes down to "./configure;make;make install," but the corner cases can be really tough. I looked at the source tarball for nethack-console and quickly decided it was beyond my limited powers at this time!
I've been able to compile most of the console tools I need though.
The Following 2 Users Say Thank You to zerojay For This Useful Post: | ||
|
2007-11-15
, 21:45
|
|
Posts: 273 |
Thanked: 15 times |
Joined on Oct 2007
|
#508
|
Jeff, you'll want to use "./configure && make && make install" instead of what you have listed because && makes sure that the previous command ended without error before jumping to the next command in the sequence. Running make install when make failed doesn't make much sense.
|
2007-11-16
, 07:27
|
|
Posts: 574 |
Thanked: 166 times |
Joined on Oct 2007
@ BC, Canada
|
#509
|
The Following 4 Users Say Thank You to technut For This Useful Post: | ||
|
2007-11-16
, 11:32
|
Posts: 213 |
Thanked: 5 times |
Joined on May 2007
@ Montreal, Canada
|
#510
|