Re: [E-devel] EFL: status on Windows

2012-09-07 Thread The Rasterman
On Fri, 7 Sep 2012 10:51:28 +0100 Vincent Torri said: try commit 76293 to embryo > On Fri, Sep 7, 2012 at 10:13 AM, Carsten Haitzler > wrote: > > On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri > > said: > > > > http://www.enlightenment.org/~raster/t.sma > > > > get that > > and > > embryo_cc

Re: [E-devel] EFL: status on Windows

2012-09-07 Thread Vincent Torri
On Fri, Sep 7, 2012 at 10:13 AM, Carsten Haitzler wrote: > On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri > said: > > http://www.enlightenment.org/~raster/t.sma > > get that > and > embryo_cc t.sma -o t.amx > > > you can now test a small testcase. can you get a backtrace from the complaint > a

Re: [E-devel] EFL: status on Windows

2012-09-07 Thread The Rasterman
On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri said: http://www.enlightenment.org/~raster/t.sma get that and embryo_cc t.sma -o t.amx you can now test a small testcase. can you get a backtrace from the complaint about a-z? (throw in an abort) ? > On Tue, Aug 21, 2012 at 9:32 AM, Vincent Tor

Re: [E-devel] EFL: status on Windows

2012-08-29 Thread Vincent Torri
On Wed, Aug 29, 2012 at 8:56 AM, stroodlepup wrote: > On 21/08/12 21:45, Gustavo Sverzut Barbieri wrote: >> On Tue, Aug 21, 2012 at 7:33 AM, Vincent Torri >> wrote: >>- slave and server communicates heavy data using shmem. That's the >> most >> efficient system on linux, you'll

Re: [E-devel] EFL: status on Windows

2012-08-28 Thread stroodlepup
On 21/08/12 21:45, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 7:33 AM, Vincent Torri > wrote: >- slave and server communicates heavy data using shmem. That's the most > efficient system on linux, you'll need to figure out what's the best to > use > on Windows.

Re: [E-devel] EFL: status on Windows

2012-08-23 Thread Cedric BAIL
On Fri, Aug 24, 2012 at 12:32 AM, Vincent Torri wrote: > On Tue, Aug 21, 2012 at 9:32 AM, Vincent Torri > wrote: >> 2) there are some problems here and there with how paths are cheked, >> as, on Windows, '/' and '\' can be used. So I have to check all the >> source from evil to at least edje to

Re: [E-devel] EFL: status on Windows

2012-08-23 Thread The Rasterman
On Thu, 23 Aug 2012 17:32:55 +0200 Vincent Torri said: > On Tue, Aug 21, 2012 at 9:32 AM, Vincent Torri > wrote: > > Hey > > > > > > 2) there are some problems here and there with how paths are cheked, > > as, on Windows, '/' and '\' can be used. So I have to check all the > > source from evil t

Re: [E-devel] EFL: status on Windows

2012-08-23 Thread Vincent Torri
On Tue, Aug 21, 2012 at 9:32 AM, Vincent Torri wrote: > Hey > > > 2) there are some problems here and there with how paths are cheked, > as, on Windows, '/' and '\' can be used. So I have to check all the > source from evil to at least edje to see what to do exactly.. It seems that my fixes in ei

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Cedric BAIL
On Tue, Aug 21, 2012 at 10:43 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 7:02 AM, Vincent Torri > wrote: >> On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri >>> wrote: On Tue, Aug 21, 2012 at 11:30

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 7:33 AM, Vincent Torri wrote: >> >>> > - slave and server communicates heavy data using shmem. That's the most >>> > efficient system on linux, you'll need to figure out what's the best to >>> > use >>> > on Windows. It must be HIGH PERFORMANCE. >>> >>> high perf ? on Wi

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 7:02 AM, Vincent Torri wrote: > On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri >> wrote: >>> On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri >>> wrote: On Tue, Aug 21, 2012 at 5:07 AM

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
> >> > - slave and server communicates heavy data using shmem. That's the most >> > efficient system on linux, you'll need to figure out what's the best to use >> > on Windows. It must be HIGH PERFORMANCE. >> >> high perf ? on Windows ? there is anyway only one way to use shared >> mem on windows

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri > wrote: >> On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri >>> wrote: On Tue, Aug 21, 2012 at 9

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri wrote: > On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri >> wrote: >>> >>> On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri >>> wrote: >>> > On Tue, Aug 21, 2012 at 4:3

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri > wrote: >> >> On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri >> > wrote: >> > >> >> Hey >> >> >> >> anoth

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri wrote: > > On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri > wrote: > > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri > > wrote: > > > >> Hey > >> > >> another mail for the status on Windows: > >> > >> 1) cserve2 is not even compiling as

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 09:32:51 +0200 Vincent Torri said: > Hey > > another mail for the status on Windows: > > 1) cserve2 is not even compiling as shm_open() and (worse) fork() are > used in a part of the code that should be OS independent. If cserve2 > is going to be e required dep for the next

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri wrote: > >> Hey >> >> another mail for the status on Windows: >> >> 1) cserve2 is not even compiling as shm_open() and (worse) fork() are >> used in a part of the code that should be O

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri wrote: > Hey > > another mail for the status on Windows: > > 1) cserve2 is not even compiling as shm_open() and (worse) fork() are > used in a part of the code that should be OS independent. If cserve2 > is going to be e required dep for the next evas

[E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
Hey another mail for the status on Windows: 1) cserve2 is not even compiling as shm_open() and (worse) fork() are used in a part of the code that should be OS independent. If cserve2 is going to be e required dep for the next evas, i fear that the Windows development will stop. 2) there are some