Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8
-
None
-
Mac OSX 10.7.1
Description
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