Closed Babba closed 10 years ago
Looking into this, thank you for reporting!
D:\Lua>luadist install luacom -debug
gives
CMake Error: The source "d:/Lua/LuaDist/tmp/luacom-1.4.1/CMakeLi
sts.txt" does not match the source "D:/Lua/LuaDist/tmp/luacom-sc
m/CMakeLists.txt" used to generate cache. Re-run cmake with a d
ifferent source directory.
Error preloading the CMake cache script 'd:\lua\luadist\tmp\luac
om-1.4.1-CMake-build\cmake.cache'
If I use install luacom-scm instead of install luacom, this Error doesn't occur.
Anyway,
d:\Lua\LuaDist\tmp\luacom-scm\src\library\tLuaControl.cpp: In fu
nction 'HWND__* GetParkingWindow()':
d:\Lua\LuaDist\tmp\luacom-scm\src\library\tLuaControl.cpp:113:12
: error: 'g_NULL' was not declared in this scope
a g_NULL declaration is missing on my machine. So, to get sth compiled, I tried (1)
D:\Lua>luadist fetch luacom
(2) insert static HWND g_NULL = NULL; into tmp\luacom-1.4.1\src\library\tLuaControl.cpp (just guessing) (3)
D:\Lua>luadist make luadist\tmp\luacom-1.4.1
and it works. Can someone please give me the right g_NULL declaration (win7x64)?
I´ve got the same Problem with WinXP-32 / Mingw32. Going to investigate...
Hi, something goes wrong on my win7x64 machine:
Side information:
completes successfully.