[E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri


Hey,

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image collection 
edje/images/154 from file 
C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj. Missing EET Evas loader 
module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type: 
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't 
know what those 3 images are (is there a way to know ?).


eet is correctly installed, the loader exists (i tested it with a test 
program). I seems that edje_cc fails at using the eet loader and try the 
generic evas_image_loader.edj instead (which of course does not exist).


So does someone see where I can start digging in the edje_cc code ?

thank you

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Cedric BAIL
On Tue, May 31, 2011 at 5:14 PM, Vincent Torri vto...@univ-evry.fr wrote:
 Here are the error I get since I updated the repo:

 'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
 ou externe, un programme exécutable ou un fichier de commandes.
 ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
 collection edje/images/154 from file
 C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj. Missing EET
 Evas loader module?
 ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
 EVAS_LOAD_ERROR_UNKNOWN_FORMAT

 it seems it fails at loading edje/images/154 155 and 156 only. I don't know
 what those 3 images are (is there a way to know ?).

 eet is correctly installed, the loader exists (i tested it with a test
 program). I seems that edje_cc fails at using the eet loader and try the
 generic evas_image_loader.edj instead (which of course does not exist).

 So does someone see where I can start digging in the edje_cc code ?

Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?
-- 
Cedric BAIL

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri



On Tue, 31 May 2011, Cedric BAIL wrote:


On Tue, May 31, 2011 at 5:14 PM, Vincent Torri vto...@univ-evry.fr wrote:

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
collection edje/images/154 from file
C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj. Missing EET
Evas loader module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't know
what those 3 images are (is there a way to know ?).

eet is correctly installed, the loader exists (i tested it with a test
program). I seems that edje_cc fails at using the eet loader and try the
generic evas_image_loader.edj instead (which of course does not exist).

So does someone see where I can start digging in the edje_cc code ?


Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?


edje_cc, it's the elementary theme.

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread Vincent Torri



On Tue, 31 May 2011, Vincent Torri wrote:




On Tue, 31 May 2011, Cedric BAIL wrote:


On Tue, May 31, 2011 at 5:14 PM, Vincent Torri vto...@univ-evry.fr wrote:

Here are the error I get since I updated the repo:

'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading image
collection edje/images/154 from file
C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj. Missing EET
Evas loader module?
ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
EVAS_LOAD_ERROR_UNKNOWN_FORMAT

it seems it fails at loading edje/images/154 155 and 156 only. I don't 
know

what those 3 images are (is there a way to know ?).

eet is correctly installed, the loader exists (i tested it with a test
program). I seems that edje_cc fails at using the eet loader and try the
generic evas_image_loader.edj instead (which of course does not exist).

So does someone see where I can start digging in the edje_cc code ?


Sounds like an issue in evas or below. edje_cc doesn't start the
generic loader, evas try it when it fail to open with all the other
possibility. For an unknow reason eet loader doesn't work. Maybe add
some printf in eet loader, then inside eet itself. How did you
generate your edj ?


edje_cc, it's the elementary theme.


I copied the default.edj theme from linux to Windows, and I have the same 
problem, so there are good chances that there is no problem with the 
creation of the theme.


I'll check the eet loader, then eet itself

thanks

Vincent--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error on Windows

2011-05-31 Thread rob
On 31/05/11 17:26, Vincent Torri wrote:


 On Tue, 31 May 2011, Vincent Torri wrote:



 On Tue, 31 May 2011, Cedric BAIL wrote:

 On Tue, May 31, 2011 at 5:14 PM, Vincent Torri vto...@univ-evry.fr
 wrote:
 Here are the error I get since I updated the repo:

 'evas_image_loader.edj' n'est pas reconnu en tant que commande interne
 ou externe, un programme exécutable ou un fichier de commandes.
 ERR:edje edje_calc.c:1880 _edje_image_recalc_apply() Error loading
 image
 collection edje/images/154 from file
 C:\MinGW\msys\1.0\efl\share\elementary/themes/default.edj. Missing
 EET
 Evas loader module?
 ERR:edje edje_calc.c:1899 _edje_image_recalc_apply() Error type:
 EVAS_LOAD_ERROR_UNKNOWN_FORMAT

 it seems it fails at loading edje/images/154 155 and 156 only. I
 don't know
 what those 3 images are (is there a way to know ?).

 eet is correctly installed, the loader exists (i tested it with a test
 program). I seems that edje_cc fails at using the eet loader and try
 the
 generic evas_image_loader.edj instead (which of course does not exist).

 So does someone see where I can start digging in the edje_cc code ?

 Sounds like an issue in evas or below. edje_cc doesn't start the
 generic loader, evas try it when it fail to open with all the other
 possibility. For an unknow reason eet loader doesn't work. Maybe add
 some printf in eet loader, then inside eet itself. How did you
 generate your edj ?

 edje_cc, it's the elementary theme.

 I copied the default.edj theme from linux to Windows, and I have the
 same problem, so there are good chances that there is no problem with
 the creation of the theme.

 I'll check the eet loader, then eet itself

 thanks

 Vincent


Is the wallpaper ?module? affected? Going to Picture, then selecting 
picture to have as wallpaper get:

  Enlightenment was unable to import picture due to conversion errors

Following shows up on console:

sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
sh: evas_image_loader.thm: not found
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
edje_cc: Wrote   152 bytes (   0Kb) for edje_file header
edje_cc: Error. Unable to load image pict0646-3310511edt.png used by 
file /home/rat/.e/e/backgrounds/pict0646-3310511edt.edj: File (or file 
path) does not exist. Check if path to file pict0646-3310511edt.png is 
correct (both directory and file name).
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER
ECORE_X_ATOM_NET_WM_SYNC_REQUEST_COUNTER




rob

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] edje_cc error

