Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Gappa prover installation


  • Subject: [Frama-c-discuss] Gappa prover installation
  • From: guillaume.melquiond at inria.fr (Guillaume Melquiond)
  • Date: Fri, 27 Sep 2013 07:04:49 +0200
  • In-reply-to: <CAEtoXR0TxPP1qncc=1VMq13GucVsv38a=BfB-pbWqzKQmdnEVQ@mail.gmail.com>
  • References: <CAEtoXR0TxPP1qncc=1VMq13GucVsv38a=BfB-pbWqzKQmdnEVQ@mail.gmail.com>

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>