Re: [E-devel] compilation fail without png support

2013-05-30 Thread The Rasterman
-- > > > > Date: Thu, 30 May 2013 08:55:33 +0900 > > > > From: ras...@rasterman.com > > > > To: enlightenment-devel@lists.sourceforge.net > > > > CC: scimmi...@outlook.com > > > > Subject: Re: [E-devel] compilation fail without png support > &

Re: [E-devel] compilation fail without png support

2013-05-29 Thread Jérémy Zurcher
5:33 +0900 > > > From: ras...@rasterman.com > > > To: enlightenment-devel@lists.sourceforge.net > > > CC: scimmi...@outlook.com > > > Subject: Re: [E-devel] compilation fail without png support > > > > > > On Wed, 29 May 2013 18:37:06 -0

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
bled. same for jpeg, gif and tiff. > > > > Date: Thu, 30 May 2013 08:55:33 +0900 > > From: ras...@rasterman.com > > To: enlightenment-devel@lists.sourceforge.net > > CC: scimmi...@outlook.com > > Subject: Re: [E-devel] compilation fail without png supp

Re: [E-devel] compilation fail without png support

2013-05-29 Thread Doug Newgard
; CC: scimmi...@outlook.com > Subject: Re: [E-devel] compilation fail without png support > > On Wed, 29 May 2013 18:37:06 -0500 Doug Newgard said: > >> I think you missed the point, raster. The problem is that the configure >> script doesn't find the libpng .pc file,

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
ing? i thought we made png, jpeg, tiff, gif mandatory (unless --disabled)? > > > Date: Thu, 30 May 2013 08:20:57 +0900 > > From: ras...@rasterman.com > > To: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-de

Re: [E-devel] compilation fail without png support

2013-05-29 Thread Doug Newgard
an.com > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] compilation fail without png support > > On Wed, 29 May 2013 23:35:54 +0200 Jérémy Zurcher said: > > i havent checked yet - seen the ticket though. as such if you have the pc file > (pkg-config) but

Re: [E-devel] compilation fail without png support

2013-05-29 Thread The Rasterman
On Wed, 29 May 2013 23:35:54 +0200 Jérémy Zurcher said: i havent checked yet - seen the ticket though. as such if you have the pc file (pkg-config) but dont have the .h... your system is broken regardless. we will fail compiling in a gazillion ways if deps behave this way. we can't be expected to

[E-devel] compilation fail without png support

2013-05-29 Thread Jérémy Zurcher
Hi, as reported in https://phab.enlightenment.org/T64, without proper png support compilation crashes because of: - emotion_test - edje examples - ethumb emotion module what is the right way to handle this ? - crash configure - disable compilation of faulty bits I have patches ready for bo