RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Fail to build on linux #58

Closed mingodad closed 4 years ago

mingodad commented 4 years ago

Hello ! Following the instructions I get this output:

genie --file=genie/genie.lua --gcc=linux-gcc gmake
./MTuner/genie/genie.lua:14: attempt to call a nil value (global 'setPlatforms')
stack traceback:
    ./MTuner/genie/genie.lua:14: in main chunk
    [C]: in upvalue 'builtin_dofile'
    [string "premake = { }..."]:109: in function 'dofile'
    [string "_WORKING_DIR        = os.getcwd()..."]:37: in function '_premake_main'

Cheers !

milostosic commented 4 years ago

image