-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cannot make markdeck from main branch #57
Comments
yikes... I didn't test a clean checkout, obviously! btw: which platform are you targeting? something different than the provided binaries? |
Thanks for the fast reply! I'm not targeting a different platform, as there are Linux binaries provided, but rather wanted to try building this project myself :) I've used markdeck on and off for what feels like several years now and I figured I should actually dig into how it works. |
Hi! Please check my latest commits; building markdeck from scratch "should" work now... |
Hi @arnehilmann, thanks for following up! I've updated to commit
When I run
It looks like there still might be a couple of resources missing? Thanks again, this tool is awesome! |
oh my, .gitignore tricked me... |
Awesome! Thanks again for plugging away on this. Unfortunately, it appears that I'm running into a new error (on commit
|
interesting: latest/greatest svgbob builds a |
Hi @arnehilmann, any thoughts on how to fix the |
I tried doing this:
and that appears to solve the
This error appears to be an issue affecting both Alpine 3.15 and 3.16. Will try again later. |
Still working the above patch, and trying after the temporary network error, I'm getting the following error:
|
Markdeck is awesome and I'm trying to build it from
main
. When I try to runmake all
, I get the following error message:It appears that there is either a file and/or Makefile rule missing.
src/docroot/main
is ignored bygit
and there don't appear to be any instructions on how to generate / fetchadmin.template
. Theadmin.template
reference only shows up in Git commit a137d73.Trying to run
cargo build
fails due to a missingsrc/docroot/main
directory, which is created bymake docroot
, which also fails with the above error.For reference, I'm building on Ubuntu 22.04, so it's possible this is a platform specific issue?
Any help on getting this to build would be much appreciated!
The text was updated successfully, but these errors were encountered: