Skip to content

Instantly share code, notes, and snippets.

Created February 2, 2018 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/77926f2b37973098e9f0f834291510c6 to your computer and use it in GitHub Desktop.
Save anonymous/77926f2b37973098e9f0f834291510c6 to your computer and use it in GitHub Desktop.
~/w/c/doms ❯❯❯ shards build ✘ 1 master ◼
Dependencies are satisfied
Building: doms
Error target doms failed to compile:
Error in src/doms.cr:1: while requiring "qt5"
require "qt5"
^
in lib/qt5/src/qt5.cr:5: while requiring "./qt5/binding"
require "./qt5/binding"
^
in lib/qt5/src/qt5/binding.cr:6: expanding macro
{% begin %}
^
in lib/qt5/src/qt5/binding.cr:7: Error executing run (exit code: 1): /Users/kevin/Cloud/Dropbox/work/crystal/doms/lib/qt5/src/qt5/../../support/decide_binding_fast.cr
stdout:
stderr:
Failed to find one or more paths. See above for details.
Support script decide_binding_slow.cr failed (Exception)
from __crystal_main
from main
{% use_binding = run("#{__DIR__}/../../support/decide_binding_fast.cr") %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment