You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Christian Taedcke (Created) (JIRA)" <ji...@apache.org> on 2012/03/26 13:24:28 UTC

[jira] [Created] (THRIFT-1541) The thrift compiler is not buildable with visual studio 2010 in Windows 7

The thrift compiler is not buildable with visual studio 2010 in Windows 7
-------------------------------------------------------------------------

                 Key: THRIFT-1541
                 URL: https://issues.apache.org/jira/browse/THRIFT-1541
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Compiler
    Affects Versions: 0.8
         Environment: Windows 7, Visual Studio 2010, gnuwin32 (flex 2.5.4, bison 2.4.1)
            Reporter: Christian Taedcke


The thrift compiler is not buildable in VS2010 using the current solution and project files.
The issues are: 1. No unistd.h in Visual Studio
2. The calls to flex and bison fail, because there is a space between "-o" and its value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (THRIFT-1541) The thrift compiler is not buildable with visual studio 2010 in Windows 7

Posted by "Christian Taedcke (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Taedcke updated THRIFT-1541:
--------------------------------------

    Attachment: THRIFT-1541_v1.patch

Patch from https://bitbucket.org/chrta/thrift/src/2e2932360c1b

Possible issues:
- The mingw-Build was not checked.
- The project files contains a big diff, but only small changes were applied


                
> The thrift compiler is not buildable with visual studio 2010 in Windows 7
> -------------------------------------------------------------------------
>
>                 Key: THRIFT-1541
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1541
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Compiler
>    Affects Versions: 0.8
>         Environment: Windows 7, Visual Studio 2010, gnuwin32 (flex 2.5.4, bison 2.4.1)
>            Reporter: Christian Taedcke
>              Labels: compiler, vs2010, windows
>         Attachments: THRIFT-1541_v1.patch
>
>
> The thrift compiler is not buildable in VS2010 using the current solution and project files.
> The issues are: 1. No unistd.h in Visual Studio
> 2. The calls to flex and bison fail, because there is a space between "-o" and its value.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira