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

Makefile bugs for new developers #98

Open
chr15m opened this issue Jul 27, 2020 · 0 comments
Open

Makefile bugs for new developers #98

chr15m opened this issue Jul 27, 2020 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@chr15m
Copy link
Owner

chr15m commented Jul 27, 2020

Reported by Igor Garcia (thanks!)

  1. couldn't "make" because of missing "zipmerge" which doesn't come with my distro (Linux Ubuntu 18.04), so I'd suggest to add that as a requirement

  2. "make clean" is calling "lein clean" but as that's not a leiningen project... should we remove it?

  3. After installing zipmerge, "make" still fails because of a reference to a file that does not exist.
    https://github.com/chr15m/slingcode/blob/master/src/slingcode/main.cljs#L47

here's a piece of the output:

  46 | (def logo (rc/inline "slingcode/logo.svg"))
  47 | (def revision (rc/inline "slingcode/revision.txt"))
---------------------^----------------------------------------------------------
Encountered error when macroexpanding shadow.resource/inline.
Resource not found: slingcode/revision.txt at line 47 slingcode/main.cljs
@chr15m chr15m added the bug Something isn't working label Jul 27, 2020
@chr15m chr15m added this to To do in 2nd release via automation Jul 29, 2020
@chr15m chr15m added this to To do in Current dev Aug 17, 2020
@chr15m chr15m removed this from To do in 2nd release Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Current dev
  
To do
Development

No branches or pull requests

1 participant