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
I copy plugins/ImgTex.hs to my wiki directory and add it to the plugins in my config file. It does not compile and complains about some type mismatch.
I added a blank Attr (("",[],[("","")])) after Image and it can compile now, but interestingly, it only generates ImgTex.hs and ImgTex.o files. gitit needs to load ImgTex.dyn_o so I got:
Loading plugin `plugins/ImgTex.hs'...
gitit: <interactive>: fatal:
cannot find object file `plugins/ImgTex.dyn_o'
while linking an interpreted expression
Is there anyway I can pass the -dynamic-too parameter?
The text was updated successfully, but these errors were encountered:
I copy
plugins/ImgTex.hs
to my wiki directory and add it to theplugins
in my config file. It does not compile and complains about some type mismatch.I added a blank
Attr
(("",[],[("","")])
) afterImage
and it can compile now, but interestingly, it only generatesImgTex.hs
andImgTex.o
files.gitit
needs to loadImgTex.dyn_o
so I got:Is there anyway I can pass the
-dynamic-too
parameter?The text was updated successfully, but these errors were encountered: