mudlet version displaying incorrectly, or...?

Post Reply
Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

mudlet version displaying incorrectly, or...?

Post by Caled »

I've compiled the latest git version, in ubuntu, and it all works successfully, but the top of the mudlet window is still displaying as beta10pre4

Should it be displaying as pre8? I have no idea what version I'm running, and I need to know because I am seeing all sorts of problems with a script I'm sharing, and the problems may be caused by my use of an old version.

But if I am using an old version - how am I? I compiled a new git image just a few minutes ago.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: mudlet version displaying incorrectly, or...?

Post by Heiko »

You obviously haven't checked out the correct version. The title bar of the main window in pre8 reads:""Mudlet Beta 10pre8 - built: May-23-2009"
Try this link: http://mudlet.git.sourceforge.net/git/g ... fec;sf=tgz

Caled
Posts: 403
Joined: Thu Apr 09, 2009 4:45 am

Re: mudlet version displaying incorrectly, or...?

Post by Caled »

I just downloaded a file named:

mudlet-7ad7aa004af3b85295aa890a4bf20a5c33223fec.tar.gz

from the link you posted. I extracted the contents to my desktop. The contents being a folder named 'mudlet'.

I opened a terminal, did:
cd Desktop
cd mudlet
cmake .

A few moments later:
make
[ 99%] Building CXX object src/CMakeFiles/mudlet.dir/moc_TLabel.cxx.o
[100%] Building CXX object src/CMakeFiles/mudlet.dir/qrc_mudlet_alpha.cxx.o
Linking CXX executable mudlet
[100%] Built target mudlet
brett@brett-laptop:~/Desktop/mudlet$ mudlet
Then, as you see there, ran mudlet directly from the terminal. It displays beta10pre4 at the top.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: mudlet version displaying incorrectly, or...?

Post by Heiko »

"./mudlet" not "mudlet"
Otherwise you dont start the new binary but the old installed one.

Post Reply