lua-users home
lua-l archive

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


On 6/21/2012 1:06 PM, Enrico Tassi wrote:
On Thu, Jun 21, 2012 at 12:03:42PM +0200, Pavel Holejsovsky wrote:
I'll have to think & experiment a bit in order to fix this.  I'm not
exactly sure how to get dlopenable libcairo.so name - any input from
anyone would be much appreciated :-)

Hum, I have no knowledge of typelib, but

$ strings /usr/lib/girepository-1.0/cairo-1.0.typelib | grep \.so
libcairo-gobject.so.2

Is that what you need?

AFAIK no. I need libcairo.so.2, which contains real cairo API. It is not referenced from any typelib since it is not gobject-enabled library (as opposed to libcairo-gobject.so.2, which contains only boxing definitions for some cairo structures and enums).

Debian will freeze next week (29/6)... Can you make it?

Yes.  :-)

--
Pavel