Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Mike Russo <miker@re...> - 2005-09-01 19:39:19
|
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_engine.lo -MD -MP -MF .deps/evas_engine.Tpo -c evas_engine.c -fPIC -DPIC -o .libs/evas_engine.o In file included from evas_engine.h:4, from evas_x_main.c:3: ../../../../src/lib/include/evas_cairo_common.h:19:19: cairo.h: No such file or directory 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: ozark cairo_x11 # 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_engine.lo -MD -MP -MF .deps/evas_engine.Tpo -c evas_engine.c -fPIC -DPIC -o .libs/evas_engine.o -I/usr/include/cairo evas_engine.c: In function `evas_engine_cairo_x11_context_new': evas_engine.c:376: error: too many arguments to function `cairo_create' evas_engine.c: In function `evas_engine_cairo_x11_image_draw': evas_engine.c:907: warning: passing arg 1 of `cairo_image_surface_create_for_data' from incompatible pointer type Which version of cairo should be installed for compiling evas? Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the last-time-I-ran-bash: Home life as we understand it is no more natural to us than a cage is to a cockatoo. -- George Bernard Shaw |
From: Hisham Mardam Bey <hisham.mardambey@gm...> - 2005-09-01 20:49:03
|
>=20 > 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: >=20 >=20 > Which version of cairo should be installed for compiling evas? >=20 Cairo is at version 1.0 now. You might want to get that from CVS if Gentoo doesnt provide it. --=20 Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am) |
From: Bertrand Jacquin <beber.mailing@gm...> - 2005-09-01 21:07:05
|
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 <hisham.mardambey@...> 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 evas? > > >=20 > Cairo is at version 1.0 now. You might want to get that from CVS if > Gentoo doesnt provide it. >=20 >=20 > -- > Hisham Mardam Bey > MSc (Computer Science) > http://hisham.cc/ > +9613609386 > Codito Ergo Sum (I Code Therefore I Am) >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@... > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >=20 --=20 Beber #e.fr@... |
From: Mike Russo <miker@re...> - 2005-09-01 21:35:07
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hisham Mardam Bey wrote: <blockquote cite="mid36564a9050901134870f06870@..." type="cite"> <blockquote type="cite"> <pre wrap="">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? </pre> </blockquote> <pre wrap=""><!----> Cairo is at version 1.0 now. You might want to get that from CVS if Gentoo doesnt provide it. </pre> </blockquote> OOh, it worked perfect now! Thanks.<br> <pre class="moz-signature" cols="80"> -- Mike Russo ReadQ Systems, Inc. (212) 425 3680 x105 Random quote of the last-time-I-ran-bash: Innovations seem to have a life and a sentience of their own. When conditions are right, a radical new idea -- a paradigm shift -- may appear simultaneously from many minds at once. Or it may remain secret in the thoughts of one man for years, decades, centuries . . . until someone else thinks of the same thing. How many brilliant discoveries die stillborn, or lie dormant, never to be embraced by the Imperium as a whole? -- OMBUDSMEN OF RICHESE, Rebuttal to the Landsraad, The True Domain of the Intellect -- Private Property, or Resources for the Galaxy? </pre> </body> </html> |
From: Carsten Haitzler (The Rasterman) <raster@ra...> - 2005-09-02 00:10:18
|
On Thu, 01 Sep 2005 17:34:58 -0400 Mike Russo <miker@...> 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 I received: > > > Which version of cairo should be installed for compiling evas? > > > Cairo is at version 1.0 now. You might want to get that from CVS if > Gentoo doesnt provide it. > OOh, it worked perfect now! Thanks. don't even bother --disable it in configure. it's not worth it. > -- > Mike Russo > ReadQ Systems, Inc. > (212) 425 3680 x105 > > Random quote of the last-time-I-ran-bash: > Innovations seem to have a life and a sentience of their own. When > conditions are right, a radical new idea -- a paradigm shift -- may appear > simultaneously from many minds at once. Or it may remain secret in the > thoughts of one man for years, decades, centuries . . . until someone else > thinks of the same thing. How many brilliant discoveries die stillborn, or > lie dormant, never to be embraced by the Imperium as a whole? > > -- OMBUDSMEN OF RICHESE, Rebuttal to the Landsraad, The True Domain > of the Intellect -- Private Property, or Resources for the Galaxy? > ------------------------------------------------------- SF.Net email is > Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * > San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven > Development * Managing Projects & Teams * Testing & QA Security * Process > Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ enlightenment-devel mailing > list enlightenment-devel@... > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) raster@... 裸好多 raster@... Tokyo, Japan (東京 日本) |
From: Sebastian Dransfeld <sebastid@st...> - 2005-09-01 23:50:38
|
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 compiling evas? >>> >>> >>> >> >>Cairo is at version 1.0 now. You might want to get that from CVS if >>Gentoo doesnt provide it. >> >> > OOh, it worked perfect now! Thanks. Except that the cairo engine doesn't work. But shouldn't PKG_CHECK_MODULES(CAIRO, cairo >= 1.0.0 in configure.in make sure that it only will build with version 1.0? Sebastian |