--- layout: fc_discuss_archives title: Message 136 from Frama-C-discuss on September 2013 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Gappa prover installation



Le 27/09/2013 00:46, Rovedy Aparecida Busquim e Silva a ?crit :

> After installing Frama-c and Why, we have tried to install the Gappa
> 1.0.0 prover. However, the compilation failed:
> Building src/proofs/schemes.o
> src/proofs/schemes.cpp:628:20: error: variable length array of non-POD
> element type

Right, the code is using a gcc extension, and clang refuses to support 
it. Please apply the attached patch to Gappa in order to fix the 
compilation error. It will be part of the next release. Thanks for the 
report.

Best regards,

Guillaume
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: text/x-patch
Size: 780 bytes
Desc: not available
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130927/740b69a1/attachment.bin>