[
https://issues.apache.org/jira/browse/THRIFT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904281#action_12904281
]
David Reiss commented on THRIFT-874:
------------------------------------
Hey Roger, your version isn't working for me. Two questions. (1) Do you have
Wine installed? (2) What does configure output for you after "checking whether
we are cross compiling...". For me the answers are "yes" and "no",
respectively.
On closer inspection, I think what's happening to me is that
compiler/cpp/thrift.exe is a libtool wrapper script for
compiler/cpp/.libs/thrift.exe .
It doesn't look like "make install" did a strip for me. I'm attaching a
version that pulls thrift.exe directly out of libtool's .libs dir. Can you let
me know if it works for you? If not, I'll probably have to write an even
hackier version that grabs .libs/thrift.exe if present and thrift.exe if not.
> Script and document Windows build process
> -----------------------------------------
>
> Key: THRIFT-874
> URL: https://issues.apache.org/jira/browse/THRIFT-874
> Project: Thrift
> Issue Type: Task
> Environment: Target: MinGW + MSYS on Windows XP
> Reporter: Michael Lum
> Assignee: Michael Lum
> Priority: Minor
> Attachments: mingw-cross-compile.sh,
> v4-0015-THRIFT-874.-Include-missing-time.h-in-two-compiler-f.patch,
> v4-0016-THRIFT-874.-Disable-AX_SIGNED_RIGHT_SHIFT-for-cross-.patch,
> v4-0017-THRIFT-874.-Add-script-to-cross-compile-the-Thrift-c.patch,
> v5-0001-THRIFT-874.-Add-script-to-cross-compile-the-Thrift-c.patch
>
>
> 1. Document how to build the Thrift code from source on a stock MinGW+MSYS
> install on Windows
> 2. Investigate scripting the build as a contrib/ item.
> 3. If #2 is successful, provide a way to generate a .MSI that installs the
> thrift compiler and runtime libraries.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.