Re: Trying to run Civworld
Peter Celella <[email protected]>
| Newsgroups | gmane.games.freeciv.general |
|---|---|
| Message-ID | <[email protected]> |
I figured it out, and I guess it was pretty obvious. I installed the Gnome Development package, which I didn't realize wasn't installed when I first installed Redhat, and now everything works fine. Thanks for the help though On Mon, 2003-06-23 at 09:54, Mike Kaufman wrote: > On Sun, Jun 22, 2003 at 08:42:05AM -0400, Peter Celella wrote: > > I keep trying to run civworld to edit some maps, but I'm having very > > little luck. > > > > I can get the patch to run on the source files, and it appears to > > compile successfully when I type './autogen.sh && make', but when I try > > to run civworld by typing ./map in the source directory, I get the > > following error: > > > > ./map: line 27: /home/peter/src/freeciv-1.14.0/civworld: is a directory > > ./map: line 27: exec: /home/peter/src/freeciv-1.14.0/civworld: cannot > > execute: Success > > > > and then the program terminates. > > > > The patch seems to run fine, but after compiling and making, then I get > > the error when I try to run ./map. When I checked the map file, it calls > > for civworld in the civworld directory. The make process did create a > > civworld directory, but there's no copy of civworld in that directory. > > Could this have something to do with dependencies? If so, that seems > > weird since freeciv without the patch compiles and runs fine. I'm using > > LinuxRedhat 9 - is there some way to check if I have everything > > installed I need - just in case that is the problem. > > > > Or any other tips or suggestions for getting civworld to run would be > > appreciated. > > do > % ls -l civworld/civworld > -rwxrwxr-x 1 kauf kauf 5175746 Jun 23 00:50 civworld/civworld > > you have an executable? > your compile process finished successfully? > > -mike