hi
eina only build on linux/BSD OS because it's use d_type . I try to
create a patch to use lstat instead d_type but i have big problem with
C :)
Does someone can tell me if this patch is ok or not ?
thanks
$ gdiff -Naur e17_src/eina/src/lib/eina_file.c eina_file.c
--- e17_src/eina/src/lib/ein
when i said solaris , i mean opensolaris which have dbus/hal. Now the
default WM is JDS with gnome, and sun is working with kde to port kde
4.1 on opensolaris. I know, i must be the only guy who use opensolaris
:) I use e17 since 0.16.999.041 on opensolaris and i dont have big
problem. Only some se
yes i 'm on solaris :)
i find a bad workaround which is to disable the device in hal .
On Tue, Aug 19, 2008 at 23:47, Michael Jennings <[EMAIL PROTECTED]> wrote:
> On Tuesday, 19 August 2008, at 22:04:43 (+0200),
> _doof wrote:
>
>> i find why enlightenment_fm segfault
hi
i find why enlightenment_fm segfault but i dont have the answer
in e_fm_main.c, line 586
586printf("++STO:\n udi: %s\n bus: %s\n drive_type: %s\n
model: %s\n vendor: %s\n serial: %s\n icon.drive: %s\n
icon.volume: %s\n\n", s->udi, s->bus, s->drive_type, "s->model",
s->vendor, s->ser
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
PROTECTED]> wrote:
> _doof wrote:
>>
>> hi
>>
>> sorry i'm not a developer then i dont have patch
>>
>> each time i load this module (forecast and weather), e17 segfault on this
>> line :
>>
>> e_mod_main.c :
>>snprintf(env, size
hi
sorry i'm not a developer then i dont have patch
each time i load this module (forecast and weather), e17 segfault on this line :
e_mod_main.c :
snprintf(env, sizeof(env), "%s", getenv("http_proxy"));
it's because getenv('http_proxy') return NULL value
than i add 3 lines :
char *p;
hi
i run e17 on nevada 91 and it's work very well
I have only one problem. When i try to loa forecast module or weather
module, e17 segfault
does someone have same problem ?
thanks
578:stat("/home/doof/.e/e/modules/forecasts/solaris2.11-i386/module.so",
0xFD7FFFDB9C60) Err#2 ENOENT
578