Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Sun, 26 Sep 2010, Brian Wang wrote: > Now the only part that doesn't compile for cross mingw32 is > elementary's edje_externals. I just commented out the target in > Makefile. The errors: > -- > Creating library file: .libs/module.dll.a > .libs/elm.o:elm.c:(.text+0x1d):

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri wrote: > > > On Sun, 26 Sep 2010, Brian Wang wrote: > >> Now the only part that doesn't compile for cross mingw32 is >> elementary's edje_externals.  I just commented out the target in >> Makefile.  The errors: >> -- >> Creating li

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Sun, 26 Sep 2010, Brian Wang wrote: > On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri wrote: >> >> >> On Sun, 26 Sep 2010, Brian Wang wrote: >> >> and paste the link command of the edje externals ? > > Making all in edje_externals > make[3]: Entering directory > `/home/kma/development/EFLWind

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 4:10 PM, Vincent Torri wrote: > > > On Sun, 26 Sep 2010, Brian Wang wrote: > >> On Sun, Sep 26, 2010 at 3:50 PM, Vincent Torri >> wrote: >>> >>> >>> On Sun, 26 Sep 2010, Brian Wang wrote: >>> >>> and paste the link command of the edje externals ? >> >> Making all in edje_e

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Sun, 26 Sep 2010, Brian Wang wrote: > # libelementary.la - a libtool library file > # Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 > # > # Please DO NOT delete this file! > # It is necessary for linking the library. > > # The name that we can dlopen(3). > dlname='libelem

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 4:34 PM, Vincent Torri wrote: > > > On Sun, 26 Sep 2010, Brian Wang wrote: > >> # libelementary.la - a libtool library file >> # Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 >> # >> # Please DO NOT delete this file! >> # It is necessary for linking the

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread Tom Hacohen
O.K, looks like I'm cool with the beta. -- Tom. On Sat, 2010-09-25 at 12:56 +0200, Tom Hacohen wrote: > On Fri, Sep 24, 2010 at 3:19 AM, Carsten Haitzler wrote: > > > i have crazy plans to throw out a beta of EFL this weekend? any objections? > > anyone who has stuff to get in to beta - get it i

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Sun, 26 Sep 2010, Brian Wang wrote: > On Sun, Sep 26, 2010 at 4:34 PM, Vincent Torri wrote: >> >> >> On Sun, 26 Sep 2010, Brian Wang wrote: >> > > k...@kma-laptop:~/development/EFLWindowsXP/TMP/st/elementary$ svn status > M src/lib/elm_config.c > M src/lib/elm_win.c > M src

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_input

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 06:54:16 +0200 (CEST) Vincent Torri said: > > > On Sat, 25 Sep 2010, Enlightenment SVN wrote: > > > Log: > > formatting. > > why ? Look at Evas.h, it's not like that. some bits are, some are not. the extern c stuff tho forces the auto-indenter to go 1-in. i fixed up much

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 10:50:23 +0200 Tom Hacohen said: it's probably going to wait until mon/tue actually. :( > O.K, looks like I'm cool with the beta. > > -- > Tom. > > On Sat, 2010-09-25 at 12:56 +0200, Tom Hacohen wrote: > > On Fri, Sep 24, 2010 at 3:19 AM, Carsten Haitzler > > wrote: > > >

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread Tom Hacohen
That makes sense since someone broken Elementary CNP. :| On Sun, 2010-09-26 at 21:19 +0900, Carsten Haitzler wrote: > On Sun, 26 Sep 2010 10:50:23 +0200 Tom Hacohen > said: > > it's probably going to wait until mon/tue actually. :( > > > O.K, looks like I'm cool with the beta. > > > > -- > > T

Re: [E-devel] defines for major and minor versions in exported header files

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 08:17:46 +0200 (CEST) Vincent Torri said: > > Hey, > > I see in Ecore.h: > > #define ECORE_VERSION_MAJOR 1 > #define ECORE_VERSION_MINOR 0 > > > 1) Should all the exported header files contain such information ? absolutely. that was the point. u can detect ecore version

Re: [E-devel] enum instead of #defines in Ecore.h

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 08:03:01 +0200 (CEST) Vincent Torri said: > > Hey, > > I have replaced the defines about ecore signal event in Ecore.h by > > enum _Ecore_Event_Signal_Flags > { > ECORE_EVENT_NONE, > ECORE_EVENT_SIGNAL_USER, /**< User signal event */ > ECORE_EVENT_SIGNAL_HUP, /*

Re: [E-devel] use of Eina_Bool in ecore_evas

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 07:26:52 +0200 (CEST) Vincent Torri said: > > > On Sun, 26 Sep 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Sat, 25 Sep 2010 08:27:22 +0200 (CEST) Vincent Torri > > said: > > > >> > >> > >> On Fri, 24 Sep 2010, Carsten Haitzler (The Rasterman) wrote: > >> > >>> O

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread The Rasterman
On Sun, 26 Sep 2010 14:25:12 +0200 Tom Hacohen said: wh? wha? who? spank? > That makes sense since someone broken Elementary CNP. :| > > On Sun, 2010-09-26 at 21:19 +0900, Carsten Haitzler wrote: > > On Sun, 26 Sep 2010 10:50:23 +0200 Tom Hacohen > > said: > > > > it's probably going to wait

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread Tom Hacohen
On Sun, 2010-09-26 at 21:28 +0900, Carsten Haitzler wrote: > On Sun, 26 Sep 2010 14:25:12 +0200 Tom Hacohen > said: > > wh? wha? who? spank? No idea, it just doesn't work for me anymore (just noticed), I get: elm_cnp_helper.c: selection notify callback: 3 elm_cnp_helper.c: Target is TARGETS elm_

Re: [E-devel] defines for major and minor versions in exported header files

2010-09-26 Thread Vincent Torri
On Sun, 26 Sep 2010, Carsten Haitzler (The Rasterman) wrote: > On Sun, 26 Sep 2010 08:17:46 +0200 (CEST) Vincent Torri > said: > >> >> Hey, >> >> I see in Ecore.h: >> >> #define ECORE_VERSION_MAJOR 1 >> #define ECORE_VERSION_MINOR 0 >> >> >> 1) Should all the exported header files contain such

Re: [E-devel] E SVN: barbieri IN trunk/enjoy: data/themes src/bin

2010-09-26 Thread Gustavo Sverzut Barbieri
On Sat, Sep 25, 2010 at 9:22 PM, Leif Middelschulte wrote: > Hey, > > first of all: awesome :-) Really looking forward to use it, once I'm > back on linux. > > I just had a quick look at the modified query. Why don't you use an > outer join, to get most accurate results and those which don't have

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2010-09-26 Thread Christopher Michael
Ahh, yea that makes sense. Thanks for the fix !! :) Boy, I am just racking up the spankings lately :/ dh On 09/26/2010 11:28 AM, Enlightenment SVN wrote: > Log: >const! bad devilhorns... > > Author: barbieri > Date: 2010-09-26 08:28:04 -0700 (Sun, 26 Sep 2010) > New Revision: 5

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Sun, Sep 26, 2010 at 6:42 PM, Vincent Torri wrote: > > > On Sun, 26 Sep 2010, Brian Wang wrote: > >> On Sun, Sep 26, 2010 at 4:34 PM, Vincent Torri >> wrote: >>> >>> >>> On Sun, 26 Sep 2010, Brian Wang wrote: >>> >> >> k...@kma-laptop:~/development/EFLWindowsXP/TMP/st/elementary$ svn status >>

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Mon, 27 Sep 2010, Brian Wang wrote: > After make maintainer-clean, the problem persists. > > Actually, there are two problems with elementary when compiling with > cross mingw32. edje_externals is one of them. The other one was > mentioned in my previous emails regarding having to pass > EL

[E-devel] e16-1.0.6

2010-09-26 Thread Kim Woelders
e16-1.0.6 is available for download: http://sourceforge.net/projects/enlightenment/files/ e16-1.0.6: - Fix potential crash in menu key press handling. - Keep on-screen windows requesting resize on screen. - Fix deriving configuration file names with libX11-1.4. - Fix potential crash when destroyin

Re: [E-devel] beta EFL 1.0.0???

2010-09-26 Thread Brett Nash
> No idea, it just doesn't work for me anymore (just noticed), I get: > elm_cnp_helper.c: selection notify callback: 3 > elm_cnp_helper.c: Target is TARGETS > elm_cnp_helper.c: Found something: TARGETS > elm_cnp_helper.c: text/uri 605 > elm_cnp_helper.c: text/uri-list 526 > elm_cnp_helper.c

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 2:37 AM, Vincent Torri wrote: On Mon, 27 Sep 2010, Brian Wang wrote: After make maintainer-clean, the problem persists. Actually, there are two problems with elementary when compiling with cross mingw32.  edje_externals is o

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Brian Wang
On Mon, Sep 27, 2010 at 1:05 PM, Vincent Torri wrote: > > > On Mon, 27 Sep 2010, Brian Wang wrote: > >> On Mon, Sep 27, 2010 at 2:37 AM, Vincent Torri >> wrote: >>> >>> >>> On Mon, 27 Sep 2010, Brian Wang wrote: >>> After make maintainer-clean, the problem persists. Actually, there

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-26 Thread Vincent Torri
On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 1:05 PM, Vincent Torri wrote: On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 2:37 AM, Vincent Torri wrote: On Mon, 27 Sep 2010, Brian Wang wrote: After make maintainer-clean, the problem persists. Actua