Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] plugin load issue

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] plugin load issue


Chronological Thread 
  • From: Sylvain Boulmé <Sylvain.Boulme AT univ-grenoble-alpes.fr>
  • To: mail AT maximedenes.fr
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] plugin load issue
  • Date: Fri, 27 Oct 2017 07:17:41 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=Sylvain.Boulme AT univ-grenoble-alpes.fr; spf=Pass smtp.mailfrom=Sylvain.Boulme AT univ-grenoble-alpes.fr; spf=None smtp.helo=postmaster AT zm-mta-out-2.u-ga.fr
  • Ironport-phdr: 9a23:nYhR/RZpnFccp0cWLHCMEKb/LSx+4OfEezUN459isYplN5qZpsu9bnLW6fgltlLVR4KTs6sC0LWG9f24EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i76vnYuHUD6PAtxDuH8Co/Xgsi60e2pvZPJMCtSgz/oWqJ2Mhy3qzL7sdQShAoqfp0gzgXAo30OUeNLwWZlDU+Vngi56d29+plp9ykVsvY5+tUGX7+sLPdwdqBREDlzazN938bsrxSWFQY=

Hello,

Thanks a lot Maxime, this solves the issue.

Sylvain.

-------- Message transféré --------
Date : Thu, 26 Oct 2017 18:34:18 +0200
De : Maxime Dénès
<mail AT maximedenes.fr>

Hello,

You need to add an 'open Ltac_plugin' in the files that depend on Ltac
(typically the ones containing TACTIC EXTEND macros, for example).

Hope it helps.

Maxime.

On 10/26/2017 06:17 PM, Sylvain Boulmé wrote:
Hello everybody,

I am trying to update the following plugin from v8.6 to v8.7:
  https://github.com/VERIMAG-Polyhedra/VplTactic

My updated .ml and .ml4 files compile.
The Coq files do not seem to require an update.

But, on the Coq compilation, the following line
  Declare ML Module "vpl_plugin".
fails with the following message (whereas everything works find in v8.6):

Error:
while loading /home/sylvain/VplTactic/src/vpl_plugin.cmxs:
error loading shared library:
/home/sylvain/VplTactic/src/vpl_plugin.cmxs: undefined symbol:
camlTacinterp

Do you have an hint about this issue ?
I have no idea on how to solve this.

Thanks,

S.



Archive powered by MHonArc 2.6.18.

Top of Page