Removing some things from C++ parser

Matt Rogers mattr at kde.org
Fri Jul 27 02:18:18 UTC 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Jul 26, 2007, at 12:07 PM, Andreas Pakulat wrote:

> On 26.07.07 11:51:10, Matt Rogers wrote:
>> On Jul 26, 2007, at 5:14 AM, Andreas Pakulat wrote:
>>> This is not just about the parser lib, but a general problem. The
>>> thing
>>> with installing a shared library is that whenever somebody  
>>> changes the
>>> code in a BIC manner the version has to be increased (AFAIK at  
>>> least),
>>> which might be forgotten easily. I'm wondering wether there's a  
>>> way to
>>> tell cmake to not recompile the sources for the tests, which IMHO
>>> is the
>>> only benefit of using a shared lib for the parts of the plugin.
>>>
>>> Andreas
>>
>> You don't have to version shared libraries. Especially ones that are
>> internal to KDevelop anyways.
>
> So always use soversion=0? Or do you mean setting no soversion at all?
> What will come out of that?
>
> /me is still no lib-guru :)
>
> Andreas
>
> -- 

don't set an so version. In doing so, you'll always have a library  
called libfoo.so (for example).
- --
Matt


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iD8DBQFGqVXrA6Vv5rghv0cRAgesAJ0U68jc5401Y6WF817w1F6SyKAhqgCdEyA/
wXkexcjFBmh9GJxlGUlrDFM=
=iBn3
-----END PGP SIGNATURE-----




More information about the KDevelop-devel mailing list