[cfe-dev] linkage errors for VS2005 Release build

Sebastian Redl sebastian.redl at getdesigned.at
Thu Mar 5 11:39:25 PST 2009


Viktar Zviarovich wrote:
>
> Hi all,
>
>  
>
> I’ve tried to build Release version of clang obtained from the head of
> SVN using Visual C++ 2005 and got the linkage errors listed at the end
> of this letter. Has anyone tried to do the same and found some
> solution/workaround for this? Interestingly enough the Debug version
> is building without any errors.
>
>  
>
> One more detail: I used CMake in combination with nmake.
>
>  
>
> Best regards,
>
> Victor
>
>  
>
> The errors:
>
>  
>
Hmm, strange. Is this the full list of all errors? If not, i.e. if every
single function that uses the smart pointers fails, then this could be a
mismatch of DISABLE_SMART_POINTERS between object files.
If it is the full list, I don't think that's possible. It's a peculiar
selection of functions that's missing: ActOnCallExpr, ActOnCompoundStmt,
ActOnAsmStmt and ActOnClassTemplate, all in Sema.

Sebastian



More information about the cfe-dev mailing list