Page 1 of 1

Mismatch client/server version?

Posted: Fri Jun 17, 2022 6:24 pm
by Lachu
I am developing freeciv. I cannot found information about how to solve server/client version mismatch. I update freeciv from git sources to apply my work at top of latest version. That is normal freeciv had different client/server version on master branch? How to life with this problem?

Re: Mismatch client/server version?

Posted: Sat Jun 18, 2022 4:03 am
by cazfi
Lachu wrote: Fri Jun 17, 2022 6:24 pmThat is normal freeciv had different client/server version on master branch?
Err... the same version (in this case: master HEAD) is the same version. Sounds like you're using the other part (of client/server) from some other build.

Re: Mismatch client/server version?

Posted: Sat Jun 18, 2022 9:57 am
by Lachu
You are right.

I do not known, what I messed up. I do git pull --rebase origin master && make && ( ./fcgui & ./fcser )

Everything works, sorry.