|
|
#1 |
|
Rookie
Join Date: Jul 2009
Posts: 15
![]() |
Problems compiling Vanilla Angband 3.1.0b in MSVC++ 2008 Express
I'm using Microsoft Visual C++ 2008 Express.
From the command line I typed: Code:
nmake /fMakefile.nmake I was definitely in my src directory. I had a bunch of "file not found" errors from the c files in the subdirectories that include angband.h. I fixed those by doing a bunch of these: Code:
-#include "angband.h" +#include "../angband.h" But after I fixed all those, the compiler complains that it doesn't know how to create xtra2.o. I checked and couldn't find an xtra2.c file anywhere, but I did find an xtra3.c file. But in Makefile.src it says it lists both xtra2.o and xtra3.o so I know that I really do need an xtra2.c file or something. How can I fix this? |
|
|
|
|
|
#2 | ||
|
Angband maintainer
Join Date: Apr 2007
Posts: 1,359
Donated: $40
![]() |
Quote:
Quote:
__________________
I'm still not adding it as an option... |
||
|
|
|
|
|
#3 |
|
Rookie
Join Date: Jul 2009
Posts: 15
![]() |
Right on both counts; thanks!
Kyle |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems running Angband | ChodTheWacko | Vanilla | 12 | January 12, 2011 07:43 |
| To everyone having problems with Angband starting slowly or not at all... | takkaria | Vanilla | 3 | January 9, 2009 07:09 |
| compiling vanilla angband on msvc++ 9 express | hugh | Vanilla | 6 | March 17, 2008 15:49 |
| Getting Visual C++ 2008 Express Edition to compile Angband 3.0.9 | Orillian | Vanilla | 5 | February 10, 2008 09:23 |
| Problems angband winxp | smokie007 | Vanilla | 24 | November 12, 2007 10:42 |