You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the develop branch on Msys2/Mingw64:
qx@DESKTOP-DFPMOLK MINGW64 ~/bitshares-core/build
$ make
[ 0%] Performing build step for 'project_editline'
Makefile:919: warning: overriding recipe for target 'package'
Makefile:893: warning: ignoring old recipe for target 'package'
Makefile:919: warning: overriding recipe for target 'package'
Makefile:893: warning: ignoring old recipe for target 'package'
Making all in src
CC libeditline_la-editline.lo
C:/msys64/home/qx/bitshares-core/libraries/fc/vendor/editline/src/editline.c:25:10: fatal error: sys/ioctl.h: No such file or directory
#include <sys/ioctl.h>
^~~~~~~~~~~~~
compilation terminated.
make[5]: *** [Makefile:441: libeditline_la-editline.lo] Error 1
make[4]: *** [Makefile:472: all-recursive] Error 1
make[3]: *** [Makefile:360: all] Error 2
make[2]: *** [libraries/fc/CMakeFiles/project_editline.dir/build.make:113: libraries/fc/vendor/editline/src/project_editline-stamp/project_editline-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:142: libraries/fc/CMakeFiles/project_editline.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
Google search tells editline don't support Mingw. Can we just simply remove editline on Mingw? There's no editline on MSVC.
I think this is related to #1593.
The text was updated successfully, but these errors were encountered:
When building the develop branch on Msys2/Mingw64:
Google search tells editline don't support Mingw. Can we just simply remove editline on Mingw? There's no editline on MSVC.
I think this is related to #1593.
The text was updated successfully, but these errors were encountered: