Re: [e-users] evas compilation failure

2011-10-29 Thread Yasufumi Haga
On Sun, 30 Oct 2011 11:48:38 +0900 Carsten Haitzler (The Rasterman) wrote: Hi, Rasterman-san > On Sun, 30 Oct 2011 10:25:39 +0900 Yasufumi Haga > said: > > sounds liek your gcc version doesn support sse3 intrinsics > - actually probably not mmx intrinsics. you may have to > disable sse3 suppor

Re: [e-users] evas compilation failure

2011-10-29 Thread The Rasterman
On Sun, 30 Oct 2011 10:25:39 +0900 Yasufumi Haga said: sounds liek your gcc version doesn support sse3 intrinsics - actually probably not mmx intrinsics. you may have to disable sse3 support. (--disable-cpu-sse3 option to configure) > Hi all > > I'm trying to build E17 with a newly fetched svn

Re: [e-users] evas compilation failure

2011-10-29 Thread Yasufumi Haga
On Sun, 30 Oct 2011 10:39:36 +0900 Masaru Nomiya wrote: Hi, Nomiya-san Thanks for your advice. > Hello, > > In the Message; > > Subject : [e-users] evas compilation failure > Message-ID : > <20111030102539.d30468dc.yasufumi.h...@nifty.com> Date & &g

Re: [e-users] evas compilation failure

2011-10-29 Thread Masaru Nomiya
Hello, In the Message; Subject: [e-users] evas compilation failure Message-ID : <20111030102539.d30468dc.yasufumi.h...@nifty.com> Date & Time: Sun, 30 Oct 2011 10:25:39 +0900 Yasufumi Haga has written: [...] > gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I. -I../../../

[e-users] evas compilation failure

2011-10-29 Thread Yasufumi Haga
Hi all I'm trying to build E17 with a newly fetched svn tree this morning on my debian lenny box. I used the script under the heading of "Building" on the page: as it is to build the tree. libeina appears to be installed successfully into /

Re: [e-users] evas compilation error

2007-06-11 Thread Yasufumi Haga
On Mon, 11 Jun 2007 20:30:22 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: | On Mon, 11 Jun 2007 16:03:29 +0900 Yasufumi Haga <[EMAIL PROTECTED]> | babbled: | | i also added an AC_PATH_X before XTRA and it seems to work... - cvs update and | see? Looking good! Marvelous!! eva

Re: [e-users] evas compilation error

2007-06-11 Thread The Rasterman
On Mon, 11 Jun 2007 16:03:29 +0900 Yasufumi Haga <[EMAIL PROTECTED]> babbled: i also added an AC_PATH_X before XTRA and it seems to work... - cvs update and see? > Hi all > > I still don't know what really causes this problem, but as Kim-san told me, > at laset when I put the first AC_PATH_XTRA

Re: [e-users] evas compilation error

2007-06-11 Thread Yasufumi Haga
Hi all I still don't know what really causes this problem, but as Kim-san told me, at laset when I put the first AC_PATH_XTRA before the if clause, the macro seems to return the correct value. Here's the one I modified: AC_PATH_XTRA if test "x$have_evas_software_ddraw" = "xyes"; then # AC_P

Re: [e-users] evas compilation error

2007-06-10 Thread Yasufumi Haga
On Sun, 10 Jun 2007 17:01:03 +0200 Kim Woelders <[EMAIL PROTECTED]> wrote: | Yasufumi Haga wrote: | > On Sun, 10 Jun 2007 17:19:43 +0900 | > Yasufumi Haga <[EMAIL PROTECTED]> wrote: | > | > | On Sun, 10 Jun 2007 13:11:25 +0900 | > | Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: | >

Re: [e-users] evas compilation error

2007-06-10 Thread The Rasterman
On Sun, 10 Jun 2007 17:01:03 +0200 Kim Woelders <[EMAIL PROTECTED]> babbled: > Yasufumi Haga wrote: > > On Sun, 10 Jun 2007 17:19:43 +0900 > > Yasufumi Haga <[EMAIL PROTECTED]> wrote: > > > > | On Sun, 10 Jun 2007 13:11:25 +0900 > > | Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: >

