Re: [E-devel] [Eet] patch to support cegcc compiler (Windows Mobile)

2008-01-26 Thread Vincent Torri
On Fri, 25 Jan 2008, Mike Frysinger wrote: On Friday 25 January 2008, Vincent Torri wrote: --- src/lib/Eet_private.h   29 Sep 2007 09:21:43 -  1.17 +++ src/lib/Eet_private.h   26 Jan 2008 00:04:53 - +#ifdef __CEGCC__ +# include windows.h +# define HAVE_BOOLEAN +# define

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
#ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include netinet/in.h +#endif +#ifdef HAVE_WINSOCK2_H +# include winsock2.h #endif it is completely useless to check it in configure script as winsowk2.h is always avalaible on windows. So you replace

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
On Sat, 26 Jan 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include netinet/in.h +#endif +#ifdef HAVE_WINSOCK2_H +# include winsock2.h #endif it is completely useless to check it in configure script as winsowk2.h

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-26 Thread Lars Munch
On Fri, Jan 25, 2008 at 07:43:47AM -0300, Gustavo Sverzut Barbieri wrote: On Jan 25, 2008 12:40 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Fri, 25 Jan 2008 00:11:41 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: On Jan 24, 2008 11:42 PM, Nathan Ingersoll

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Mike Frysinger
On Saturday 26 January 2008, Vincent Torri wrote: On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include netinet/in.h +#endif +#ifdef HAVE_WINSOCK2_H

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Mike Frysinger
On Saturday 26 January 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include netinet/in.h +#endif +#ifdef HAVE_WINSOCK2_H +# include winsock2.h #endif it is completely useless to check it in configure script as

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include netinet/in.h +#endif +#ifdef HAVE_WINSOCK2_H +# include winsock2.h #endif it is completely

Re: [E-devel] {Spam?} Re: E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h -#elif _WIN32 -#include winsock2.h +# include

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
On Sat, 26 Jan 2008, Enlightenment CVS wrote: +#ifdef _WIN32F ^ is it a typo ? Vincent - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [E-devel] {Spam?} Re: E CVS: libs/ecore vapier

2008-01-26 Thread Mike Frysinger
On Saturday 26 January 2008, Vincent Torri wrote: On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: On Sat, 26 Jan 2008, Mike Frysinger wrote: On Saturday 26 January 2008, Vincent Torri wrote: #ifdef HAVE_NETINET_IN_H -#include netinet/in.h

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
exactly ... where we can unify these pieces without touching common code the better. not sure if there's a core piece of e17 where we can move all of this, but if we had a few files that we could just drop into the different e libraries, that'd be a good start i think (think gnulib here).

Re: [E-devel] E CVS: libs/ecore pfritz

2008-01-26 Thread Peter Wehrfritz
nash schrieb: On Fri, 2008-01-25 at 13:28 -0500, Enlightenment CVS wrote: Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ecore === RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore/Ecore.h,v

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-26 Thread Gustavo Sverzut Barbieri
On Jan 26, 2008 6:13 AM, Lars Munch [EMAIL PROTECTED] wrote: On Fri, Jan 25, 2008 at 07:43:47AM -0300, Gustavo Sverzut Barbieri wrote: On Jan 25, 2008 12:40 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: On Fri, 25 Jan 2008 00:11:41 -0300 Gustavo Sverzut Barbieri [EMAIL

[E-devel] Nightly build log for E17 on 2008-01-26 07:08:42 -0800

2008-01-26 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-01-26 07:08:42 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: echo http://download.enlightenment.org/tests/logs/echo.log ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Gustavo Sverzut Barbieri
On Jan 26, 2008 7:11 AM, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : vapier Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_main.c ecore_private.h Log Message: relegate _WIN32 ifdef mess to

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Mike Frysinger
On Saturday 26 January 2008, Vincent Torri wrote: exactly ... where we can unify these pieces without touching common code the better. not sure if there's a core piece of e17 where we can move all of this, but if we had a few files that we could just drop into the different e libraries,

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Vincent Torri
On Sat, 26 Jan 2008, Mike Frysinger wrote: I've tried to use gnulib once, for the port of the linux functions. It's a pain to install and to use. I'll never touch that beast anymore :) it can be a beast, that's for sure. i'm not advocating the complexity there, just the idea: little

Re: [E-devel] E CVS: libs/ecore vapier

2008-01-26 Thread Mike Frysinger
On Saturday 26 January 2008, Vincent Torri wrote: On Sat, 26 Jan 2008, Mike Frysinger wrote: I've tried to use gnulib once, for the port of the linux functions. It's a pain to install and to use. I'll never touch that beast anymore :) it can be a beast, that's for sure. i'm not

Re: [E-devel] [PATCH][RFC] signal/select race problem in ecore_main

2008-01-26 Thread Nathan Ingersoll
I checked the man page for Mac OS X as well. Looks like pselect() comes from FreeBSD in that case. On Jan 26, 2008 9:09 AM, Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: On Jan 26, 2008 6:13 AM, Lars Munch [EMAIL PROTECTED] wrote: On Fri, Jan 25, 2008 at 07:43:47AM -0300, Gustavo

Re: [E-devel] E CVS: www dresb

2008-01-26 Thread Nathan Ingersoll
Typo on frequently. On Jan 26, 2008 6:23 AM, Enlightenment CVS [EMAIL PROTECTED] wrote: +pFrecuently updated tutorials and guides for both users and developers./p - This SF.net email is sponsored by: Microsoft Defy all

[E-devel] Noob help - ETK part not working

2008-01-26 Thread Toma
Hi all, Trying to get this transition to work. I want this image to change to the other image... Im just not sure if i can do that with etk/progress_bar... Is there a way to find out if these things are possible? I was flicking through the source code for the progress bar in etk and saw the part