Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Michael Jennings
On Friday, 02 September 2005, at 11:49:13 (+0800), Didier Casse wrote: > Whenever possible, invokations of make should be done as > > make %{?_smp_mflags} Actually, it should be %{__make}, not just make. Those macros exist for a reason. Furthermore, the _smp_mflags idea was tragically short-si

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Didier Casse
On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > Didier Casse wrote: > > On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > >>Are you running make -j ? > >> > > > > > > + /usr/bin/make -j3 > > > > In my rpmmacros: > > %_smp_mflags -j3 > > > > Hah! There's your error. Don't use

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Sebastian Dransfeld
Didier Casse wrote: OK the quick fix is to simply remove all those -j but ahem from the point of view of packaging, that's not a 100% neat solution. :) I should find some other ways. Yes, how to make automake create makefiles that support make -j. Sebastian

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Sebastian Dransfeld
Didier Casse wrote: On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: Are you running make -j ? + /usr/bin/make -j3 In my rpmmacros: %_smp_mflags -j3 Hah! There's your error. Don't use -j, else make wants to build the module or the app before the lib. No idea how to force make

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Didier Casse
On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > Didier Casse wrote: > > On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > > > >>Didier Casse wrote: > >> > >>>Hi, > >>> I do not know why but when I try building embrace, It always > >>>stops (during 'make') on something like

[E-devel] monitor or e bug

2005-09-01 Thread jochen
Hi, I have a bug with the monitor module. It might also be a bug in E causing this, I'm not sure, see screenshot below. When I move the monitor module high up on my screen close to the screen edge, the ram,net and wifi module start to draw a wedge from the top. It starts coming in from the right bu

Re: [E-devel] Elive for EFL developers special version

2005-09-01 Thread Didier Casse
Hello Thanatermesis, I was not really impressed with your first release. And moreover the first one failed to install on all the machines that I placed the CD in and I trashed it in the end. But recently some people wanted me to pre-customize the E17 in the repo like

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Sebastian Dransfeld
Didier Casse wrote: On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: Didier Casse wrote: Hi, I do not know why but when I try building embrace, It always stops (during 'make') on something like: The complete log is attached: (But before you look, I would like to know if sylpheed

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Didier Casse
On 9/2/05, Sebastian Dransfeld <[EMAIL PROTECTED]> wrote: > Didier Casse wrote: > > Hi, > > I do not know why but when I try building embrace, It always > > stops (during 'make') on something like: > > > > The complete log is attached: > > (But before you look, I would like to know if sylpheed

Re: [E-devel] minimum version of cairo for evas?

2005-09-01 Thread The Rasterman
On Thu, 01 Sep 2005 17:34:58 -0400 Mike Russo <[EMAIL PROTECTED]> babbled: > Hisham Mardam Bey wrote:It seems cairo's include files are > in /usr/include/cairo on my machine, using cairo 0.3 (the latest gentoo > testing ebuild). Even when running the gcc command and appening > -I/usr/include/cairo

Re: [E-devel] Edje: Gradients and Lines ?

2005-09-01 Thread The Rasterman
On Thu, 01 Sep 2005 15:33:20 -0500 Brian Mattern <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > >i had no use for them, thus didnt support them. they would need lots of > >metadata defining the gradient, angle, line endpoints etc. the gradient > >object is limtied in t

Re: [E-devel] global event

2005-09-01 Thread The Rasterman
On Thu, 01 Sep 2005 10:17:07 +0300 Nir Tzachar <[EMAIL PROTECTED]> babbled: > hi. > > i was thinking on the lines of building an e module similar to the mouse > gestures plugin for firefox. it would be real cool to execute commands > using mouse gestures in e. > > many codebases for mouse gestur

Re: [E-devel] minimum version of cairo for evas?

2005-09-01 Thread Sebastian Dransfeld
Mike Russo wrote: Hisham Mardam Bey wrote: It seems cairo's include files are in /usr/include/cairo on my machine, using cairo 0.3 (the latest gentoo testing ebuild). Even when running the gcc command and appening -I/usr/include/cairo I received: Which version of cairo should be installed for

Re: [E-devel] Re: E CVS: apps/e_utils mej

2005-09-01 Thread Bertrand Jacquin
On 9/1/05, Michael Jennings <[EMAIL PROTECTED]> wrote: > On Thursday, 01 September 2005, at 23:04:26 (+0200), > Bertrand Jacquin wrote: > > > Is this will ignore config.h.in ? > > > > > -config.h > > > -config.log > > > -config.status > > > +config.* > > And rightly so. config.h.in is generated

Re: [E-devel] ERROR: file '/usr/bin/Eterm' contains a standard rpath '/usr/lib' in [/usr/lib:/ usr/lib/Eterm] on FC4

2005-09-01 Thread Michael Jennings
On Thursday, 01 September 2005, at 14:39:22 (+0800), Didier Casse wrote: > This is provided from Ville Skytt=E4 author of the fedora-rpmdevtools--- > But the author of the check-rpath sript is Enrico Scholz > <[EMAIL PROTECTED]>. Maybe we should ask him > too. Enrico and I have some very fundamen

Re: [E-devel] minimum version of cairo for evas?

2005-09-01 Thread Bertrand Jacquin
Gentoo provide it but it's currently hard masked, you can override that with /etc/portage/packages.unmask ++ Beber On 9/1/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote: > > > > It seems cairo's include files are in /usr/include/cairo on my machine, > > using cairo 0.3 (the latest gentoo testing

[E-devel] Re: E CVS: apps/e_utils mej

2005-09-01 Thread Bertrand Jacquin
Is this will ignore config.h.in ? > -config.h > -config.log > -config.status > +config.* -- Beber [EMAIL PROTECTED] --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development

Re: [E-devel] minimum version of cairo for evas?

2005-09-01 Thread Mike Russo
Hisham Mardam Bey wrote: It seems cairo's include files are in /usr/include/cairo on my machine, using cairo 0.3 (the latest gentoo testing ebuild). Even when running the gcc command and appening -I/usr/include/cairo I received: Which version of cairo should be installed for compiling

Re: [E-devel] Re: E CVS: apps/e_utils mej

2005-09-01 Thread Michael Jennings
On Thursday, 01 September 2005, at 23:04:26 (+0200), Bertrand Jacquin wrote: > Is this will ignore config.h.in ? > > > -config.h > > -config.log > > -config.status > > +config.* And rightly so. config.h.in is generated by autoheader. Michael -- Michael Jennings (a.k.a. KainX) http://www.kai

Re: [E-devel] minimum version of cairo for evas?

2005-09-01 Thread Hisham Mardam Bey
> > It seems cairo's include files are in /usr/include/cairo on my machine, > using cairo 0.3 (the latest gentoo testing ebuild). > Even when running the gcc command and appening -I/usr/include/cairo I > received: > > > Which version of cairo should be installed for compiling evas? > Cairo is

Re: [E-devel] Beginner!

2005-09-01 Thread Brian Mattern
Gabriel wrote: Ok, so I want to do E applications. As simple as that lol. I have some knowledge of C/C++, I can make basic console-apps atleast. How do you recommend me to move on? First off, there are two main categories of E GUI apps -- those that use EWL and those that use edje/evas dire

Re: [E-devel] Edje: Gradients and Lines ?

2005-09-01 Thread Brian Mattern
Carsten Haitzler (The Rasterman) wrote: >i had no use for them, thus didnt support them. they would need lots of >metadata defining the gradient, angle, line endpoints etc. the gradient object >is limtied in that it fills a rectangle with a gradient - that's it. lines are >well non-anti-aliased ug

[E-devel] minimum version of cairo for evas?

2005-09-01 Thread Mike Russo
Recently while trying to compile evas I received: -- i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I. -I../../../../src/lib -I../../../../src/lib/include -I/usr/include/freetype2 -I/usr/X11R6/include -O2 -march=pentium4 -mfpmath=sse -msse2 -fomit-frame-pointer -pipe -MT evas_en

Re: [E-devel] bug found in CVS version from last night

2005-09-01 Thread Michael Jennings
On Thursday, 01 September 2005, at 15:44:00 (+0200), Ciro Mattia Gonano wrote: > (and, afaik, express is quite dead). It's not quite dead. It's feeling better. It thinks it'll go for a walk. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> n + 1, Inc., h

[E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Didier Casse
+ export LANG + unset DISPLAY + cd /home/didier/rpmbuild/BUILD + rm -rf embrace-0.0.3 + /usr/bin/gzip -dc /home/didier/rpmbuild/SOURCES/embrace-0.0.3-20050901.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd embrace-0.0.3 ++ /usr/bin/id -u + '[' 500 = 0 ']'

Re: [E-devel] problem compiling embrace with current cvs

2005-09-01 Thread Sebastian Dransfeld
Didier Casse wrote: Hi, I do not know why but when I try building embrace, It always stops (during 'make') on something like: The complete log is attached: (But before you look, I would like to know if sylpheed-claws could be a substitute for sylpheed... If not, then there my problem might

Re: [E-devel] imlib2: Cygwin build patch

2005-09-01 Thread Mike Russo
Mike Frysinger wrote: ld manpage seems to indicate opposite behavior here for the '-no-undefined' flag ... does the flag '--allow-shlib-undefined' work ? I know for sure -no-undefined works to generate shared libraries in all components except E modules (for the obvious reasons). then w

Re: [E-devel] bug found in CVS version from last night

2005-09-01 Thread Ciro Mattia Gonano
Il giorno mer, 31/08/2005 alle 21.00 -0700, Reza Naima ha scritto: > # imlib > # edb > # eet > # evas > # ecore > # epeg > # embryo > # edje > # epsilon > # esmart > # emotion > # etox > # ewl > actually, etox has been obsoleted by evas_text* stuff, and only express and erss need it (and, afaik,

Re: [E-devel] bug found in CVS version from last night

2005-09-01 Thread Sebastian Dransfeld
Reza Naima wrote: Third, a bug. I loaded up the weather module, and e17 doesn't seem to handle the huge lists to select my city and will lockup. A enlightement_remote -restart doesn't restart it. It occurs faster if i mouse over the options with the graphical golden thingie happening, but

[E-devel] global event

2005-09-01 Thread Nir Tzachar
hi. i was thinking on the lines of building an e module similar to the mouse gestures plugin for firefox. it would be real cool to execute commands using mouse gestures in e. many codebases for mouse gesture recognition are available. there is even a general purpose implementation of a stroke e