tpoechtrager / wclang

Cross compile source code easily for Windows with clang on Linux/Unix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake fails to run

JL2210 opened this issue · comments

Build log:

~snip~
-- Try C++11 flag = [-std=gnu++0x]
-- Performing Test CXX11_FLAG_DETECTED
-- Performing Test CXX11_FLAG_DETECTED - Success
-- Found clang: /home/jill/build/git/wclang/clang-4.0
CMake Error at CMakeLists.txt:71 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.


-- Found mingw-gcc: /usr/bin/i686-w64-mingw32-gcc-win32
-- Found mingw-gcc: /usr/bin/x86_64-w64-mingw32-gcc-win32
-- Configuring incomplete, errors occurred!
~snip~