I'm trying to pound pywebkitgtk into working with this stuff. I seem
to be missing the symbol webkit_adjustment_get_type and I think it has
something to do with name decoration or maybe some macros that need to
surround the G_DEFINE_TYPE or maybe in the include file. Not sure yet:

~/Temp$ gcc -o missing-sym missing-sym.c `pkg-config --cflags --libs
webkit-clutter-1.0 cairo pangocairo clutter-cairo-0.7`
-I/usr/local/include/webkit-1.0
/tmp/cc0YP5oG.o: In function `main':
missing-sym.c:(.text+0x12): undefined reference to `webkit_adjustment_get_type'
collect2: ld returned 1 exit status

~/Temp$ cat missing-sym.c
#include <clutter/clutter.h>
#include <webkit/webkit.h>

WebkitAdjustment *hadj, *vadj;

int main (int argc, char **argv)
{
        GType our_type = webkit_adjustment_get_type();
}

~/Temp$ objdump -x /usr/local/lib/libwebkit-clutter-1.0.so | grep
_get_type | grep adjustment
0058f8f0 l     O .bss   00000004
_ZZ26webkit_adjustment_get_typeE26g_define_type_id__volatile
0007c5c0 l     F .text  0000009b              .hidden webkit_adjustment_get_type


I'll sniff around it some more and see if I can figure it out.

Blake
-- 
Blake Ramsdell | http://www.blakeramsdell.com
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to