My Github Repository

All and any discussion and development of the Mudlet Mapper.
Post Reply
User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

I have ui_*.h in my ignore, nfc why it didn't listen this time. I added src/ui_*.h for good measure. Are you still getting mapper crashes?

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

You might need to remove them from being tracked, if git works like bzr in this area, then ignore means it won't bother you about adding the files, not actually not track them.

I'm not anymore with old maps, so great!

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

I must've tested wrong. It's not crashing, but it's not loading an older map either.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Line 9336 of TLuaInterpreter.cpp needs to be adjusted to:

luaL_dostring (pGlobalLua, "if jit then package.cpath = package.cpath .. ';/usr/lib/lua/5.1/?.so;/usr/lib/x86_64-linux-gnu/lua/5.1/?.so' end");

For Mudlet to work on Ubuntu 11.10 64bit.

User avatar
chris
Posts: 493
Joined: Fri Jun 17, 2011 5:39 am

Re: My Github Repository

Post by chris »

I'm running on 11.10 64 bit without that modification, all I had to do was symlink.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Hm well rex_pcre.so link went into that new folder and Mudlet couldn't find it for me

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

Re: My Github Repository

Post by Heiko »

Vadi wrote:Line 9336 of TLuaInterpreter.cpp needs to be adjusted to:

luaL_dostring (pGlobalLua, "if jit then package.cpath = package.cpath .. ';/usr/lib/lua/5.1/?.so;/usr/lib/x86_64-linux-gnu/lua/5.1/?.so' end");

For Mudlet to work on Ubuntu 11.10 64bit.
This must be handled in platform specific build scripts because it's non compatible with all supported platforms.

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

Re: My Github Repository

Post by Heiko »

Vadi wrote:I must've tested wrong. It's not crashing, but it's not loading an older map either.
How come older maps are not being loaded? What do you mean by older maps? <= Mudlet-2.0-test3 or >= test3 < test4? Why aren't your crash reports not valid anymore?

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

Re: My Github Repository

Post by Heiko »

@ Chris:
You need to sync your repo with the main sf.net repo. Otherwise I cannot include any updates after October 12.

User avatar
Vadi
Posts: 5041
Joined: Sat Mar 14, 2009 3:13 pm

Re: My Github Repository

Post by Vadi »

Mudlet 2.0-test3 maps aren't being loaded on latest git.

Post Reply