[
https://issues.apache.org/jira/browse/THRIFT-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14143897#comment-14143897
]
Konrad Grochowski commented on THRIFT-2711:
-------------------------------------------
keeping i586-mingw32msvc support won't be any good as current code does not
compile with that compiler :)
commit I mentioned earlier
(https://github.com/hcorg/thrift/commit/2fb539536dba3e6909a364205f0314327af9048b)
compiles on travis (https://travis-ci.org/hcorg/thrift/jobs/35494991) and as
far as i understand - it builds 32bit version (i686-w64-mingw32 - gratz to
author for naming convention). It uses the same package repository as before.
Problem - it does not allow to set up both new g++ and new mingw on the same
machine.
> master no longer compiles with i586-mingw32msvc
> -----------------------------------------------
>
> Key: THRIFT-2711
> URL: https://issues.apache.org/jira/browse/THRIFT-2711
> Project: Thrift
> Issue Type: Bug
> Components: Build Process, Compiler (General)
> Environment: Travis
> Reporter: Konrad Grochowski
>
> first I've noticed that Travis reports false positive for mingw builds. After
> fixing it (patch will be attached) I checked why it does not compile: some
> thrift compiler code uses C++11 features (which is good imho), but
> i586-mingw32msvc is veeeeery old compiler.
> I started working on patch for Travis to run CI with newer version of cross
> compiler. But maybe i586-mingw32msvc is desired for some special purpose? Is
> it possible to update it?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)