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] ubuntu build issue


  • Subject: [Frama-c-discuss] ubuntu build issue
  • From: Dillon.Pariente at dassault-aviation.com (Pariente Dillon)
  • Date: Fri, 23 Jul 2010 12:30:48 +0200
  • In-reply-to: <mailman.73.1279879289.30038.frama-c-discuss@lists.gforge.inria.fr>

>       CVCL          2.2   (not supported)   cvc3
...
> Fatal error: exception Assert_failure("intf/gConfig.ml", 93, 5)
> make: *** [fff.stat] Error 2
> [jessie] user error: Jessie subprocess failed: make -f 
> fff.makefile gui

After a look to the intf/gConfig.ml file, it seems that why-config does
not work properly when CVCL is detected (the same if Harvey, Zenon, ...,
are available on your system).
Maybe I'm wrong (I can't test presently), but trying:
- to rename cvcl program in such way to make it unavailable from
why-config,
- or to remove lines related to CVCL in the generated ~/.gwhyrc file,
might solve this problem.

Note that this issue seems to be resolved in the next release of gWhy.

HTH,
D.