Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm unable to build it through mingw (on windows) #9

Open
fuguwoofer opened this issue Aug 8, 2013 · 1 comment
Open

I'm unable to build it through mingw (on windows) #9

fuguwoofer opened this issue Aug 8, 2013 · 1 comment
Labels

Comments

@fuguwoofer
Copy link

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

drehak pushed a commit to drehak/lunamark that referenced this issue May 18, 2021
@jarnowic
Copy link

jarnowic commented Dec 14, 2021

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.

@Witiko Witiko added the bug label Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants