Christopher Wang
Christopher Wang
Do you have code that will reproduce this issue?
hey @nepaul! Can you try installing from source? I made it compatible in #42, which hasn't made it to luarocks just yet.
Hey @neoxic, Sorry for a late reply. We're only really supporting Lua 5.2 and 5.1 (as stated in README). Lua 5.3 was added as a [request](https://github.com/mongodb-labs/mongorover/issues/41), but I'm afraid I'm...
Changing the directory output for CMake is to emulate that of LuaRocks. I'm afraid it isn't ideal in your case, but when someone really wants to compile mongorover with some...
@kwesijc: mongo_module created by compiling a .so from the c layer. Are you building anything whatsoever? Does coronalabs sdk have access to a luarocks build system? Give us some steps...
> Is it possible or a way in which your Mongo+Lua solution can be module that is not luarocks depended? yes, we used to use CMake to compile mongorover c...
Hey @SimonFearby @kwesijc. Sorry for the delays (I didn't get notified when @kwesijc edited the post above). I have another build system (CMake) up that we might be able to...
You should just be able to add the plugin without any worries. All the compiling is the plugin developer's work (from what I can tell). Let me do some more...
I got a corona license for plugin developers (I get two months free). I'll give it a shot (and will update as progress hopefully goes along). I'll try and make...
I haven't made any substantial progress, I'll keep you up to date. I'm hoping to dedicate some time to it this week.