cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
991 stars 6.1k forks source link

Errors when compiling #58

Open vvlancetov opened 7 years ago

vvlancetov commented 7 years ago

Hi!

I compiled project with VS2013 and got some errors ========== Build: 38 succeeded, 2 failed, 0 up-to-date, 0 skipped ========== This errors are (If I get it right):

37>------ Build started: Project: SimpleWallet, Configuration: Release x64 ------ 37> PasswordContainer.cpp 37> SimpleWallet.cpp 36> Creating library D:/devproducts/YodaCoinAlfa/release-binary/src/Release/walletd.lib and object D:/devproducts/YodaCoinAlfa/release-binary/src/Release/walletd.exp 33>d:\devproducts\yodacoinalfa\tests\unittests\testtransferscontainerkeyimage.cpp(324): fatal error C1001: An internal error has occurred in the compiler. 33> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956) 33> To work around this problem, try simplifying or changing the program near the locations listed above. 33> Please choose the Technical Support command on the Visual C++ 33> Help menu, or open the Technical Support help file for more information 33>cl : Command line error D8040: error creating or communicating with child process

32> Creating library D:/devproducts/YodaCoinAlfa/release-binary/tests/Release/transfers_tests.lib and object D:/devproducts/YodaCoinAlfa/release-binary/tests/Release/transfers_tests.exp 33>D:\devproducts\YodaCoinAlfa\tests\UnitTests\TestTransfersContainer.cpp(89): warning C4244: 'argument' : conversion from 'uint64_t' to 'uint32_t', possible loss of data 33>D:\devproducts\YodaCoinAlfa\tests\UnitTests\TestTransfersContainer.cpp(581): warning C4244: 'argument' : conversion from 'uint64_t' to 'uint32_t', possible loss of data 33>d:\devproducts\yodacoinalfa\tests\unittests\testtransferscontainer.cpp(431): fatal error C1001: An internal error has occurred in the compiler. 33> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956) 33> To work around this problem, try simplifying or changing the program near the locations listed above. 33> Please choose the Technical Support command on the Visual C++ 33> Help menu, or open the Technical Support help file for more information 33>d:\devproducts\yodacoinalfa\tests\unittests\testtransferscontainer.cpp(437): fatal error C1001: An internal error has occurred in the compiler. 33> (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

29>D:\devtools\boost_1_63_0\boost/type_traits/common_type.hpp(43): fatal error C1001: An internal error has occurred in the compiler. 29> (compiler file 'msc1.cpp', line 1325) 29> To work around this problem, try simplifying or changing the program near the locations listed above. 29> Please choose the Technical Support command on the Visual C++ 29> Help menu, or open the Technical Support help file for more information

24>D:\devproducts\YodaCoinAlfa\tests\CoreTests\DoubleSpend.cpp(50): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data 24> RingSignature.cpp 24> TransactionBuilder.cpp 24> TransactionTests.cpp 24>D:\devproducts\YodaCoinAlfa\tests\CoreTests\RingSignature.cpp(77): warning C4267: 'argument' : conversion from 'size_t' to 'uint32_t', possible loss of data

Nevertheless, I have started daemon and it generates this message

2017-Jul-22 15:21:50.346339 WARNING [HttpServer] Connection error: bad function call 2017-Jul-22 15:21:52.344454 WARNING [node_server] [192.168.0.250:61079 INC] Exception in connectionHandler: TcpConnection::read, WSAGetOverlappedResult failed, result=10054, Удаленный хост принудительно разорвал существующее подключение.

NEED SOME HELP, PLEASE!

87master87 commented 6 years ago

same issue here