> Wido <wido...@gmail.com> ?????(?) ? ????? ?????? Tue, 28 Feb 2012 05:30:58
> +0100:
>
>> * I'm not seeing any of the two pics that are in the lower part (Bohr's
>> model and melting point) are not beeing displayed. All I got are blanks.
>> I'm also getting this message 4 times:
>>
>> - ERR<20894>:evas-xpm evas_image_load_xpm.c:173
>> evas_image_load_file_xpm()
>> XPM ERROR: header not found
>>
>> Maybe something is missing? or different in newer EFL versions?
>>
>       Hi!
>
> I think you miss XPM support in evas(--enable-image-loader-xpm),
> or some it's dependencies.
>
>
Hello,

I have been suffering from the same error and today I dived a little in
the code of the evas-xpm evas_image_load_xpm.c file and I noticed the
following:

   /* look in rgb txt database */
   if (!rgb_txt) rgb_txt = fopen("/usr/lib/X11/rgb.txt", "r");
   if (!rgb_txt) rgb_txt = fopen("/usr/X11/lib/X11/rgb.txt", "r");
   if (!rgb_txt) rgb_txt = fopen("/usr/X11R6/lib/X11/rgb.txt", "r");
   if (!rgb_txt) rgb_txt = fopen("/usr/openwin/lib/X11/rgb.txt", "r");
   if (!rgb_txt) return;
   fseek(rgb_txt, 0, SEEK_SET);

Could it be a consequence of this file missing (if the color does not
start with a # ) - these are 4 lines and you get 4 times this error
message?

I for one don't have any X11 (or related libs) whatsoever on my
destination target, hence also no rgb.txt in one of these *hardcoded*
paths. Maybe this explains this error?

Kind regards,
Erwin Hermans


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to