Removing some things from C++ parser

Andreas Pakulat apaku at gmx.de
Thu Jul 26 17:07:54 UTC 2007


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

-- 
Your own qualities will help prevent your advancement in the world.




More information about the KDevelop-devel mailing list