Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Ordering here is a bit gnarly. That's the main problem with any `@if`

I have fixed examples like this: ```c module foo @if($feature(XYZ)); import thirdparty; ``` So that if a module is disabled, then the error on an import is ignored. This was...

C3 bindings @pierrec.

This is now in master

No it isn't mine and I didn't set it up unfortunately. Are there still links to it on the main site?

> Hi! Can I have a go at this? Yes, please do.

Thank you for the thorough bug report. I've updated this in `master` so hopefully you are able to verify that this works in about 45 minutes when the build should...

As long as you're able to compile LLVM and LLD for it so you have those libraries, it should be straightforward to compile c3c.

Maybe you only have dynamically linked libraries available? If so the use `-DC3_LINK_DYNAMIC=true` with CMake.