Thanks Fred, now works.

Germán

El mié, 18-01-2017 a las 23:54 +0100, Fred Kiefer escribió:
> Should be fixed in svn. I just took over the code from GNUstep gui.
> 
> 
> > Am 18.01.2017 um 17:45 schrieb Ivan Vučica <i...@vucica.net>:
> > 
> > Assuming it's this file (you didn't specify):
> > http://svn.gna.org/svn/gnustep/libs/opal/trunk/Source/OpalGraphics/
> > image/OPImageCodecPNG.m
> > 
> > You didn't specify a version of libpng either.
> > 
> > It's a red herring that it's an unavailable function. This looks
> > like it's a macro; here's from pngconf.h.
> >   456 #define png_sizeof(x) (sizeof (x))
> > 
> > We should either replace it with a sizeof() or make sure to include
> > the correct header.
> > 
> > On Wed, Jan 18, 2017 at 7:14 AM, Germán Arias <germanan...@gmx.es>
> > wrote:
> > Hi, I'm trying to compile Opal at FreeBSD 11, but when link I get
> > the
> > error "Undefined reference to 'png_sizeof' at libpng". I suppose
> > this
> > is not available in recent version of libpng.
> > 
> > Germán
> 
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to