Have done that, this is what I get https://pastebin.com/VYe96muB
On 01/03/2020, Ahmed Essam <theartful...@gmail.com> wrote: > Shogun needs c++17. Add the flag 'std=c++1z'. > > On Sun, Mar 1, 2020, 3:11 AM Ahmed Khalifa via shogun-list < > shogun-list@shogun-toolbox.org> wrote: > >> Hello guys, >> So as per the document, I should run the example using something like >> *gcc >> cartree.cpp -o native_example -I/path/to/headers -lshogun >> -L/path/to/libshogun.* >> However, when I do use it I get this huge wall of text, that I have no >> idea what it means, could it be that /path/to/headers makes no sense? >> https://pastebin.com/ppg6jkt6 >> >> I have followed the steps on install.md minus the whole Python,R >> interfaces thing cause I wanted to just make sure the cpp code runs first >> And speaking of, I didn't run *make **build_cpp_meta_examples* cause it >> seemed to be taking plenty of time, and it was already 3 am, could this >> be >> the reason? >> Thanks, >> Ahmed >> >