On Wed, Jun 25, 2008 at 8:14 PM, Emmanuele Bassi <[EMAIL PROTECTED]> wrote:
>
> you can check out Tidy from:
>
>  http://svn.o-hand.com/repos/tidy/trunk
>
>>  Seem that it is not the "HTML syntax checker
>> and reformatter" library available in Ubuntu and Debian. Thanks.
>
> yes, that's libtidy. :-)
>
> Tidy is the experimental reference toolkit for Clutter we announced
> here:
>
>  http://lists.o-hand.com/clutter/0703.html
>
> and here:
>
>  http://www.clutter-project.org/blog/?p=41
>
> ciao,
>  Emmanuele.
>
> --
> Emmanuele Bassi, OpenedHand Ltd.
> Unit R, Homesdale Business Centre
> 216-218 Homesdale Rd., Bromley - BR12QZ
> http://www.o-hand.com
>
> --
> To unsubscribe send a mail to [EMAIL PROTECTED]
>
>

Thanks for everyone answered the question! I could compile
mallums-magic-browser successfully.

However, I can not get the browser works with following error:

$ ./mallums-magic-browser
**
** Clutter:ERROR:(clutter-texture.c:1988):texture_update_data:
assertion failed: (priv->tiles)
Aborted

The result of backtrace:

$ gdb ./mallums-magic-browser
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) r
Starting program:
/home/benlau/src/svn/mallums-magic-browser/mallums-magic-browser
[Thread debugging using libthread_db enabled]
warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at 000000b4
[New Thread 0xb4fdf760 (LWP 8542)]
**
** Clutter:ERROR:(clutter-texture.c:1988):texture_update_data:
assertion failed: (priv->tiles)

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb4fdf760 (LWP 8542)]
0xffffe410 in __kernel_vsyscall ()
(gdb) where
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb70d9005 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb70da981 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb726ff1a in g_assertion_message () from /usr/lib/libglib-2.0.so.0
#4  0xb727047d in g_assertion_message_expr () from /usr/lib/libglib-2.0.so.0
#5  0xb751f114 in clutter_texture_set_area_from_rgb_data ()
   from /usr/lib/libclutter-glx-0.6.so.0
#6  0xb754e9c5 in ?? () from /usr/lib/libclutter-cairo-0.6.so.0
#7  0x080eb0f0 in ?? ()
#8  0xb408e008 in ?? ()
#9  0x00000001 in ?? ()
#10 0x00000000 in ?? ()

Any hints to solve the problem?

Environment:
Debian SID

Packages:
Clutter - 0.6.2
Clutter-cairo 0.6.1
-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to