Page 1 of 1

Syntax error

Posted: 27 Dec 2006 23:09
by elmo
Hi

i'v small problem with compilation from source
openttd 0.4.8

Code: Select all

~/openttd-0.4.8$ ./configure
./configure: 6: Syntax error: "(" unexpected

can u tell me whats wrong?[/code]

Posted: 27 Dec 2006 23:10
by glx
what's your OS ?

Posted: 27 Dec 2006 23:18
by elmo
kubuntu 6.10

i know there are .deb packs for it... but i really need to compile it from source

Posted: 27 Dec 2006 23:53
by Darkvater
Does it work if you change configure as follows:

Code: Select all

-#!/bin/sh
+#ba !/bin/sh
eg add ba after the # in the first line.

Posted: 28 Dec 2006 00:28
by glx
I think it's

Code: Select all

-#!/bin/sh
+#!/bin/bash