Advertisement
GreatEmerald

Phonebook example compilation failure

Jul 26th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. linux-vljc:~/Documents/D$ rdmd -ILuaD -L-llua --build-only -ofLuaTest LuaTest.d
  2. LuaD/luad/stack.d(186): Error: cannot implicitly convert expression (lua_tointeger(L,idx)) of type long to uint
  3. LuaD/luad/stack.d(247): Error: template instance luad.stack.getValue!(uint,defaultTypeMismatch) error instantiating
  4. LuaD/luad/conversions/structs.d(45): instantiated from here: popValue!(uint,defaultTypeMismatch)
  5. LuaD/luad/conversions/structs.d(32): instantiated from here: fillStruct!(Contact)
  6. LuaD/luad/stack.d(207): instantiated from here: getStruct!(Contact)
  7. LuaD/luad/conversions/functions.d(94): instantiated from here: getValue!(Contact,typeMismatch)
  8. LuaD/luad/conversions/functions.d(122): instantiated from here: functionWrapper!(void delegate(Contact c) nothrow @safe)
  9. LuaD/luad/stack.d(102): instantiated from here: pushFunction!(void delegate(Contact c) nothrow @safe)
  10. LuaD/luad/table.d(111): instantiated from here: pushValue!(void delegate(Contact c) nothrow @safe)
  11. LuaD/luad/state.d(273): instantiated from here: opIndexAssign!(void delegate(Contact c) nothrow @safe,string)
  12. LuaTest.d(16): instantiated from here: opIndexAssign!(void delegate(Contact c) nothrow @safe,string)
  13. Failed: dmd -ILuaD -L-llua -v -o- 'LuaTest.d' -I'.' >LuaTest.d.deps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement