Re: embedding G-I into apps



On Wed, Sep 10, 2008 at 3:58 PM, Stefan Kost <ensonic hora-obscura de> wrote:
>
> I ususally use a libtool convinience library that has everything except
> main() and the option parsing. Then I can link my unit tests to this and can
> also use it for gtk-doc (yes I document my app classes too). The scanner
> could use this as well.

The problem with this is (as I understand things) that a libtool
convenience library is by default static (i.e. it's just an "ar").  We
can't dynamically link that into the scanner.  If we build a shared
libtool convenience library (I think this is possible), then you have
the problem that you need to install it to the system for your app to
work.  In other words apps using GScript/GI would need to have
/usr/lib/myapp.so; this seems suboptimal.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]