[E-devel] Re: E CVS: libs/evas rbdpngn

2003-12-18 Thread JC Wong
[EMAIL PROTECTED] wrote on Thu, Dec 18, 2003 at 12:36:21AM -0800
> Enlightenment CVS committal
> 
> Author  : rbdpngn
> Project : e17
> Module  : libs/evas
> 
> Dir : e17/libs/evas/src/lib/engines/common
> 
> 
> Modified Files:
>   evas_image_load.c 
> 
> 
> Log Message:
> Hopefully fix build for solaris.

Seem like its failed on i386 : )
This the error's I got here :
In file included from /usr/include/png.h:332,
 from evas_image_load.c:8:
/usr/include/pngconf.h:255: error: syntax error before '.' token
make[5]: *** [evas_image_load.lo] Error 1
make[5]: Leaving directory `/home/catalyst/CVS/e17/libs/evas/src/lib/engines/common'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/catalyst/CVS/e17/libs/evas/src/lib/engines'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/catalyst/CVS/e17/libs/evas/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/catalyst/CVS/e17/libs/evas/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/catalyst/CVS/e17/libs/evas'
make: *** [all] Error 2

jcwong
-- 
You're definitely on their list.  The question to ask next is what list it is.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Re: E CVS: libs/epsilon atmosphere

2003-12-18 Thread Mike Frysinger
On Wednesday 17 December 2003 22:49, [EMAIL PROTECTED] 
wrote:
> @@ -293,12 +297,12 @@
>  int iw, ih;
>  char outfile[PATH_MAX];
>
> -if(!e || !e->hash || !e->src) return(EPSILON_FAIL);
>  #ifdef HAVE_EPEG_H
>  Epeg_Image *im;
>  Epeg_Thumbnail_Info info;
>  int len = 0;
>  len = strlen(e->src);
> +if(!e || !e->hash || !e->src) return(EPSILON_FAIL);
>  if((len > 4) &&
>   (
>   !strcmp(&e->src[len-3], "jpg") ||

i dont think you want that if check there ...
(1) it's inside of the HAVE_EPEG_H
(2) you use do strlen(e->src) just before checking !e ...

perhaps you'll need 2 sets of HAVE_EPEG_H ... one for declaring and one for 
actual code with the if statement inbetween the blocks ?
-mike


pgp0.pgp
Description: signature


Re: [E-devel] Re: E CVS: libs/epsilon atmosphere

2003-12-18 Thread Corey Donohoe
Bad ! Sorry :( I'll fix it today.

* Mike Frysinger ([EMAIL PROTECTED]) wrote:
Content-Description: signed data
> On Wednesday 17 December 2003 22:49, [EMAIL PROTECTED] 
> wrote:
> > @@ -293,12 +297,12 @@
> >  int iw, ih;
> >  char outfile[PATH_MAX];
> >
> > -if(!e || !e->hash || !e->src) return(EPSILON_FAIL);
> >  #ifdef HAVE_EPEG_H
> >  Epeg_Image *im;
> >  Epeg_Thumbnail_Info info;
> >  int len = 0;
> >  len = strlen(e->src);
> > +if(!e || !e->hash || !e->src) return(EPSILON_FAIL);
> >  if((len > 4) &&
> > (
> > !strcmp(&e->src[len-3], "jpg") ||
> 
> i dont think you want that if check there ...
> (1) it's inside of the HAVE_EPEG_H
> (2) you use do strlen(e->src) just before checking !e ...
> 
> perhaps you'll need 2 sets of HAVE_EPEG_H ... one for declaring and one for 
> actual code with the if statement inbetween the blocks ?
> -mike


__
Corey Donohoe
[EMAIL PROTECTED]
[EMAIL PROTECTED]


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel