Archived issue #0027801
Configuration - fix compilation of Standard.cxx when using MinGW-W64
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.
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.
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
[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
Branch [archived branch] has been updated forcibly by Commenter 3.
[revision removed]
[revision removed]
Branch [archived branch] has been updated forcibly by Commenter 3.
[revision removed]
[revision removed]
Please check compilation, regression testing is not needed.
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
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
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]
Related records