_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, sizeof(env), "%s", getenv("http_proxy"));
>
> it's because getenv('http_proxy') return NULL value
Hi!
It imposible to build evas-0.9.9.043 with xcb-util 0.2.1 and libxcb-1.1.90.1
with enabled software xcb :
evas_outbuf.c: In function 'evas_software_xcb_outbuf_free':
evas_outbuf.c:137: warning: passing argument 1 of 'evas_cache_image_drop' from
incompatible pointer type
evas_outbuf.c: In funct
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;
A decision has been made on this issue, so let this thread die.
Whether we agree with the decision or not is up to us to act on as
individuals now, and bringing it back to the list won't do any good
but to fan further flames.
On Tue, Aug 12, 2008 at 1:17 PM, Stephen Houston <[EMAIL PROTECTED]> wr
Am Tue, 12 Aug 2008 00:32:49 +0200 schrieb Michael Stapelberg:
> Hi Andreas,
>
> * [12.08.08 00:29]:
> > do
> > {
> > E_Border *border;
> > clientList = evas_list_next (clientList);
> > border = clientList->data;
> > [...]
> > The question is why that happens. Maybe I used Evas_Li
Razmig K wrote:
>> It seems PATH_MAX isn't defined on your platform or you didn't include
>> the correct headers for any reasons. Try to search /usr/include for
>> PATH_MAX. For local testing you could just include that header file
>> where it's defined or define this to get it compiling (as workar
Please find a way to stop bothering the community with this ridiculous load
of crap, even if that means forking e. Hisham you are one of the prime
reasons this community, or lack there of in your opinion, is having
trouble. Your inability to work on a project where your ideas aren't always
used/a
Build log for Enlightenment DR 0.17 on 2008-08-12 07:10:49 -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
> It seems PATH_MAX isn't defined on your platform or you didn't include
> the correct headers for any reasons. Try to search /usr/include for
> PATH_MAX. For local testing you could just include that header file
> where it's defined or define this to get it compiling (as workaround):
>
> /* # cha