Error compiling LDC (again...)

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Mar 16 00:00:23 PDT 2015


On Sunday, 15 March 2015 at 14:37:13 UTC, matovitch wrote:
> On Sunday, 15 March 2015 at 14:24:05 UTC, Kai Nacke wrote:
>> 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
>
> Hi Kai !
>
> Thanks for your help and more generally for your work on LDC. I 
> will probably encounter some other errors then...we'll see 
> (...look back at his terminal...Yes ideed !). I don't know if 
> someone would be interested by a temporary patch if ever I 
> achive to build ldc...
>
> Regards,
> Matovitch

Hi Matovitch,

I have fixed all compile errors with LLVM 3.7 (from Sunday 
morning :-) ).

Maybe you want to give it a try...

Regards,
Kai


More information about the digitalmars-d-ldc mailing list