Gustavo wrote:
> Attached is a patch (txt so gmail/firefox don't think it's an
> octet-stream and is removed by mailman) to add pre_render() to
> Evas_Smart_Class. This patch applies on e17/libs and hacks edje and
> emotion so we can test.
>
> CAUTION: if you compile and install Evas with this patc
Attached is a patch (txt so gmail/firefox don't think it's an
octet-stream and is removed by mailman) to add pre_render() to
Evas_Smart_Class. This patch applies on e17/libs and hacks edje and
emotion so we can test.
CAUTION: if you compile and install Evas with this patch, it will
change the EVAS
Build log for Enlightenment DR 0.17 on 2008-08-14 07:11:12 -0700
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
enna http://download.enlightenment.org/tests/logs/enna.log
epdf http://download.enlightenment.org/tests/logs/epdf.log
Packages
hi
little problem exist to compil e17 on opensolaris
1/ ETK
e17/libs/etk/src/bin/etk_combobox_test.c file use strcasestr which
doesnt exist on opensolaris. i need to add this line to compil etk
char *strcasestr(register char *s, register char *find)
{
register char c, sc;
regi