I'm sorry if this has already been answered, but I dug around a bit before posting this and I didn't find any answers for it elsewhere.
I'm wanting to compile the latest release on a shell account I have on a BSD system and it's giving me issues. After I extract the archive, I run
./configure --prefix=/home/[...]/angband
which works fine, but when I try to run make, the makefile doesn't even start correctly. I get this error:
"mk/objective.mk", line 264: Need an operator
Fatal errors encountered -- cannot continue
Any insight would be very helpful.
Thanks in advance.
I'm wanting to compile the latest release on a shell account I have on a BSD system and it's giving me issues. After I extract the archive, I run
./configure --prefix=/home/[...]/angband
which works fine, but when I try to run make, the makefile doesn't even start correctly. I get this error:
"mk/objective.mk", line 264: Need an operator
Fatal errors encountered -- cannot continue
Any insight would be very helpful.
Thanks in advance.
Comment