Has anyone been able to compile Aeon on Arch? I cant get the darn aeond to compile on Arch or run if I compile on Ubuntu....
What error do you get?
It's looking for boost-1.55 but you have boost 1.58 installed.
As for the compile error, go into CMakeLists.txt, find where is says -Werror and delete that.
Ok, now I get a new error
[ 17%] Building CXX object src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o
In file included from /home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage_template_helper.h:32:0,
from /home/twiggy/Wallets/aeon/src/cryptonote_core/miner.cpp:44:
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h: In member function bool epee::serialization::portable_storage::get_next_section(epee::serialization::portable_storage::harray, epee::serialization::section*&):
/home/twiggy/Wallets/aeon/contrib/epee/include/storages/portable_storage.h:430:16: error: converting to bool from std::nullptr_t requires direct-initialization [-fpermissive]
return nullptr;
^
src/CMakeFiles/cryptonote_core.dir/build.make:86: recipe for target 'src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o' failed
make[3]: *** [src/CMakeFiles/cryptonote_core.dir/cryptonote_core/miner.cpp.o] Error 1
make[3]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
CMakeFiles/Makefile2:324: recipe for target 'src/CMakeFiles/cryptonote_core.dir/all' failed
make[2]: *** [src/CMakeFiles/cryptonote_core.dir/all] Error 2
make[2]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:138: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/twiggy/Wallets/aeon/build/release'
Makefile:20: recipe for target 'build-release' failed
make: *** [build-release] Error 2