Skip to content

Instantly share code, notes, and snippets.

@davidcorbin
Created December 27, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcorbin/921fc9c0dfdb112dce63cb85f77d6294 to your computer and use it in GitHub Desktop.
Save davidcorbin/921fc9c0dfdb112dce63cb85f77d6294 to your computer and use it in GitHub Desktop.
mxe fails on warning
❯ make
[build] alure i686-w64-mingw32.static
Failed to build package alure for target i686-w64-mingw32.static!
------------------------------------------------------------
/Volumes/Passport/mxe/tmp-alure-i686-w64-mingw32.static/alure-1.2/include/main.h:61:19: warning: 'BigEndian' defined but not used [-Wunused-variable]
static const bool BigEndian = !LittleEndian;
^
make[3]: *** [CMakeFiles/ALURE32-static.dir/all] Error 2
make[2]: *** [all] Error 2
make[1]: *** [build-only-alure_i686-w64-mingw32.static] Error 2
real 0m30.066s
user 0m25.438s
sys 0m7.719s
------------------------------------------------------------
[log] /Volumes/Passport/mxe/log/alure_i686-w64-mingw32.static
make: *** [/Volumes/Passport/mxe/usr/i686-w64-mingw32.static/installed/alure] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment