On Wednesday 13 January 2016 12:04:24 Salvatore Iovene wrote: > resource/c_common/platform_features.h:38:14: fatal error: 'stdassert.h' file > not found
There's no stdassert.h on Linux either and that's not specified by the C99 or C11 standard. Was assert.h meant? I think I told Erich to use stdassert.h for static_assert on C11. The correct header is assert.h. The fix is simple. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
