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'm by no way competent neither in lua neither in C, taking this in account could moderate such issue declaration.
The first met error (output below) is about the main.squish.lua file, which i'm not able to understand.
Thank you for your software.
Here is the output resulting of "$>make standalone" :
the system was designed on a *nix, which assumes a (soft?) link to the lunamark modules in the lunamark file to the main lunamark directory; in windoze you need to make a copy of the lunamark directory in the src directory to let lua find the modules where they are expected to be.
Hello,
I'm by no way competent neither in lua neither in C, taking this in account could moderate such issue declaration.
The first met error (output below) is about the main.squish.lua file, which i'm not able to understand.
Thank you for your software.
Here is the output resulting of "$>make standalone" :
make -C standalone
make[1]: Entering directory
/C/Users/laurent/Downloads/_Gitted/lunamark/standalone' (cd src && lua ../squish.lua) C:\Msys_1.0\bin\lua.exe: ../squish.lua:219: attempt to index field 'path' (a nil value) stack traceback: ../squish.lua:219: in main chunk [C]: ? Writing ../main.squished.lua... Couldn't resolve module: lunamark.util Couldn't resolve module: lunamark.entities Couldn't resolve module: lunamark.writer Couldn't resolve module: lunamark.writer.generic Couldn't resolve module: lunamark.writer.xml Couldn't resolve module: lunamark.writer.docbook Couldn't resolve module: lunamark.writer.html Couldn't resolve module: lunamark.writer.html5 Couldn't resolve module: lunamark.writer.dzslides Couldn't resolve module: lunamark.writer.tex Couldn't resolve module: lunamark.writer.latex Couldn't resolve module: lunamark.writer.context Couldn't resolve module: lunamark.writer.groff Couldn't resolve module: lunamark.writer.man Couldn't resolve module: lunamark.reader Couldn't resolve module: lunamark.reader.markdown make[1]: *** [main.squished.lua] Error 1 make[1]: Leaving directory
/C/Users/laurent/Downloads/_Gitted/lunamark/standalone'make: *** [standalone] Error 2
The text was updated successfully, but these errors were encountered: