Page 1 of 1

1.0.6 question

Posted: Fri Feb 26, 2010 1:04 am
by tsuujin
I'm currently using ubuntu, and would very much like to use the 1.0.6 version of mudlet (because my combat system uses ATCP heavily and I understand it's already implemented in the new version.

However, when I download the latest source, cmake complains that Tarea.cpp is being requested and not supplied. Sure enough, CMakeLists.txt asks for Tarea.cpp, which is not supplied in the source directory.

I took the line out, for curiosity, and found that TMap.h and TMap.cpp are also being listed but not supplied.

What do I need to do to get ahold of the missing files?

Re: 1.0.6 question

Posted: Fri Feb 26, 2010 2:16 am
by Vadi
Use qmake to compile it (run qmake in src/ folder, also install and setup Qt 4.6 SDK)

Those files are probably part of the mapper which is unfinished and not in git yet.

Re: 1.0.6 question

Posted: Fri Feb 26, 2010 9:40 am
by Heiko
You cannot currently test pre 1.0.6 on Linux because the code on git is *very* outdated. Currently, your only option is to use the latest Windows snapshot available on sourceforge.net.
Git won't be updated for a while, I'm sorry.

Re: 1.0.6 question

Posted: Fri Feb 26, 2010 2:46 pm
by tsuujin
Ah, I see.

Well, I suppose I'll stick with MUSH then. I'm excited about mudlet, but rewriting my system to pull stats from alternate sources would really be a step backwards.

Thanks!

Re: 1.0.6 question

Posted: Wed Mar 03, 2010 6:23 am
by guy
When can we expect an update to GIT? (I am running pre1.0.6 on linux btw).

Re: 1.0.6 question

Posted: Wed Mar 03, 2010 6:45 am
by Heiko
Coming up soon.

Re: 1.0.6 question

Posted: Wed Mar 03, 2010 7:01 pm
by guy
Wonderful! And to clarify, by pre1.0.6 you aren't referring to the git version which calls itself 1.0.6?