[e-users] Cairo

2005-07-03 Thread Justin
I am wondering, what exactly evas configured with Cairo will do at this 
point.  From everything I've been reading, it's still in a very limited 
functional form.  If I am off base by saying this let the slaughter 
begin!  I have the OpenGL configuration, is there something that Cairo 
will provide, OpenGL will not?


Thank you for your input,
Justin


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Compiling eclair

2005-07-03 Thread Chad R. Kittel
Annika Thiel [EMAIL PROTECTED] [Mon, 04 Jul 2005 00:38:15 +0200]:
 Hi!
 
 I have a problem compiling eclair. I know it must be my fault, but I
 could not find it. I get this error message:
 
 checking for GTHREAD... configure: error: The pkg-config script could
 not be found or is too old.  Make sure it is in your PATH or set the
 PKG_CONFIG environment variable to the full path to pkg-config.
 Alternatively you may set the GTHREAD_CFLAGS and GTHREAD_LIBS
 environment variables to avoid the need to call pkg-config.  See the
 pkg-config man page for more details.
 To get pkg-config, see
 http://www.freedesktop.org/software/pkgconfig. See `config.log' for
 more details.
 
 But I have the newest version of pkg-config installed. 

I ran into the exact same issue also with the newest version of
pkgconfig (0.18.0).  I was forced install version 0.17.2 to get this to
compile properly.

 Any ideas?

You could roll back to 0.17.2 if this is something that can't be fixed
with eclair itself, but I would rather see the latter if possible.

-- 
  _
(\o/) Chad 'v3rt1g0' Kittel [EMAIL PROTECTED]
 /_\  Milwaukee, WI (USA)
...staring up at heaven from the bottom of a glass - Savatage


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Compiling eclair

2005-07-03 Thread Chad Kittel
Chad R. Kittel [EMAIL PROTECTED] [Sun, 03 Jul 2005 17:53:19 -0500]:
 Annika Thiel [EMAIL PROTECTED] [Mon, 04 Jul 2005 00:38:15 +0200]:
  Hi!
  
  I have a problem compiling eclair. I know it must be my fault, but I
  could not find it. I get this error message:
  
  checking for GTHREAD... configure: error: The pkg-config script
  could not be found or is too old.  Make sure it is in your PATH or
  set the PKG_CONFIG environment variable to the full path to pkg-
  config. Alternatively you may set the GTHREAD_CFLAGS and
  GTHREAD_LIBS environment variables to avoid the need to call pkg-
  config.  See the pkg-config man page for more details.
  To get pkg-config, see
  http://www.freedesktop.org/software/pkgconfig. See `config.log'
  for more details.
  
  But I have the newest version of pkg-config installed. 
 
 I ran into the exact same issue also with the newest version of
 pkgconfig (0.18.0).  I was forced install version 0.17.2 to get this
 to compile properly.
 
  Any ideas?
 
 You could roll back to 0.17.2 if this is something that can't be fixed
 with eclair itself, but I would rather see the latter if possible.

On a side note.  Eclair also does not build with pkgconfig 0.15.0.  I
don't mind this so much, but during the 'configure' process eclair only
checks that pkgconfig is 0.9.0 or greater (checking pkg-config is at
least version 0.9.0... yes).  

If the (offending?) PKG_PROG_PKG_CONFIG macro is going to be used, can i
suggest to you mo0m that you bump the pkg-config version test to
enforce the 0.17.0 or greater version requirement?

-- 
  _
(\o/) Chad 'v3rt1g0' Kittel [EMAIL PROTECTED]
 /_\  Milwaukee, WI (USA)
...staring up at heaven from the bottom of a glass - Savatage


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cairo

2005-07-03 Thread The Rasterman
On Sun, 03 Jul 2005 14:34:20 -0400 Justin [EMAIL PROTECTED] babbled:

 I am wondering, what exactly evas configured with Cairo will do at this 
 point.  From everything I've been reading, it's still in a very limited 
 functional form.  If I am off base by saying this let the slaughter 
 begin!  I have the OpenGL configuration, is there something that Cairo 
 will provide, OpenGL will not?

nothing worth talking about. cairo is slow as anything. evas's software engine
runs about 20-30 times faster than the cairo engine, and the cairo engine doesnt
render all the objects in the speed tests - thus even has a speed advantage. (no
text, for example). cairo support in evas was due to a discussion between me and
the cairo authors - 1. to prove we can do it and 2. that cairo is a long way
from being usable as a rendering engine. i managed to prove it and so am back to
finding other more useful things to do - like work on e17 :)

 Thank you for your input,
 Justin
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users