[E-devel] Engage in CVS failed to compile

2006-08-19 Thread Didier Casse
Damn now it's engage who refuses to compile. This time all the libraries are in (double checked!). Log attached. -- With kind regards, Didier. Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe + umask 022 + cd /home/didier/rpmbuild/BUILD + LANG=C + export LANG + unset

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
My builds are normally automated, but this time it wasn't as flawless as usual and I know why now thanks to you guys. When the script tried to install ecore, it couldn't and had some failed dependencies as shown below. I know how to fix this for the RPM case. ;) error: Failed dependencies:

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sun, 20 Aug 2006 12:24:39 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> babbled: ok - actually - added this: E_Pointer *p; p = e_widget_pointer_get(my_widget); :) then push/pop pointers there :) > On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > >

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Hi, actually- scrap that - it was ecore_evas that has the data attach call with a key - serves me right for programming in an email client :) i will work on something. > I'm working on the entry of e17 and I'm currentl

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Hi, > > I'm working on the entry of e17 and I'm currently implementing > copy/paste support. For this, I need to call the > ecore_x_selection_clipboard_*() functions which require an "Ecore_X *". > Since the entry is ju

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Hi, > > I'm working on the entry of e17 and I'm currently implementing > copy/paste support. For this, I need to call the > ecore_x_selection_clipboard_*() functions which require an "Ecore_X *". > Since the entry is ju

Re: [E-devel] cvs, servers and stuff.

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 15:36:55 -0400 Lyle Kempler <[EMAIL PROTECTED]> babbled: definitely. this is not about removing things - but maybe shuffling visibility of things like cvs from first port of call, to last port of call, and encourage users to use alternate mechanisms to get the code that is ligh

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 12:59:55 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: > Yes, because your missing ecore_desktop. It was just added to ecore > about a week ago and is only used by a few things at the moment. > Missing this library will cause both ewl and e to fail as they both > use it

Re: [E-devel] edj files need recompiling?

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 16:06:32 + (UTC) "Peter" <[EMAIL PROTECTED]> babbled: > On Sat, 19 Aug 2006 09:44:11 +0900, Carsten Haitzler (The Rasterman) > wrote: > > > On Fri, 18 Aug 2006 20:17:18 + (UTC) "Peter" <[EMAIL PROTECTED]> > > babbled: > > > >> File: ..edj is not up to date for key

Re: [E-devel] evas object event callback API

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 19:32:06 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > [the delay is because I wanted to have working code before I comment > further, and work intervened] > > Carsten Haitzler: > > On Sat, 05 Aug 2006 12:45:39 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > > In ecore_ev

Re: [E-devel] ecore_test reports: *** glibc detected *** free(): invalid pointer:

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 18:54:33 +0200 Philip Johnsson <[EMAIL PROTECTED]> babbled: > Hi > > I'm new to this list and builds e17 packages from cvs for *ubuntu dapper. a bug in the test program - never see it because i dont run the test :) > When running ecore_test with 060819 cvs code it reports: >

[E-devel] Getting the window containing an e17 widget

2006-08-19 Thread Simon TRENY
Hi, I'm working on the entry of e17 and I'm currently implementing copy/paste support. For this, I need to call the ecore_x_selection_clipboard_*() functions which require an "Ecore_X *". Since the entry is just a simple Evas smart object, there is no way to get this Ecore_X pointer. I would also

Re: [E-devel] cvs, servers and stuff.

2006-08-19 Thread Lyle Kempler
* Laurence Vanek ([EMAIL PROTECTED]) wrote: > Lyle Kempler wrote: > > Looking at get-e.org, the download page points to the E17 User's > > Guide, which starts with "Installing from CVS". If we instead > > changed the download page to "download this script and run it, > > you'll need wget and tar an

Re: [E-devel] cvs, servers and stuff.

2006-08-19 Thread Laurence Vanek
Lyle Kempler wrote: > Looking at get-e.org, the download page points to the E17 User's Guide, > which starts with "Installing from CVS". If we instead changed the > download page to "download this script and run it, you'll need wget and > tar and bzip2 and ..", then new users could convert over wi

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Sebastian Dransfeld
Didier Casse wrote: > Hi Dan, > I did build the ecore package and installed it. I mean it's not the > first time I build the packages for the repo. It might be that the > packages I pulled out had some problems. I'll try again. As I said, if > it doesn't work the first time, trying out a bit later

Re: [E-devel] evas object event callback API

2006-08-19 Thread Jan Rychter
[the delay is because I wanted to have working code before I comment further, and work intervened] Carsten Haitzler: > On Sat, 05 Aug 2006 12:45:39 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > In ecore_evas - you do have a problem as it expects ONE callabck only per > ecore_evas canvas wrappe

Re: [E-devel] cvs, servers and stuff.

