Author Topic: Glest Source 2.0.1 compiling problems  (Read 4611 times)

Somtin

  • Guest
Glest Source 2.0.1 compiling problems
« on: 1 September 2007, 19:10:54 »
I have downloaded the source code, and the data for 2.0.1 from sourceforge, extracted the source, cd'd to the source directory, unzipped the data package. That went all fine, but I cant seem to find any sought of Makefile or anything to compile glest. I had a search of the forum, but couldn't find any new posts about compiling 2.0.1

Any hints?
« Last Edit: 1 January 1970, 00:00:00 by Somtin »

jrepan

  • Guest
(No subject)
« Reply #1 on: 2 September 2007, 06:43:19 »
1. run for i in `find . -type f`; do dos2unix $i; done
2. Go to mk/linux direcotry
3. run sh autogen.sh
4. run ./configure
5. run jam
« Last Edit: 1 January 1970, 00:00:00 by jrepan »

Somtin

  • Guest
(No subject)
« Reply #2 on: 4 September 2007, 07:11:09 »
there is no mk/linux directory.

source/
source/g3d_viewer
source/glest_game
source/glest_map_editor
source/shared_lib

Doing a
find . -path "*mk*"
and a
find . -path "*linux*"
returns nothing. :-/
« Last Edit: 1 January 1970, 00:00:00 by Somtin »

zoiba

  • Guest
(No subject)
« Reply #3 on: 8 September 2007, 09:19:45 »
mk/linux directory is not inside source
directory tree should be:

docs/
mk/
source/

I've some troubles at configure time:

./configure: line 4711: AX_TYPE_SOCKLEN_T: command not found
./configure: line 4713: syntax error near unexpected token `1.2.5,'
./configure: line 4713: `AM_PATH_SDL(1.2.5,'

any tip?
tx
« Last Edit: 1 January 1970, 00:00:00 by zoiba »

jrepan

  • Guest
(No subject)
« Reply #4 on: 9 September 2007, 06:36:55 »
Quote from: "zoiba"
I've some troubles at configure time:

./configure: line 4711: AX_TYPE_SOCKLEN_T: command not found
./configure: line 4713: syntax error near unexpected token `1.2.5,'
./configure: line 4713: `AM_PATH_SDL(1.2.5,'

any tip?
tx

run "for i in `find . -type f`; do dos2unix $i; done" first
« Last Edit: 1 January 1970, 00:00:00 by jrepan »

 

anything