2008-10-23 Thread flower-mei
hi all,
 With  efl development enviroment, I have install all needed lib but when I use 
edje_cc  it has the error:

   Missing PNG or JPEG loader modules for Evas or file does not exist, or is 
not readable.
  I don't know which lib have not  installed?

   who know the  reason?  
  thanks !
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error

2008-10-23 Thread Gustavo Sverzut Barbieri
On Thu, Oct 23, 2008 at 8:00 AM, flower-mei [EMAIL PROTECTED] wrote:
 hi all,
  With  efl development enviroment, I have install all needed lib but when I 
 use edje_cc  it has the error:

   Missing PNG or JPEG loader modules for Evas or file does not exist, or is 
 not readable.
  I don't know which lib have not  installed?

probably you missed evas loaders/savers, you need libpng and libjpeg
for those to be compiled, see ./configure output inside evas
directory.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error when compiling ewl

2004-04-04 Thread The Rasterman
On Sun, 4 Apr 2004 13:03:26 +0200 (MEST) Vincent Torri [EMAIL PROTECTED]
(Bbabbled:
(B
(B 
(B 
(B On Fri, 26 Mar 2004, Carsten Haitzler wrote:
(B 
(B  On Sun, 21 Mar 2004 18:33:27 +0100 (MET) Vincent Torri
(B  [EMAIL PROTECTED] babbled:
(B  
(B   
(B   Hello,
(B   
(B   i am trying to (locally) compile the EFLs and there's an error during the
(B   last one's compilation (arggg !). edje_cc complains : 
(B   
(B   edje_cc: Error. unable to write image part "border-square.png" as
(B   "images/0" part entry to default.eet
(B  
(B  is border-square.png there as a file? i.e. can it open it? :) sorry i dont
(B  have the best error message here - it probably should say that it cant load
(B  it. this is probably because the image doesnt exist in any image directory
(B  given to edje_cc.
(B 
(B the file exists (it is in data/themes/default/bits/images/) and i can
(B display it.
(B 
(B I have the same error message with entice:
(B 
(B edje_cc: Error. unable to write image part "bg.png" as "images/0" part
(B entry to default.eet
(B 
(B and bg.png exists. It is a very cool background, indeed. i like it.
(B 
(B regards
(B 
(B Vincent TORRI
(B
(Bhmm - i recently found some weird compiling if you compile eet with certain
(Bcompiler flags - try compile eet again with JUST -O2 as cflags...
(B
(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-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] edje_cc error when compiling ewl

2004-04-04 Thread Vincent Torri


On Sun, 4 Apr 2004, Carsten Haitzler wrote:

 On Sun, 4 Apr 2004 13:03:26 +0200 (MEST) Vincent Torri [EMAIL PROTECTED]
 babbled:
 
  
  
  On Fri, 26 Mar 2004, Carsten Haitzler wrote:
  
   On Sun, 21 Mar 2004 18:33:27 +0100 (MET) Vincent Torri
   [EMAIL PROTECTED] babbled:
   

Hello,

i am trying to (locally) compile the EFLs and there's an error during the
last one's compilation (arggg !). edje_cc complains : 

edje_cc: Error. unable to write image part border-square.png as
images/0 part entry to default.eet
   
   is border-square.png there as a file? i.e. can it open it? :) sorry i dont
   have the best error message here - it probably should say that it cant load
   it. this is probably because the image doesnt exist in any image directory
   given to edje_cc.
  
  the file exists (it is in data/themes/default/bits/images/) and i can
  display it.
  
  I have the same error message with entice:
  
  edje_cc: Error. unable to write image part bg.png as images/0 part
  entry to default.eet
  
  and bg.png exists. It is a very cool background, indeed. i like it.
  
  regards
  
  Vincent TORRI
 
 hmm - i recently found some weird compiling if you compile eet with certain
 compiler flags - try compile eet again with JUST -O2 as cflags...

you're great. 

Do you know which compiler flags should not work ?

Thanks !

Vincent TORRI

PS : there's some warnings in eet_data.c (lines 930  943 integer constant
is too large for long type)



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje_cc error when compiling ewl

2004-04-04 Thread The Rasterman
On Sun, 4 Apr 2004 15:25:32 +0200 (MEST) Vincent Torri [EMAIL PROTECTED]
(Bbabbled:
(B
(B 
(B 
(B On Sun, 4 Apr 2004, Carsten Haitzler wrote:
(B 
(B  On Sun, 4 Apr 2004 13:03:26 +0200 (MEST) Vincent Torri
(B  [EMAIL PROTECTED] babbled:
(B  
(B   
(B   
(B   On Fri, 26 Mar 2004, Carsten Haitzler wrote:
(B   
(BOn Sun, 21 Mar 2004 18:33:27 +0100 (MET) Vincent Torri
(B[EMAIL PROTECTED] babbled:
(B
(B 
(B Hello,
(B 
(B i am trying to (locally) compile the EFLs and there's an error during
(B the last one's compilation (arggg !). edje_cc complains : 
(B 
(B edje_cc: Error. unable to write image part "border-square.png" as
(B "images/0" part entry to default.eet
(B
(Bis border-square.png there as a file? i.e. can it open it? :) sorry i
(Bdont have the best error message here - it probably should say that it
(Bcant load it. this is probably because the image doesnt exist in any
(Bimage directory given to edje_cc.
(B   
(B   the file exists (it is in data/themes/default/bits/images/) and i can
(B   display it.
(B   
(B   I have the same error message with entice:
(B   
(B   edje_cc: Error. unable to write image part "bg.png" as "images/0" part
(B   entry to default.eet
(B   
(B   and bg.png exists. It is a very cool background, indeed. i like it.
(B   
(B   regards
(B   
(B   Vincent TORRI
(B  
(B  hmm - i recently found some weird compiling if you compile eet with certain
(B  compiler flags - try compile eet again with JUST -O2 as cflags...
(B 
(B you're great. 
(B 
(B Do you know which compiler flags should not work ?
(B
(Bnot sure BUT i found:
(B-ffast-math -malign-double -march=pentium
(B
(Bto be an offending combination - not sure which one. not sure why though either
(Bas it ONLY shows this when compiling for a plain pentium mmx box.
(B
(B Thanks !
(B 
(B Vincent TORRI
(B 
(B PS : there's some warnings in eet_data.c (lines 930  943 integer constant
(B is too large for "long" type)
(B
(Bthey definitely wont affect this thoug!
(B
(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-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] edje_cc error when compiling ewl

2004-03-25 Thread The Rasterman
On Sun, 21 Mar 2004 18:33:27 +0100 (MET) Vincent Torri [EMAIL PROTECTED]
(Bbabbled:
(B
(B 
(B Hello,
(B 
(B i am trying to (locally) compile the EFLs and there's an error during the
(B last one's compilation (arggg !). edje_cc complains : 
(B 
(B edje_cc: Error. unable to write image part "border-square.png" as
(B "images/0" part entry to default.eet
(B
(Bis border-square.png there as a file? i.e. can it open it? :) sorry i dont have
(Bthe best error message here - it probably should say that it cant load it. this
(Bis probably because the image doesnt exist in any image directory given to
(Bedje_cc.
(B
(B I am not familiar at all with edge, and i don't understand this error.
(B 
(B Could someone help me ?
(B 
(B thanks !
(B 
(B Vincent TORRI
(B 
(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-devel mailing list
(B [EMAIL PROTECTED]
(B https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(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-devel mailing list
(B[EMAIL PROTECTED]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] edje_cc error when compiling ewl

2004-03-21 Thread Vincent Torri

Hello,

i am trying to (locally) compile the EFLs and there's an error during the
last one's compilation (arggg !). edje_cc complains : 

edje_cc: Error. unable to write image part border-square.png as
images/0 part entry to default.eet

I am not familiar at all with edge, and i don't understand this error.

Could someone help me ?

thanks !

Vincent TORRI



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel