Closed firsou closed 6 years ago
What Linux are you using? What compiler and what version are you using?
I am using Ubuntu 17.10, but others on 16.04 are reporting the same error to me.
The compiler I am using is G++ 7.2.0
The sources certainly build cleanly on Ubuntu 16.04 as I am using that myself.
The build error originates from G++ 7.2.0 warnings.
My mistake, you're right, the error on 16.04 originated from a Docker image rather than building libcluon directly.
Should I downgrade to G++ 5.3.1 then ?
I fixed the compile warnings with 2933916f476ba69c5ce95a703a6d18a0193f0e42, 2277250e4cb5ad83ef59be430d43c3d93e289c11, and 6291bd41b9b1134336d86c463c357571abbac925
Description: When building from source, build fails at step "Building CXX object CMakeFiles/TestOD4Session.cpp-Runner.dir/testsuites/TestOD4Session.cpp.o"
Steps I performed:
cmake ../libcluon
make
Error Message : Pastebin