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] Dynamic Plugin Enabled in Linux but Failed in Windows


  • Subject: [Frama-c-discuss] Dynamic Plugin Enabled in Linux but Failed in Windows
  • From: Benjamin.MONATE at cea.fr (MONATE Benjamin 205998)
  • Date: Fri, 27 Jul 2012 12:50:43 +0000
  • In-reply-to: <CAL2=Xae9S7FN1BvmeQUaGjeEmh-vz=Gx5JK=UEJyCsvQJjQcuA@mail.gmail.com>
  • References: <CAL2=Xae4+_d5vn7Ra0mF7CYHSG2N0MOGM=mNKOU5zPwM=z+6PQ@mail.gmail.com> <5011444E.5050502@cea.fr>, <CAL2=Xae9S7FN1BvmeQUaGjeEmh-vz=Gx5JK=UEJyCsvQJjQcuA@mail.gmail.com>


Benjamin Monate
CEA LIST
Head of Software Safety Laboratory

Le 27 juil. 2012 ? 02:59, "haihao shen" <haihaoshen at gmail.com> a ?crit :

> Hi Julien,
> 
> $ frama-c.byte -print-plugin-path
> /usr/local/lib/frama-c/plugins
> 

This is not a valid Win32 path. 
Before compiling Frama-C you should add a correct prefix to Frama-C.
For example:
./configure --prefix C:/Frama-C/
Avoid path with spaces and use forward slashes. 
This is supposed to be explained in the INSTALL file. 
Best regards,
Benjamin.