lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Am 09.09.2014 um 10:10 schrieb steve donovan:
On Tue, Sep 9, 2014 at 9:18 AM, Ulrich Schmidt <u.sch.zw@gmx.de> wrote:
Anyway, clang on Windows looks promizing. :)
Excellent! Downloaded that clang the other day, but it gives loads of
warnings with my tdm-mingw64 installation.  What version and distro of
GCC are you using?

I tried MinGW32 [1] and later MinGW64 [2]
MinGW32 works out of the box but uses posix treading.
MinGW64 can be installed using win32 treading BUT: It seems clang does not find the headerfiles inside the MinGW64 tree caused by the fact that MinGW64 uses a different directory layout than MinGW32. There might be some changes in the clang source file ..\clang\lib\Frontend\InitHeaderSearch.cpp nessesary to get it working.

[1]: http://sourceforge.net/projects/mingw/
[2]: http://sourceforge.net/projects/mingw-w64/