On 10/04/2013 05:46 AM, Daniele E. Domenichelli wrote:
> This is the test that is failing, according to my knowledge of C it
> should build, even with very old compilers...
The problem is the empty struct:
struct struct_with_non_existent_members {
};
Some C compilers reject that. You'll have to add a dummy member.
-Brad
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers