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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: