On Jul 22, 2010, at 2:53 PM, Eric Christopher wrote:
>
> On Jul 22, 2010, at 8:57 AM, Fariborz Jahanian wrote:
>
>>
>> Building llvm is failing for me today. I am using clang++ to build
>> (which has not changed).
>>
>> llvm[2]: Compiling EDMain.cpp for Debug+Asserts build (PIC)
>> EDMain.cpp:267:39: error: C-style cast from
'::EDTokenVisitor_t' (aka
>> 'int (^)(EDTokenRef)') to 'llvm::EDTokenVisitor_t' (aka
'int (^)
>> (llvm::EDToken *)') is not allowed
>> return
((EDInst*)inst)->visitTokens((llvm::EDTokenVisitor_t)visitor);
>> ^~~~~~~~~~~~~~~~~~~~~~~~
>> 1 error generated.
>> make[2]: *** [/Volumes/sandbox/llvm/tools/edis/Debug+Asserts/
>> EDMain.o]
>> Error 1
>
> Tried a reconfigure?
I did a clean build but not reconfigure. I'll try it next time I get a
chance.
- Thanks, Fariborz
>
>
> -eric