[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_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



---
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 at version 1.0 now. You might want to get that from CVS if
Gentoo doesnt provide it.


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 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.

-- 
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 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.
 
 
 --
 Hisham Mardam Bey
 MSc (Computer Science)
 http://hisham.cc/
 +9613609386
 Codito Ergo Sum (I Code Therefore I Am)
 
 
 ---
 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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
Beber
[EMAIL PROTECTED]


---
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 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


---
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
裸好多  [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


---
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel