tpoechtrager / wclang

Cross compile source code easily for Windows with clang on Linux/Unix
GNU General Public License v2.0
302 stars 34 forks source link

Unable to build SEH #52

Open likema opened 3 years ago

likema commented 3 years ago

I have built wclang on Ubuntu 16.04 with LLVM 11, which is from http://apt.llvm.org

But it can't build SEH sample by:

i686-w64-mingw32-clang -g -o seh.exe seh.c
seh.c:29:5: error: use of undeclared identifier '__try'
    __try
    ^
1 error generated.

How to solve it?