Re: [e-users] evas compilation error

2007-06-10 Thread Kim Woelders
Yasufumi Haga wrote: > On Sun, 10 Jun 2007 17:19:43 +0900 > Yasufumi Haga <[EMAIL PROTECTED]> wrote: > > | On Sun, 10 Jun 2007 13:11:25 +0900 > | Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > | > | | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga <[EMAIL PROTECTED]> > | | babble

Re: [e-users] evas compilation error

2007-06-10 Thread Yasufumi Haga
On Sun, 10 Jun 2007 17:19:43 +0900 Yasufumi Haga <[EMAIL PROTECTED]> wrote: | On Sun, 10 Jun 2007 13:11:25 +0900 | Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: | | | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga <[EMAIL PROTECTED]> | | babbled: | | | | my guess is the AC_PATH_X

Re: [e-users] evas compilation error

2007-06-10 Thread Yasufumi Haga
On Sun, 10 Jun 2007 13:11:25 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga <[EMAIL PROTECTED]> | babbled: | | my guess is the AC_PATH_XTRA macros shipped with your distro don't cover the | locations x can be installed - like /

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga <[EMAIL PROTECTED]> babbled: my guess is the AC_PATH_XTRA macros shipped with your distro don't cover the locations x can be installed - like /usr/X11R6/... but your distro puts them there. you could set CFLAGS and LDFLAGS to ass -I/usr/X11R6/includ

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo, Raster Thanks for your replies. Sorry, this mail is a bit long. On Sun, 10 Jun 2007 09:01:44 +0900 Yasufumi Haga <[EMAIL PROTECTED]> wrote: | Hello Massimo | | On Sat, 09 Jun 2007 17:02:42 +0200 | Massimo Maiurana <[EMAIL PROTECTED]> wrote: | | | Yasufumi Haga, il 09/06/2007 15:5

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sat, 9 Jun 2007 22:51:31 +0900 Yasufumi Haga <[EMAIL PROTECTED]> babbled: cvs-wise - nothing has changed in terms x11 build/link flags in evas. cvs annotte shows all the configure.in sections with chanes in 2002/3/5 and 5 - nothing in 2006/7. even the Makefile.am for the software_x11 engine las

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo On Sat, 09 Jun 2007 17:02:42 +0200 Massimo Maiurana <[EMAIL PROTECTED]> wrote: | Yasufumi Haga, il 09/06/2007 15:51, scrisse: | > Hi all | > | > I'm trying to compile evas which I checked out just now, | > but it's complaining that ld can't find "-lX11" : | | [EMAIL PROTECTED]:/u

Re: [e-users] evas compilation error

2007-06-09 Thread Massimo Maiurana
Yasufumi Haga, il 09/06/2007 15:51, scrisse: > Hi all > > I'm trying to compile evas which I checked out just now, > but it's complaining that ld can't find "-lX11" : [EMAIL PROTECTED]:/usr/X11R6/lib# ldconfig -p | grep libX11 libX11.so.6 (libc6) => /usr/X11R6/lib/libX11.so.6 lib

