You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inari came across this problem building ExtendPes.gf:
$ runghc Setup install ExtendPes.gf
Building [Present] persian/ExtendPes.gf
src/persian/SentencePes.gf:58-62:
Happened in the renaming of UseSlash
constant not found: Cond
given Predef, ResPes, Prelude, CommonX, CatPes, SentencePes
src/persian/SentencePes.gf:44-48:
Happened in the renaming of UseCl
constant not found: Cond
given Predef, ResPes, Prelude, CommonX, CatPes, SentencePes
Ran: gf --batch --quiet --gf-lib-path=dist --gfo-dir=dist/present src/persian/ExtendPes.gf
gf exited with exit code: 1
The problem appears to be that it is trying to compile the module, which is not marked with --# notpresent, together with the present version of ParamX, which has Cond filtered out from it.
Specifying to only build alltenses is a workaround:
Inari came across this problem building
ExtendPes.gf
:The problem appears to be that it is trying to compile the module, which is not marked with
--# notpresent
, together with the present version ofParamX
, which hasCond
filtered out from it.Specifying to only build
alltenses
is a workaround:The build script shouldn't really be trying to compile it for present, since we have nowhere specified that it is marked for present.
The text was updated successfully, but these errors were encountered: