MegaGlest Forum

Archives (read only) => Vanilla Glest => Linux and other ports => Topic started by: Somtin on 1 September 2007, 19:10:54

Title: Glest Source 2.0.1 compiling problems
Post by: Somtin 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?
Title:
Post by: jrepan 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
Title:
Post by: Somtin 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. :-/
Title:
Post by: zoiba 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
Title:
Post by: jrepan 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