[e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hi all I'm trying to compile evas which I checked out just now, but it's complaining that ld can't find "-lX11" : gcc -shared .libs/evas_engine.o .libs/evas_outbuf.o .libs/evas_x_buffer.o .libs/evas_x_color.o .libs/evas_x_main.o -Wl,--rpath -Wl,/home/fumi/src/e17/e17/libs/evas/src/lib/.libs

Re: [e-users] evas compilation

2005-09-21 Thread Andrew Elcock
for the record it works fine in Breezy Badger (I had the same problem with Hoary Hedgehog) A Carsten Haitzler (The Rasterman) wrote: > On Tue, 20 Sep 2005 20:35:29 -0700 eric dan <[EMAIL PROTECTED]> babbled: > > >>pretty good guess! > > > it's an nvidia driver bug - they use non-standard call

Re: [e-users] evas compilation

2005-09-20 Thread The Rasterman
On Tue, 20 Sep 2005 20:35:29 -0700 eric dan <[EMAIL PROTECTED]> babbled: > pretty good guess! it's an nvidia driver bug - they use non-standard calls and dont link to the lib that uses them from their libGL.so choose one of these solutions: 1. disbale gl suport in evas. 2. submit bug report to

Re: [e-users] evas compilation

2005-09-20 Thread eric dan
pretty good guess!On 9/20/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: On Tue, 20 Sep 2005 11:54:02 -0700 eric dan <[EMAIL PROTECTED]> babbled:> hi,> i updated and tried to install evas but i keep getting this same error: >> make[4]: Entering directory `/home/vladuz976/e17_cvs/e17/

Re: [e-users] evas compilation

2005-09-20 Thread The Rasterman
On Tue, 20 Sep 2005 11:54:02 -0700 eric dan <[EMAIL PROTECTED]> babbled: > hi, > i updated and tried to install evas but i keep getting this same error: > > make[4]: Entering directory `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' > make[4]: Nothing to be done for `all-am'. > make[4]: Leaving d

Re: [e-users] evas compilation

2005-09-20 Thread eric dan
i did, that doesn't helpOn 9/20/05, Paul S. <[EMAIL PROTECTED]> wrote: Try running ldconfig as root?PaulOn Tue, 2005-09-20 at 11:54 -0700, eric dan wrote:> hi,> i updated and tried to install evas but i keep getting this same> error:>> make[4]: Entering directory > `/home/vladuz976/e17_cvs/e17/libs

Re: [e-users] evas compilation

2005-09-20 Thread Paul S.
Try running ldconfig as root? Paul On Tue, 2005-09-20 at 11:54 -0700, eric dan wrote: > hi, > i updated and tried to install evas but i keep getting this same > error: > > make[4]: Entering directory > `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' > make[4]: Nothing to be done for `all-am'. > ma

[e-users] evas compilation

2005-09-20 Thread eric dan
hi, i updated and tried to install evas but i keep getting this same error: make[4]: Entering directory `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/vladuz976/e17_cvs/e17/libs/evas/src/lib' make[3]: Leaving directory `/

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread John
Hmm, i have looked into this a bit more and it is definitely an nvidia problem. The openGL headers in their 7664 linux drivers are indeed screwed as Carsten put it. the orgininal error reported by Justin was with files in: /usr/X11R6/include/GL/ i assumed these were old XFree openGL headers, and

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
hmm, I just checked, and, the opengl-update ebuild didnt update those files at all. I think what has happened is re-emerging opengl-update has made it switch the system default openGL headers from my good Nvidia headers to the old, bad ones provided by my xfree86 try running: opengl-upd

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
to be more specific: insert #define somewhere about line 157 of: /usr/X11R6/include/GL/glx.h giving: #define DEFINED_GLXFBConfigSGIX typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; and then edit about line 268 of /usr/X11R6/include/GL/glxext.h giving: #ifndef DEFINED_GLXFBConfigSGIX typedef

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
yes i recently got this error myself compiling somethign else after emerging an ebuild for new opengl headers. the offending ebuild is: [ebuild R ] x11-base/opengl-update-2.2.1 Infuriating. Do they test these things at all before they release them?!?! I went and hacked the headers back into

Re: [e-users] Evas compilation woes. . .

2005-06-23 Thread The Rasterman
On Thu, 23 Jun 2005 12:35:31 -0400 Justin <[EMAIL PROTECTED]> babbled: > While trying to compile evas (gotten from CVS two days ago) I get this > error: > > In file included from /usr/X11R6/include/GL/glx.h:336, > from ../../../src/lib/include/evas_engine_api_gl_x11.h:6, >

[e-users] Evas compilation woes. . .

2005-06-23 Thread Justin
While trying to compile evas (gotten from CVS two days ago) I get this error: In file included from /usr/X11R6/include/GL/glx.h:336, from ../../../src/lib/include/evas_engine_api_gl_x11.h:6, from evas_main.c:25: /usr/X11R6/include/GL/glxext.h:267: error: redefinit