Error compiling LDC (again...)

matovitch via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Mar 16 03:32:31 PDT 2015


On Monday, 16 March 2015 at 07:00:32 UTC, Kai Nacke wrote:
> 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

Hi Kai,

Awesome ! I will try this evenning (in about 8 hours) and let you 
know (I compiled LLVM from the HEAD there is no (3.7) tags on the 
git mirror so I am not sure of what you mean by 3.7). Thanks for 
your work !

Regards,
Matovitch


More information about the digitalmars-d-ldc mailing list