Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON [2017-04-05: update to 0.9.11.0]
by
Arux
on 23/04/2017, 20:29:01 UTC
Still not compiling either on VSC 2013 and VSC2015 (obviously with respective Boost libraries).
git clone https://github.com/aeonix/aeon
cd aeon
git checkout v0.9.12.0
cmake -G "Visual Studio 14 2015 Win64" -DBOOST_ROOT=D:\local\boost_1_63_0 -DBOOST_LIBRARYDIR=D:\local\boost_1_63_0\lib64-msvc-14.0
(that's for VS 2015)
MSBuild Project.sln /p:Configuration=release /m

With both of MS VS environments I've successfully built all of Cuda 8 SDK samples and Handbrake
With the 2013 I've built CCminer 2.0 RC2

ok i see what's going on. windows compilation failed on last update of vs2015 (Update 3 14.0.25420.10)
i used on my computer vs2015 RTM 14.0.23107.0 and binaries are built.

sorry but to compile aeond.exe and simplewallet.exe you will need to uninstall vs2015 update3 then install vs2015 rtm (iso available to download here https://xinyustudio.wordpress.com/2015/07/21/visual-studio-2015-iso-download-links-official-directoffline-links/)
take care to uncheck box "visual studio 2015 update 3" else update 3 will be downloaded automatically.

not fun but i don't have any other solution

FYI, all version numbers can be found here https://omwtm.blog/2014/12/03/visual-studio-2013-version-numbers-and-updates/