silicon icon indicating copy to clipboard operation
silicon copied to clipboard

Clarify g++ versions that are/aren't supported

Open ahupowerdns opened this issue 8 years ago • 1 comments

I can report basic functionality on Linux using g++ 5.1, on 4.9 the C++ 2014 support is too weak it appears. This is all fine but it would be great to document it somewhere, it might lead people to think this is a clang project only.

Also, on Ubuntu 14.04 too I encountered the MHD unescape missing function.

ahupowerdns avatar Apr 04 '16 08:04 ahupowerdns

Thanks for the remark. Actually, just the sql_rest and sql_crud do not compile with g++ 5.3. It compiles all the rest of silicon without problem. It just takes 30-40% more time in average. I'll add a page on the documentation about the supported compilers.

matt-42 avatar Apr 05 '16 09:04 matt-42