-
I had to adjust the headers for my lua5.2.3
I'm not sure what version to use, I tried both 1 and 2.
using: g++ --version
g++ (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
I get compilation errors:
% sudo .…
jots updated
10 years ago
-
We could search more than one API by OCLC number or LCCN number for free, full text online, versions of monographs . One or the other of the standard numbers is sufficient.
-
Compilation error to build the .pkg for splay 1.3:
``` bash
./build_osx_pkg.sh 1.3
x splayd_1.3/
x splayd_1.3/AUTHORS
x splayd_1.3/BUGS.txt
x splayd_1.3/CHANGES
x splayd_1.3/client.cnf
x splayd_1.3/C…
-
Stealing from @robertbrook's idea (no change there)...
Could it be worth writing a routine that jumps through all the info.js files (or at least, all the ones that don't have the completed attribute …
-
My use-case (as I understand it's a common one) for go+lua is to let external users write their own code.
I'm pretty new to LUA but it looks like by default the engine exposes the OS & debug builtins…
-
We are getting the following error when running tests, and also when running the app. It is causing our tests to fail randomly (sometimes certain tests fail, other times they all pass etc).
Assertio…
-
I have a situation where lanes need to require embedded modules (registered C functions) in a Lua 5.1.1 environment. Here's my approach:
```
local lanes = require 'lanes'.configure({on_state_create =…
-
Hi there,
I've been banging my head and can't quite tell what I'm doing wrong here. I'm trying to setup Lua callbacks and fire them from Haskell. But I don't quite know how to hand off the function f…
-
Might be irrelevant, since the operating system version is hopelessly out of date, but here goes anyway.
java -version Output:
```
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6…
-
Doesn't work with Lua 5.2 - most obvious reasons are:
- removal of luaL_openlib, lua_objlen, and luaL_typeerror
- renaming luaL_reg to luaL_reg
Once those are worked around, then the generated source…