Re: Problem to generate makefile under cygwin
Dieter Köhler <[email protected]>
| Newsgroups | gmane.games.freeciv.general |
|---|---|
| Message-ID | <[email protected]> |
> > >The first thing I'd suggest is that you not run autogen. Download a=20 > > >tarball that has "configure" already in it, and just run that. > >=20 > > Trying to run "configure" I get the same error message: > >=20 > > bash: fg: %: no such job > >=20 >Don't type the percent sign "%" just type "./configure" and then hit the >enter key (don't type the quote signs I put in either). You need to be >in the directory where you untarred your sources. Typing "./autogen.sh" or, as somebody else recommended, "./autogen.sh --disable-nls" results in the question: "Are you sure . is a valid source directory?". -- Of course I am not sure. Typing "./configure" results in the message: "configure: error: (common/game.c) in . or ..". (There was no "common" directory in the archive.) d.k.