You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org> on 2008/02/19 16:46:43 UTC

[jira] Closed: (XERCESC-1513) Unable to compile Xercesc-C-2.6 on Windows 2003 - 64bit - EM64T and IPF

     [ https://issues.apache.org/jira/browse/XERCESC-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1513.
------------------------------------


> Unable to compile Xercesc-C-2.6 on Windows 2003 - 64bit - EM64T and IPF
> -----------------------------------------------------------------------
>
>                 Key: XERCESC-1513
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1513
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.6.0
>         Environment: Windows 2003 -- Itanium and EM64T
>            Reporter: Guru Nagarajan
>             Fix For: 2.8.0
>
>
> I am unable to compile Xerces-C-2.6 on win2003 64bit - EM64T and Itanium.
> The file that is raising an issue is *Win32platformUtils.cpp*
> And line is as below.
>  
> #if defined WIN64
>     return ::InterlockedCompareExchangePointer(toFill, (void*)newValue, (void*)toCompare);
> #else
> If I  "undef" the WIN64 section - the code compiles fine. Two questions here
> a)       What is the use of interlocked pointer. 
> b)       Can this fix be backported to 2.6 version.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org