Thrift C++ libs have incorrectly versioned names
------------------------------------------------
Key: THRIFT-1381
URL: https://issues.apache.org/jira/browse/THRIFT-1381
Project: Thrift
Issue Type: Bug
Components: C++ - Library
Affects Versions: 0.8
Environment: Mac OSX 10.7.1
Reporter: Peace C
Priority: Minor
Fix For: 0.8
The Thrift C++ libraries appear to be built with incorrect filenames. The
dylib version suffix is 0.0.0 while I would expect it to be 0.8.0. The latter
would be consistent with the Java generated .jar libraries. A couple of the
dylib files have a trailing .0 which I am uncertain whether is correct.
There are the relevant generated library files under thrift/lib/cpp/.libs/ :
libthrift.0.0.0.dylib -> libthrift.0.dylib
libthrift.0.dylib
libthrift.a
libthrift.dylib -> libthrift.0.dylib
libthrift.la -> ../libthrift.la
libthriftz.0.0.0.dylib -> libthriftz.0.dylib
libthriftz.0.dylib
libthriftz.a
libthriftz.dylib -> libthriftz.0.dylib
libthriftz.la -> ../libthriftz.la
--
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