novacoin-project / novacoin

Novacoin sources tree
MIT License
114 stars 517 forks source link

allocators.h:23:10: fatal error: Windows.h: No such file or directory linux #382

Closed awaissakhi11 closed 5 years ago

awaissakhi11 commented 5 years ago

make -j 3 CROSS=i686-w64-mingw32.static --f makefile.mingw i cross compiling bitcoin fork coin i am facing fatal error: Windows.h: No such file or directory is error . help me to resolve this issue . i am cross compiling this on ubuntu.

CryptoManiac commented 5 years ago

Hi. Looks like something went wrong with either development packages or include paths. Have you tried to ensure that this header is present and accessible to compiler?

awaissakhi11 commented 5 years ago

hi this issue is solved thanks you