G
Guest
Guest
Archived from groups: rec.games.roguelike.misc (More info?)
I'm trying to compile Crawl on a system running NetBSD 1.6.2, but it
doesn't quite work. I'm still something of a newbie (bear with me!), so
I'd appreciate it if I could have a bit of help.
First, I extracted the source, went into the makefile, and changed it
to 'MAKEFILE = makefile.bsd'. Then I typed 'make' and it ran for a
while just fine (with the occasional warning), but it hit a snag on
ouch.cc:
g++ -Wall -DBSD -c ouch.cc
In file included from ouch.cc:26:
ouch.h:57: `NULL' was not declared in this scope
*** Error code 1
I opened up ouch.h and hopped to line 57, but seeing as how I don't
know any programming languages whatsoever, I didn't know what, if
anything, was wrong with it. The line, reprinted here, is:
void ouch(int dam, int death_source, char death_type, const char *aux =
NULL);
Any help with this problem is greatly appreciated.
I'm trying to compile Crawl on a system running NetBSD 1.6.2, but it
doesn't quite work. I'm still something of a newbie (bear with me!), so
I'd appreciate it if I could have a bit of help.
First, I extracted the source, went into the makefile, and changed it
to 'MAKEFILE = makefile.bsd'. Then I typed 'make' and it ran for a
while just fine (with the occasional warning), but it hit a snag on
ouch.cc:
g++ -Wall -DBSD -c ouch.cc
In file included from ouch.cc:26:
ouch.h:57: `NULL' was not declared in this scope
*** Error code 1
I opened up ouch.h and hopped to line 57, but seeing as how I don't
know any programming languages whatsoever, I didn't know what, if
anything, was wrong with it. The line, reprinted here, is:
void ouch(int dam, int death_source, char death_type, const char *aux =
NULL);
Any help with this problem is greatly appreciated.
