Error compiling LDC (again...)

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Mar 15 07:24:04 PDT 2015


Hi Matovitch!

On Sunday, 15 March 2015 at 14:10:49 UTC, matovitch wrote:
>
> Any idea ? Anyway thanks a lot in advance for your help ! :)

You are using LLVM trunk and I have not yet fixed all errors due 
to refactoring in the framework.

Quick fix: Comment out the FlagParser implementation and add this 
typedef:

typedef cl::parser<bool> FlagParser;

Regards,
Kai


More information about the digitalmars-d-ldc mailing list