Page 1 of 1

Linux - no version

Posted: 25 Dec 2004 11:24
by SergeS
Under Linux there is no version for Ottd ( when i trying to connect with OTTD 0.3.5 to some server with 0.3.5 it says Version Mistmach )

PS compiled as this - make WITH_ZLIB=1 WITH_PNG=1 RELEASE=1 WITH_NETWORK=1

Posted: 25 Dec 2004 12:50
by Tom_le_mort
I have the same problem. If I make the server on the linux computer or if I try to connect to an other server.

I compiled with just "make".

Re: Linux - no version

Posted: 25 Dec 2004 13:22
by bociusz
SergeS wrote:Under Linux there is no version for Ottd ( when i trying to connect with OTTD 0.3.5 to some server with 0.3.5 it says Version Mistmach )

PS compiled as this - make WITH_ZLIB=1 WITH_PNG=1 RELEASE=1 WITH_NETWORK=1
Hmmm... I can't try it, beacuse I don't have Linux but what about
RELEASE=0.3.5 ?

Posted: 25 Dec 2004 13:35
by SergeS
it is exactly as bociusz says - i find this note in Makefile now - thx

Tom_le_mort, i use this because i want to be shure that i have all i need un ottd

Posted: 25 Dec 2004 17:47
by Bjarni
if you compile from source, you can use

Code: Select all

make RELEASE:=0.3.5
If you do so, you force the 0.3.5 tag into OTTD and if you edited anything in the source, you will end up having problems and please don't report them as bugs in 0.3.5
We will hopefully have found a way to solve this issue before next release, so using make in next release should be enough