12-03-2013, 05:47 PM
That sounds pretty cool! Now to find out what the -rdynamic flag does
Random Chitchat 2012-2016
|
12-03-2013, 05:47 PM
That sounds pretty cool! Now to find out what the -rdynamic flag does
I think the current spoiler plugin in Mybb doesn't realy work For example if you see the page for my Chatter plugin and press the spoiler button the page kinda gets messed up. Maybe try to change it to one of these?:
12-04-2013, 02:51 AM
To quote from the GNU GCC Manual :
Quote:-rdynamic
Sounds innocent enough, I'll turn it on and we'll see. I'll also turn Lua into a DLL on windows, even in release builds. Then we'll see if people can get their luarocks working.
Pushed to the repo. Now I need someone (preferably with linux) brave enough to actually test it Compile, install luarocks ("apt-get install luarocks"), then install the luasocket and 30log rocks ("luarocks install luasocket", "luarocks install 30log"). There's a new mockup plugin, TestLuaRocks, that you can use to test whether it works.
12-04-2013, 04:20 PM
(This post was last modified: 12-04-2013, 04:24 PM by SamJBarney.)
Well, I've been trying to do it on my mac, but I have lua 5.2, and that's causing all sorts of trouble, but only when trying to load stuff from the plugin. It keeps trying to find /usr/local/share/lua/5.1 when /usr/local/share/lua/5.2 is the only one that exists. Trying to find a work around.
Also, I had to fool around with the source code for luarocks and change some of the command line arguments for wget. Yeah, not having a lot of luck with it on my mac. I got 30log working, but now lua socket is complaining about not being able to load 'socket.core'. Did you run into any of these issues?
I ran into the socket.core issue on windows, but that was because the luarocks is broken on windows - it tries to use cygwin paths (unix-style) even when it's compiled for native windows, therefore it can't load the socket.core DLL.
Is there any way you can install lua 5.1 on your system? That should fix the issue. *or*, what if you remove Lua from MCS sources altogether and add a "-llua" linker switch to the makefile? I suppose that should compile MCS with your system's Lua libraries. Not sure if there's any compatibility issues between Lua 5.1 and 5.2 though.
12-05-2013, 03:23 AM
Yeah. I just reverted to 5.1 and it works. Though I did get one error, but that was not because of luarocks. It works great!
12-05-2013, 05:27 AM
Oh no! It seems that by moving Lua to a DLL, we have lost the ability to debug in Decoda IDE. The server crashes when run from Decoda.
Look what I have created Thanks Lua
12-06-2013, 12:38 AM
Nice looking swampland, if I see that correctly. Though it looks like you have a few lillypads sitting on top of grass blocks.
|
« Next Oldest | Next Newest »
|