DiscussionsIssue archiveOCCT:Configuration

Archived issue #0027801

Configuration - fix compilation of Standard.cxx when using MinGW-W64

CommunityOCCT:Configurationclosed6 public notes

Search issues

Description

Since [revision removed] it is not possible anymore to compile OCCT with MinGW-W64 5.2.0.

The additional condition "&& defined(__i386)" is false for 64 bit compilation. The condition "&& defined(__x86_64)" would be true. Modifying the condition to "&& (defined(__i386) || defined(__x86_64))) seems to solve the problem here.

Public activity

6 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Branch [archived branch] has been created by Commenter 3.

[revision removed]


Detailed log of new commits:

Author: Commenter 3
Date: Tue Aug 23 13:12:26 2016 +0300

    0027801: Configuration - fix compilation of Standard.cxx on when using MinGW-W64
02Commenter 2
Branch [archived branch] has been updated forcibly by Commenter 3.

[revision removed]
03Commenter 2
Branch [archived branch] has been updated forcibly by Commenter 3.

[revision removed]
04Commenter 3
Please check compilation, regression testing is not needed.
05Commenter 5
Dear Commenter 1,

Branch CR27801 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms.
[revision removed]

Number of compiler warnings:
occt component:
   Linux: 0 (0 on master)
   Windows: 0 (0 on master)
   MasOS: 0 (0 on master)
products component:
   Linux: 64
   Windows: 0
   MacOS: 1139
06Commenter 2
Branch [archived branch] has been deleted by Participant.

[revision removed]

Related records