I downloaded Angband from the CVS trunk, but I'm unable to compile it.
I am trying to run it on my own personal computer running Ubuntu.
I downloaded the source to "/home/trickypig/Projects/angband/trunk/"
so, the src folder location is: "/home/trickypig/Projects/angband/
trunk/src/" and so forth...
from within the "trunk" folder, I ran "./configure" and everything
comes up clean, with the last few lines being:
Then, I try running "make" from within the "trunk" folder, but I get
the following error messages:
Any idea what is going on?
My original plan was to have both the code and the compiled
executables in the "/home/trickypig/Projects/angband/trunk/"
folder in my home directory, but I have a feeling
that the compiler may be confused by that.
Should I be putting it somewhere else? If so, where should I put the
source code?
Thanks
I am trying to run it on my own personal computer running Ubuntu.
I downloaded the source to "/home/trickypig/Projects/angband/trunk/"
so, the src folder location is: "/home/trickypig/Projects/angband/
trunk/src/" and so forth...
from within the "trunk" folder, I ran "./configure" and everything
comes up clean, with the last few lines being:
Configuration:
Install path: /usr/local
lib/ path: /usr/local/share/angband/
-- Frontends --
- Curses Yes
- GTK 2.x Disabled
- X11 Yes
- SDL Disabled
- SDL sound Yes
Install path: /usr/local
lib/ path: /usr/local/share/angband/
-- Frontends --
- Curses Yes
- GTK 2.x Disabled
- X11 Yes
- SDL Disabled
- SDL sound Yes
the following error messages:
make[3]: Makefile: No such file or directory
make[3]: *** No rule to make target `Makefile'. Stop.
make[2]: *** [depend] Error 2
make[1]: *** [depend] Error 2
make: *** [depend] Error 2
make[3]: *** No rule to make target `Makefile'. Stop.
make[2]: *** [depend] Error 2
make[1]: *** [depend] Error 2
make: *** [depend] Error 2
My original plan was to have both the code and the compiled
executables in the "/home/trickypig/Projects/angband/trunk/"
folder in my home directory, but I have a feeling
that the compiler may be confused by that.
Should I be putting it somewhere else? If so, where should I put the
source code?
Thanks
Comment