2006-08-19 Thread Lyle Kempler
* Carsten Haitzler ([EMAIL PROTECTED]) wrote: > On Thu, 17 Aug 2006 16:45:19 -0400 Lyle Kempler > <[EMAIL PROTECTED]> babbled: > > * Chady Kassouf ([EMAIL PROTECTED]) wrote: > > > On 8/17/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> > > > wrote: > > > >personally i would have no problem i

Re: [E-devel] Devian module proposal

2006-08-19 Thread Sthithaprajna Garapaty
Ah.. I misunderstood you. I thought you wanted to show an entire single message not all the message headers. (I should read twice) Now it sounds like a great idea. Make it! I'll use it! It would also be a nice addition to the mail module. When the mail module says you've got new mail.. you either

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
Hi Dan, I did build the ecore package and installed it. I mean it's not the first time I build the packages for the repo. It might be that the packages I pulled out had some problems. I'll try again. As I said, if it doesn't work the first time, trying out a bit later usually works :-). Thanks for

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread dan sinclair
Yes, because your missing ecore_desktop. It was just added to ecore about a week ago and is only used by a few things at the moment. Missing this library will cause both ewl and e to fail as they both use it. If you look at the line mentioned it's specifically if (! ecore_desktop_init()). S

Re: [E-devel] Devian module proposal

2006-08-19 Thread Eugen Minciu
On Sat, 19 Aug 2006 11:42:49 -0500 "Sthithaprajna Garapaty" <[EMAIL PROTECTED]> wrote: > Its definitely possible. You might be limited to a text or very > limited html mail viewer. Or you could not display the body for html messages and just do it for text ones, or not display the body at all. W

[E-devel] ecore_test reports: *** glibc detected *** free(): invalid pointer:

2006-08-19 Thread Philip Johnsson
Hi I'm new to this list and builds e17 packages from cvs for *ubuntu dapper. When running ecore_test with 060819 cvs code it reports: create ipc server 0x8062a60 connect to ipc server: 0x8062d10 *** glibc detected *** free(): invalid pointer: 0xbffcf1d4 *** Aborted Which doesn't sound too good.

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
On 8/19/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sat, 19 Aug 2006 16:15:13 +0800 "Didier Casse" <[EMAIL PROTECTED]> > babbled: > > my guess - your ecore is not up to date Wrong guess I' m afraid Carsten. I always update every libraries. This time ewl also sucked. I' ll j

Re: [E-devel] Devian module proposal

2006-08-19 Thread Sthithaprajna Garapaty
That's an interesting idea. Its definitely possible. You might be limited to a text or very limited html mail viewer. However, I believe it is a lot more work on top of the mail module. Plus, you need to deal with issues like.. which mail do you show on there? Is it always the latest email? What if

[E-devel] Devian module proposal

2006-08-19 Thread Eugen Minciu
I was thinking it would be very cool if the devian module could have email modules (or devians if you will), that would display the sender , the subject and maybe a snippet from the message body of one's email messages. Most of the code could probably be reused from the mail module. Is this pos

Re: [E-devel] edj files need recompiling?

2006-08-19 Thread Peter
On Sat, 19 Aug 2006 09:44:11 +0900, Carsten Haitzler (The Rasterman) wrote: > On Fri, 18 Aug 2006 20:17:18 + (UTC) "Peter" <[EMAIL PROTECTED]> babbled: > >> File: ..edj is not up to date for key "edje_file" - needs rebuilding >> sometime >> >> I get a lot of these messages for theme and

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 16:15:13 +0800 "Didier Casse" <[EMAIL PROTECTED]> babbled: my guess - your ecore is not up to date > Please see below: (complete log attached) > > *snip* > + ./configure --build=i686-redhat-linux-gnu > --host=i686-redhat-linux-gnu --target=i386-redhat-linux-gnu > --program-pr

Re: [E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
~didierbe + umask 022 + cd /home/didier/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/didier/rpmbuild/BUILD + rm -rf enlightenment-0.16.999.032 + /bin/gzip -dc /home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.032-20060819.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 &#x

[E-devel] CVS E17 doesn't compile

2006-08-19 Thread Didier Casse
apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe + umask 022 + cd /home/didier/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/didier/rpmbuild/BUILD + rm -rf enlightenment-0.16.999.032 + /bin/gzip -dc /home/didier/rpmbuild/SOURCES/enlightenment-0.16.999.032-20060819.ta

Re: [E-devel] (E16) "label" of the structure "DialogDef" in dialog.h

2006-08-19 Thread Yasufumi Haga
On Sat, 19 Aug 2006 08:55:41 +0200, Kim Woelders <[EMAIL PROTECTED]> wrote: | Yasufumi Haga wrote: | > Hello | > | > I'm sort of curious about something. | > There are some entries in ja.po file which don't appear | > anywhere in e16 environment such as: | > | > #: src/desktops.c:2648 | > msg