Coq-HoTT icon indicating copy to clipboard operation
Coq-HoTT copied to clipboard

declared ML module ltac_plugin has not been found

Open Alizter opened this issue 5 years ago • 4 comments

I get the following warnings:

COQDEP coq/theories/Init/Decimal.v
*** Warning: in file coq/theories/Init/Prelude.v, declared ML module numeral_notation_plugin has not been found!
COQDEP coq/theories/Init/Tactics.v
COQDEP coq/theories/Init/Peano.v
COQDEP coq/theories/Init/Logic_Type.v
COQDEP coq/theories/Init/Datatypes.v
COQDEP coq/theories/Init/Logic.v
COQDEP coq/theories/Init/Notations.v
*** Warning: in file coq/theories/Init/Notations.v, declared ML module ltac_plugin has not been found!
COQC coq/theories/Bool/Bool
COQC coq/theories/Init/Notations

How do we get rid of them?

Alizter avatar Nov 19 '19 23:11 Alizter

Is this still an issue?

mikeshulman avatar Mar 02 '20 01:03 mikeshulman

Yes.

Alizter avatar Mar 14 '20 19:03 Alizter

I'm still getting these warnings with coq 8.11.2. Anybody have any idea how to fix these?

Alizter avatar Jul 18 '20 19:07 Alizter

I think this is a coq bug, coqdep should add the -coqlib we pass to the ML path.

SkySkimmer avatar Jul 18 '20 19:07 SkySkimmer