Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2017 21:53
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/eb24dae2327749e23558ee7555b377a2 to your computer and use it in GitHub Desktop.
Save anonymous/eb24dae2327749e23558ee7555b377a2 to your computer and use it in GitHub Desktop.
$ crystal prog.rb
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib
Referenced from: /opt/local/bin/pkg-config
Reason: Incompatible library version: pkg-config requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
Index out of bounds (IndexError)
0x1086df455: *CallStack::unwind:Array(Pointer(Void)) at ??
0x1086df3f1: *CallStack#initialize:Array(Pointer(Void)) at ??
0x1086df3c8: *CallStack::new:CallStack at ??
0x1086d84d1: *raise<IndexError>:NoReturn at ??
0x1086f9c56: *String#[]<Int32>:Char at ??
0x10872787f: *Asdf#works<String, Int32>:Bool at ??
0x108727633: *Asdf#run:Array(String) at ??
0x1086cdad8: __crystal_main at ??
0x1086dd978: main at ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment