What steps will reproduce the problem?
1. checkout the project from repository
2. configure with ./autogen.sh
3. build it with make
What is the expected output? What do you see instead?
The build fails when it comes to create the edj file with edje_cc:
/usr/bin/edje_cc -v -id images -fd fonts \
../../data/icons/default.edc \
../../data/icons/module.edj
/usr/bin/edje_cc: Opening "/tmp/edje_cc.edc-tmp-mdUTHu" for input
/usr/bin/edje_cc: Parsing input file
/usr/bin/edje_cc: Parsing done
/usr/bin/edje_cc: Wrote 213 bytes ( 0Kb) for "edje_file" header
/usr/bin/edje_cc: Error. unable to load image for image "module.png" part
entry to ../../data/icons/module.edj. Missing PNG or JPEG loader modules
for Evas or file does not exist, or is not readable.
=> it is looking for the module.png file not found in the repository.
What version of the product are you using? On what operating system?
Latest cvs version of all e17 libs on gentoo, gcc 3.4.6 and make 3.81
Please provide any additional information below.
Owner: achernok