[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANN] Lua 5.3.0 (rc0) now available
- From: "ForthCAD" <3d@...>
- Date: Fri, 12 Dec 2014 11:30:49 +0100
When compiling LUAC : (library+luac.c)
2>------ Rebuild All started: Project: Luac, Configuration: Debug
2>Win32 ----
2>ClCompile:
2> luac.c
2>luac.obj : error LNK2019: unresolved external symbol _luaU_dump
2>referenced in function _pmain
2>luac.obj : error LNK2001: unresolved external symbol _luaP_opmodes
2>luac.obj : error LNK2001: unresolved external symbol _luaP_opnames
2>C:\7\lua53\Lua\Debug\Luac.exe : fatal error LNK1120: 3 unresolved
externals
2>
2>Build FAILED.
I have to append LDUMP.C and LOPCODE.C to build LUAC.exe