Skip to content

Instantly share code, notes, and snippets.

@stefek99
Created April 21, 2017 08:16
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 stefek99/0ba49be111364fba32fceb595c6edcc2 to your computer and use it in GitHub Desktop.
Save stefek99/0ba49be111364fba32fceb595c6edcc2 to your computer and use it in GitHub Desktop.
Erland Rebar
Mac:
```
Michals-MacBook-Pro:testnet zen$ rebar get
==> pink_hash (get-deps)
==> dump (get-deps)
==> trie (get-deps)
==> chalang (get-deps)
==> jiffy (get-deps)
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> testnet (get-deps)
Michals-MacBook-Pro:testnet zen$ rebar compile
==> pink_hash (compile)
==> dump (compile)
==> trie (compile)
==> chalang (compile)
==> jiffy (compile)
==> cowlib (compile)
==> ranch (compile)
==> cowboy (compile)
==> testnet (compile)
```
@stefek99
Copy link
Author

c:\Stefan\testnet>rebar get
==> pink_hash (get-deps)
==> dump (get-deps)
==> trie (get-deps)
==> chalang (get-deps)
==> jiffy (get-deps)
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> testnet (get-deps)

c:\Stefan\testnet>rebar compile
==> pink_hash (compile)
==> dump (compile)
==> trie (compile)
==> chalang (compile)
==> jiffy (compile)
Compiling c:/Stefan/testnet/deps/jiffy/c_src/decoder.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x86
Copyright (C) Microsoft Corporation.  All rights reserved.

decoder.c
c:/Stefan/testnet/deps/jiffy/c_src/decoder.c(4): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
ERROR: compile failed while processing c:/Stefan/testnet/deps/jiffy: rebar_abort

@stefek99
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment