-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error Building on OSX #1
Comments
That's just an incompatibility of crinja 0.4.0 with Crystal 0.27.0. I think this should be fixed in master, but I'll also need to cut a new release. The codebase of Criss is also pretty outdated. I have it completely reworked locally. If you're interested in this shard, I can see if I can put the current version online. It's still all under development though and I can't guarantee a stable API. |
I just tagged Crinja 0.4.1. If you run |
Thanks for that. I'm just dipping a toe in the water with Crystal at the moment and there aren't that many static site generators available, to have a poke around at. So anything you could upload to "show me how it's done" would be really useful.
Well, that got me a bit forr'arder. Still getting an error message but it's a lot shorter now:
|
Oh yeah, that's not gonna work. The old criss code is not compatible to the latest crinja :D You'll have to wait for the updated code or try to find some older Crystal version that works with old criss and crinja. That's probably not the best idea, though. |
I've pushed the current development status to master branch. The old is still available in first-trial. Some specs will probably fail because the test data is not available. I'll have to provide that, too. But it should be good enough to take a look and see how it works. |
That worked. Well Criss built and ran. I haven't started kicking the tyres yet. Thanks for your help. |
Any chance you could upload an example |
It's essentially the same format as Jekyll's An empty config file should obviously work. I suppose it doesn't error when you put any yaml mapping in it (for example |
OSX version:
10,11,16
Crystal version:
when I download the repo and run
shards install && shards build
I get the following build error output:Any ideas how to fix that?
BTW: Just in case it's relevant. My Crystal installation is via downloaded tarball in
~
with the Crystal and Shards binaries sym-linked into/usr/local/bin
, as I'm using an older version of OSX in which the Homebrew installation method is broken.The text was updated successfully, but these errors were encountered: