thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
845 stars 119 forks source link

not buildable on windows using provided genie scripts #4

Closed wizzard0 closed 8 years ago

wizzard0 commented 8 years ago

vs2015 upd1 installed, otherwise clean system

C:\dev\ImWindow\build>build
C:/dev/ImWindow/build/genie.lua:89: attempt to concatenate a nil value (global '_ACTION')
stack traceback:
        C:/dev/ath/ImWindow/build/genie.lua:89: in main chunk
        [C]: in upvalue 'builtin_dofile'
        [string "premake = { }..."]:85: in function 'dofile'
        [string "_WORKING_DIR        = os.getcwd()..."]:41: in function '_premake_main'
thennequin commented 8 years ago

you just call build try with build vs2015

thennequin commented 8 years ago

Fix script when no argument is set. In revision befaeb0020cf5e1a53854a79f8863aec0b745a43

wizzard0 commented 8 years ago

Thanks!