[E-devel] ewl_entry -Wall warnings assignment from incompatible pointer type

2005-03-13 Thread Craig Hurley
Still reading thru the -Wall logs. [log snip] ewl_entry.c: In function `ewl_entry_op_format_current_get': ewl_entry.c:1665: warning: assignment from incompatible pointer type ewl_entry.c:1676: warning: assignment from incompatible pointer type ewl_entry.c:1686: warning: assignment from incompatible

Re: [E-devel] [patch] e e_gadman.c

2005-03-13 Thread The Rasterman
On Sun, 13 Mar 2005 23:11:13 -0500 Craig Hurley <[EMAIL PROTECTED]> babbled: > I got these warnings thru -Wall ooh all bad (btw - can u attach patches, not paste them inline in the mail? then mailers wont do things like linewrap the patch... :) fixed anyway :) > e_gadman.c:

[E-devel] [patch] e e_gadman.c

2005-03-13 Thread Craig Hurley
I got these warnings thru -Wall e_gadman.c: In function `_e_gadman_client_overlap_deny': e_gadman.c:721: warning: `gmc2' might be used uninitialized in this function e_gadman.c:780: warning: `gmc2' might be used uninitialized in this function e_gadman.c:838: warning: `gmc2' might be used uninitial

[E-devel] [patch] esmart_container_private.h

2005-03-13 Thread Craig Hurley
_container_element_del was missing. esmart_container_element_remove in esmart_container_element.c was looking for it. Index: e17/libs/esmart/src/lib/esmart_container/esmart_container_private.h === RCS file: /cvsroot/enlightenment

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Andrew Elcock
Yeah, raster typo'd (BAD raster) it is fixed, waiting game for anon users ;) HandyAndE Carlos Daniel Ruvalcaba Valenzuela wrote: I had the same problem yesterday, i got an error compiling the source and a eet file, I searched through the code and discovered it was a silly error like this: var = som

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Carlos Daniel Ruvalcaba Valenzuela
I had the same problem yesterday, i got an error compiling the source and a eet file, I searched through the code and discovered it was a silly error like this: var = some_function(args1, arg2 //, bah); The same happened on the data/themes dir, with the file default_paged.edc, it was a comment wh

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Kevin Brosius
Anon cvs is updated from development cvs on approx. a 5 hour cycle currently. Sourceforge seems to have something in the works to improve that, but currently "that's the way it is". Kevin Till Varoquaux wrote: > > > Rasterman has commited a patch that fixes this. However the cvs seems > to be

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Morreale J-R
Thank for your answer ! Somebody gave me a quick fix to solve it so waiting should not be a problem . --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which pro

Re: [E-devel] error while compiling apps/e/

2005-03-13 Thread Till Varoquaux
Rasterman has commited a patch that fixes this. However the cvs seems to be a little slow integratting these changes. I think the correction should be availlable anytimes now (why does the cvs react so slowly?). Just wait a couple of hours. Cheers, Till On Sun, 13 Mar 2005 11:11:20 +0100, Morreal

[E-devel] error while compiling apps/e/

2005-03-13 Thread Morreale J-R
Since yesterday I can't get enlightenment (cvs apps/e) to build because of this error : .deps/e_mod_main.Tpo -c e_mod_main.c -fPIC -DPIC -o .libs/e_mod_main.o e_mod_main.c: In function `_pager_face_new': e_mod_main.c:279: error: syntax error before "evas_object_pass_events_set" Regards, MORREALE