Curious if this will compile on windows. if it does what do i need to do.
I installed openssl that fixed some issues.
currently getting these errors.
node_modules\cryptoforknote-util\src\crypto\crypto.cpp(5): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory
node_modules\cryptoforknote-util\src\common\int-util.h(11): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
node_modules\cryptoforknote-util\src\cryptonote_core\cryptonote_basic.h(7): fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such
file or directory
node_modules\cryptoforknote-util\src\contrib\epee\include\misc_log_ex.h(42): fatal error C1083: Cannot open include file: 'boost/cstdint.hpp': No such
file or directory
Hi,
Curious if this will compile on windows. if it does what do i need to do.
I installed openssl that fixed some issues.
currently getting these errors.
node_modules\cryptoforknote-util\src\crypto\crypto.cpp(5): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directory
node_modules\cryptoforknote-util\src\common\int-util.h(11): fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
node_modules\cryptoforknote-util\src\cryptonote_core\cryptonote_basic.h(7): fatal error C1083: Cannot open include file: 'boost/variant.hpp': No such file or directory
node_modules\cryptoforknote-util\src\contrib\epee\include\misc_log_ex.h(42): fatal error C1083: Cannot open include file: 'boost/cstdint.hpp': No such file or directory
I'll try installing boost too.