Hi,

Anshuman Gholap wrote:
> here is my machine spec:-
> Athlon 64 3000+
> 1gb DDR 333mhz
> Radeon 9600 pro
> ON Asus k-8 E deluxe mobo (nforce 3 chipset)
> 120 GB samsung hdd.
> and the ususals
> Centos 4.1 running.
>
> so now using get.sh from the man rastermann's site.
> all goes ok till epsilon compling and make comes. but this is where all hell
> breaks loose.

You don't have support for PNG. Look at these lines:

checking for libpng12 >= 1.2.0... Package libpng12 was not found in the
pkg-config search path.
Perhaps you should add the directory containing `libpng12.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpng12' found

And:

Epsilon.c:4:17: png.h: No such file or directory
Epsilon.c: In function `epsilon_info_get':
Epsilon.c:259: error: `png_structp' undeclared (first use in this function)
Epsilon.c:259: error: (Each undeclared identifier is reported only once
Epsilon.c:259: error: for each function it appears in.)
Epsilon.c:259: error: syntax error before "png_ptr"
Epsilon.c:260: error: `png_infop' undeclared (first use in this function)
Epsilon.c:261: error: `png_textp' undeclared (first use in this function)
Epsilon.c:265: error: `png_ptr' undeclared (first use in this function)
Epsilon.c:266: warning: implicit declaration of function
`png_create_read_struct'

After this it's missing all the png functions.

--
Francisco Andrades Grassi
www.nextj.com
Tlf: +58-414-125-7415


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to