[e-users] border images not working

2004-03-10 Thread Andy Murren
I have been running E 0.16.5 for over 18 months on RH Linux 7.2/7.3
without an issue.  This weekend I installed SuSE 9.0 Pro and E 0.16.6.  

Some of the graphics no longer show up.  Specifically the borders
images, menu backgrounds and graphics in the pager.  I am using
DarkAlloy, but have the same problem when using other themes.

Here is a snippet from my .xsession-errors file.

libpng warning: Application was compiled with png.h from libpng-1.2.5
libpng warning: Application  is running with png.c from libpng-1.0.12
libpng error: Incompatible libpng version in application and library
IMLIB ERROR: Cannot load image: 
/home/andy/.enlightenment/themes/DarkAlloy-DR16-Jul2001/pix/bar_blue_horizontal_1.png
All fallbacks failed.

Any help would be appreciated.

Andy

-- 
Andy Murren
andy (at) murren (dot) org


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] border images not working

2004-03-10 Thread llewelly
Andy Murren [EMAIL PROTECTED] writes:

 I have been running E 0.16.5 for over 18 months on RH Linux 7.2/7.3
 without an issue.  This weekend I installed SuSE 9.0 Pro and E 0.16.6.  
 
 Some of the graphics no longer show up.  Specifically the borders
 images, menu backgrounds and graphics in the pager.  I am using
 DarkAlloy, but have the same problem when using other themes.
 
 Here is a snippet from my .xsession-errors file.
 
 libpng warning: Application was compiled with png.h from libpng-1.2.5
 libpng warning: Application  is running with png.c from libpng-1.0.12
 ^^

I suggest you find out where the shared libraries that came with your
libpng 1.2.5 headers are, and point LD_LIBRARY_PATH in that
direction. Alternatively, if you don't *need* libpng-1.0.12, get
libpng-1.2.5 and install it over libpng-10.12 .n



 libpng error: Incompatible libpng version in application and library

 IMLIB ERROR: Cannot load image: 
 /home/andy/.enlightenment/themes/DarkAlloy-DR16-Jul2001/pix/bar_blue_horizontal_1.png
 All fallbacks failed.
[snip]


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Having trouble compiling evas_demo from CVS E17

2004-03-10 Thread Ant Allen
Can anyone advice on the following please:

Using the instructions in the Evas presentation I've compiled edb, imlib2 
(after getting libtool, libltdl and libltdl-dev from my mandrake 9.2 
distribution cds) and then evas.  I then tried to compile evas_demo.c from 
the tutorials.  It complained about not being able to find ecore.h so I 
then compiled ecore.  It's now saying:

[EMAIL PROTECTED] evas_demo]$ make
gcc `evas-config --cflags` -c main.c -o main.o
main.c:41: error: syntax error before render_method
main.c:41: error: `RENDER_METHOD_ALPHA_SOFTWARE' undeclared here (not in a 
function)
main.c:41: warning: data definition has no type or storage class
main.c:45: error: syntax error before main_win
main.c:45: warning: data definition has no type or storage class
main.c: In function `ecore_timeout':
main.c:64: error: `evas' has an incomplete type
snip

Where have I gone wrong?

I remember reading somewhere that the API in E17 has changed from that in 
the evas documentation.  Does this mean that the demo and examples are yet 
to be updated?  If that's the case, what's a good starting point for 
getting into application development with evas?

Thanks for all help received.  I'm only compiling evas for my i386 at the 
moment.  After this comes cross compilation for xscale without X.

Ant

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Having trouble compiling evas_demo from CVS E17

2004-03-10 Thread The Rasterman
On Wed, 10 Mar 2004 16:48:25 - Ant Allen [EMAIL PROTECTED]
(Bbabbled:
(B
(B 
(B Can anyone advice on the following please:
(B
(Byes. sorry about all this but evas, ecore etc. all changed dramatically since
(Bthe presentation and documentation you have, there's explanations in the new
(Bevas docs u'll find in the evas src if u have doxygen installed and run:
(B./gendoc
(Bthen look in doc/html doc/man etc.
(B
(B
(B Using the instructions in the Evas presentation I've compiled edb, imlib2 
(B (after getting libtool, libltdl and libltdl-dev from my mandrake 9.2 
(B distribution cds) and then evas.  I then tried to compile evas_demo.c from 
(B the tutorials.  It complained about not being able to find ecore.h so I 
(B then compiled ecore.  It's now saying:
(B 
(B [EMAIL PROTECTED] evas_demo]$ make
(B gcc `evas-config --cflags` -c main.c -o main.o
(B main.c:41: error: syntax error before "render_method"
(B main.c:41: error: `RENDER_METHOD_ALPHA_SOFTWARE' undeclared here (not in a 
(B function)
(B main.c:41: warning: data definition has no type or storage class
(B main.c:45: error: syntax error before "main_win"
(B main.c:45: warning: data definition has no type or storage class
(B main.c: In function `ecore_timeout':
(B main.c:64: error: `evas' has an incomplete type
(B snip
(B 
(B Where have I gone wrong?
(B 
(B I remember reading somewhere that the API in E17 has changed from that in 
(B the evas documentation.  Does this mean that the demo and examples are yet 
(B to be updated?  If that's the case, what's a good starting point for 
(B getting into application development with evas?
(B 
(B Thanks for all help received.  I'm only compiling evas for my i386 at the 
(B moment.  After this comes cross compilation for xscale without X.
(B 
(B Ant
(B 
(B -- 
(B Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
(B 
(B 
(B ---
(B This SF.Net email is sponsored by: IBM Linux Tutorials
(B Free Linux tutorial presented by Daniel Robbins, President and CEO of
(B GenToo technologies. Learn everything from fundamentals to system
(B administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B ___
(B enlightenment-users mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-users
(B
(B
(B-- 
(B- Codito, ergo sum - "I code, therefore I am" --
(BThe Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
$B7'<*(B - $Bhttp://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
(B___
(Benlightenment-users mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-users