Author Topic: Trunk issues + linux + why no irc channel + i hope daniel is ok  (Read 2918 times)

ewomer

  • Guest
First I hope Daniel is ok.

Second
why not start an irc channel to get the development started

I have a couple of issues with trunk

got this error 
Code: [Select]
bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory
which i fixed with this command from gae's root dir
Code: [Select]
find . -type f -exec dos2unix {} \;
found out the problem from this forum post
http://ubuntuforums.org/showthread.php?t=173654

'''EDIT''' i fixed the following error with copying the data/game folder from svn into the glest_game folder

also got this error from running glestadv
Code: [Select]
Exception: Can't open TGA file: data/core/menu/textures/textentry.tga
which i dont remember glest or gae having a data/core folder

Thanks in advance
Eric

« Last Edit: 13 June 2009, 03:43:25 by ewomer »

assassin

  • Guest
You have to copy the compiled GAE to your original glest folder. With the gae source there is a data file. that must be copied to your root glest directory as well.

hailstone

  • Local Moderator
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
Quote
why not start an irc channel to get the development started
We're just using the #glest channel on freenode since there's no point in having two with low activity.

Quote
Code:

bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory

which i fixed with this command from gae's root dir
Thanks. I will fix this or if Silnarm wants to he has access too.
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

silnarm

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
makerelease.sh also had windoze line endings. I'll fix 'em, but I'm not going to the other end of the house to do in on the linux box ;) File->Advanced Save Options :)
Glest Advanced Engine - Code Monkey

Timeline | Downloads

ewomer

  • Guest
makerelease.sh also had windoze line endings. I'll fix 'em, but I'm not going to the other end of the house to do in on the linux box ;) File->Advanced Save Options :)

now i get
Code: [Select]
svn up
svn: Checksum mismatch while updating 'mk/linux/makerelease.sh'; expected: 'edbac1ec345bb2bd1c5e7c38d835ac9a', actual: '35983afebc4e578ce07641ef20e7c74a'
svn: Delta source ended unexpectedly

 and deleting makerelease.sh dosent help

silnarm

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
did you check it back out after deleting ??? It should work...
Glest Advanced Engine - Code Monkey

Timeline | Downloads

ewomer

  • Guest
nope didnt help

silnarm

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
nope didnt help
svn revert; svn up (??)

I just tested the scripts out, the file permissions got trashed somewhere along the way, I've fixed them...
If it wont update just to a fresh checkout of trunk.

Glest Advanced Engine - Code Monkey

Timeline | Downloads

ewomer

  • Guest
now im having this error message when trying to run configure

configure: error: cannot run /bin/sh mk/autoconf/config.sub

so i tried to run it

mk/autoconf/config.sub
bash: mk/autoconf/config.sub: /bin/sh^M: bad interpreter: No such file or directory
« Last Edit: 14 June 2009, 18:50:01 by ewomer »

silnarm

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
now im having this error message when trying to run configure

configure: error: cannot run /bin/sh mk/autoconf/config.sub

so i tried to run it

mk/autoconf/config.sub
bash: mk/autoconf/config.sub: /bin/sh^M: bad interpreter: No such file or directory

hmmm... just about everything in /mk/linux had windoze line endings for some reason...
I've added a perl script that should clean them up, it doesn't work under windows, because I think perl under windows just replaces '\n' with '\r\n' anyway, but it should work under unix. I can't run it on linux to try it now, I'll run it and re-commit tonight. If you wanted to try it before I get to that. do a fresh checkout, goto /mk/linux, do a chmod u+x convert_eols.pl, then run it.
[sorry, can't set unix file permissions either atm...]

Sorry about all this... I still need to get nvidia drivers set up under linux so I can play with glest properly... I'll make it a priority so I can ensure these problems are dealt with in a more timely manner... :)
Glest Advanced Engine - Code Monkey

Timeline | Downloads

ewomer

  • Guest
Re: Trunk issues + linux + why no irc channel + i hope daniel is ok
« Reply #10 on: 15 June 2009, 04:57:40 »
Works thanks

 

anything