[
https://issues.apache.org/jira/browse/TUSCANY-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pete Robbins resolved TUSCANY-1440.
-----------------------------------
Resolution: Fixed
fixed
> [SDO Native] Windows compilation issues
> ---------------------------------------
>
> Key: TUSCANY-1440
> URL: https://issues.apache.org/jira/browse/TUSCANY-1440
> Project: Tuscany
> Issue Type: Bug
> Components: C++ SDO
> Affects Versions: Cpp-M3
> Environment: Windows
> Reporter: Brady Johnson
> Priority: Minor
> Fix For: Cpp-Next
>
>
> The commonly used #define int64_t in SDO native may conflict with existing
> software packages on Windows since it doesnt use #ifndef.
> The define is in: runtime/core/src/commonj/sdo/export.h
> It should be changed as follows:
> #ifndef int64_t
> #define int64_t __int64
> #endif
> I can apply a patch if necessary, but this is a simple change.
> --------------------
> Brady Johnson
> Lead Software Developer - HydraSCA
> Rogue Wave Software - [EMAIL PROTECTED]
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]