Em Sex, 2008-06-20 às 16:55 +0200, Joachim Breitner escreveu:
> Hi,
>
> so you found out how to correctly build against the new xulrunner? And
> the bindings do work? Great! I’ll see when I can find time to do the
> upload, but might be until next week – gtk2hs just too slow to build.
Just noticed that the mozembed example don't run. I've talked to Duncan
Coutts and find out that I couldn't even run a C test like:
gcc test.c -o test `pkg-config --cflags --libs gtk+-2.0
mozilla-gtkmozembed`
#include "gtkmozembed.h"
int main (int argc, char *argv[]) {
gtk_init(&argc, &argv);
GtkWidget *window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
GtkWidget *html = gtk_moz_embed_new();
gtk_container_add(GTK_CONTAINER(window), html);
gtk_moz_embed_load_url(GTK_MOZ_EMBED(html), "http://mozilla.org");
gtk_widget_show_all(window);
gtk_main();
return 0;
}
Both gtk2hs example and this C test give the same problem:
./test: error while loading shared libraries: libxul.so: cannot open
shared object file: No such file or directory
I've mailed pkg-mozilla-maintainers list to see what could be done
(
http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2008-June/003705.html
) about this, so let's wait to see how it goes.
Thanks.
--
Marco Túlio Gontijo e Silva
Página: http://marcotmarcot.googlepages.com/
Blog: http://marcotmarcot.wordpress.com/
Correio: [EMAIL PROTECTED]
XMPP: [EMAIL PROTECTED]
IRC: [EMAIL PROTECTED]
Telefone: 25151920
Celular: 98116720
Endereço:
Rua Turfa, 639/701
Prado 30410-370
Belo Horizonte/MG Brasil
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]