Guest User

Untitled

a guest
Mar 24th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. /usr/local/Cellar/nim/HEAD-0d8a503/nim/lib/core/typeinfo.nim:83:45: error: expected expression
  2. result.rawTypePtr = ((void*) ((*((TNimType*) (x.rawTypePtr))).base));
  3. ^
  4. /usr/local/Cellar/nim/HEAD-0d8a503/nim/lib/core/typeinfo.nim:83:36: error: use of undeclared identifier 'TNimType'
  5. result.rawTypePtr = ((void*) ((*((TNimType*) (x.rawTypePtr))).base));
  6. ^
  7. 2 errors generated.
  8. Error: execution of an external program failed: 'clang -c -w -g -O3 -I/usr/local/Cellar/nim/HEAD-0d8a503/nim/lib -o /Users/brechtm/Documents/Code/ray-dog/nimcache/stdlib_typeinfo.o /Users/brechtm/Documents/Code/ray-dog/nimcache/stdlib_typeinfo.c'
Advertisement
Add Comment
Please, Sign In to add comment