Details
-
Story
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9
-
None
-
Windows x86_64 MSVC 2010
Description
I am unable to build a valid .dll version of the Thrift C++ library using MSVC2010 as nothing has been declared with "_declspec(dllexport)/_declspec(dllimport)", meaning that MSVC2010 (and presumably all other versions) are unable to generate the import .lib that should accompany the .dll library.
Currently the cmake environment only supports building a static library (with static or dynamic runtime - you choose with the "WITH_MT" option).
Attachments
Issue Links
- is duplicated by
-
THRIFT-4759 Minor missing symbol apache::thrift::GlobalOutput for Windows shared library build
- Closed
- is related to
-
THRIFT-2850 Have the cmake build system run make cross
- Open