I posted this on github issues for crack-lang/crack, but I'm not sure if that's an official repo, so I'm reposting here:
Hi,
Crack looks like a very interesting language, I'm trying to install it (0.10 tarball) on my Arch Linux laptop (amd64), I get the following error during `make`:
```
ext/Stub.cc: In member function 'const std::vector<crack::ext::Func*>& crack::ext::Type::getMethods() const':
ext/Stub.cc:103:24: internal compiler error: in expand_thunk, at cgraphunit.c:1700
void Type::finish() { };
^
```
I have installed llvm 3.3 from source, with the `make REQUIRES_RTTI=1` option.
Let me know if there's any additional info you'd want me to share.
Also, side-questions:
* Is that the correct repo to raise such issues? I saw the google code repo, but since google code will die soon I presumed this was the new home.
* Is that still actively developed? Kind of looks like a yes from the recent commits, but just want to be sure it's still a thing (I hope so, looks like there was a lot of work put in it already).
* I see that it is copyrighted Google, is it a 20% project? Or something Google-backed?
Thanks,
Martin