Alf-André Walla

Results 95 comments of Alf-André Walla

You will need to install clang-5.0 or later, and then set CC and CXX to point to clang-5.0 and clang++-5.0 respectively. Since you are on centOS we dont install any...

I have just downloaded CentOS 7 ISO, but I have no experience using it.. I will report back progress :P

If you can somehow manage to install all our pre-requisites I have detailed a way to manually install the OS here: https://github.com/hioa-cs/IncludeOS/issues/1804#issuecomment-396869742 Its not as good as running install.sh, which...

Yes it looks like your default C++ compiler is not recent enough to support C++14. If you lost CC and CXX environment variables before you started building, CMake will revert...

I see now, CMake is detecting a really old GCC: ``` -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5 ``` My local...

Im going to create a manual_build.sh script that will help people who for any reason need to build the OS and install it manually :) In the end, its all...

error is: `log: Protocol "https" not supported or disabled in libcurl` some hints in there: https://stackoverflow.com/questions/6884669/curl-1-protocol-https-not-supported-or-disabled-in-libcurl I am almost done with the manual-build script, Im just testing it now The...

Ok, I will try to build myself of CentOS 7. I already have it installed, Im just not very good with using yum so far so good... had to build...

Ok, I can reproduce your problem now - but Im getting another error - just failed downloads and mismatching MD5 hashes. :weary:

@zhang2639 I managed to fix the downloading issue: When you are building CMake from source, you have to enable OpenSSL otherwise CMake will just silently fail all the downloads because...