unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
900 stars 264 forks source link

Compilation fails on Linux #18

Open Mailaender opened 10 years ago

Mailaender commented 10 years ago
premake4 --version
premake4 (Premake Build Script Generator) 4.4-beta4
premake4 gmake
cd build
make
==== Building Shared (debug) ====
Creating ../bin/debug
Creating obj/Debug/Shared
StlUtility.cpp
CriticalSection.cpp
In file included from ../src/Shared/CriticalSection.cpp:23:0:
../src/Shared/CriticalSection.h:26:21: fatal error: windows.h: file not found
compilation terminated.
make[1]: *** [obj/Debug/Shared/CriticalSection.o] Fehler 1
make: *** [Shared] Fehler 2
benoit-germain commented 10 years ago

From README:

It is not currently possible to build Decoda as a 64-bit executable or a non-Windows application.