[Bug 218409] Re: libpng causes error concerning pngconf.h

2012-07-30 Thread Vistaus
Why isn't any dev fixing this? It's such an easy-to-apply patch and this bug is open for so many years already!!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/218409 Title: libpng causes error

[Bug 218409] Re: libpng causes error concerning pngconf.h

2012-07-30 Thread Marc Deslauriers
It's not being fixed because the upstream libpng project put that there deliberately. Once you make sure your project is using the same setjmp.h, in lucid and later, you simply need to set PNG_SKIP_SETJMP_CHECK in your application to skip the error. If you disagree, please debate this issue with

[Bug 218409] Re: libpng causes error concerning pngconf.h

2012-06-24 Thread michael
Invalid code is still present as of 12.04. Header should be fixed to use #error or #warning. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/218409 Title: libpng causes error concerning pngconf.h To

[Bug 218409] Re: libpng causes error concerning pngconf.h

2012-06-06 Thread Meekohi
Just experienced this on Amazon AMI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/218409 Title: libpng causes error concerning pngconf.h To manage notifications about this bug go to:

[Bug 218409] Re: libpng causes error concerning pngconf.h

2012-06-06 Thread Meekohi
Fixed by putting #include png.h at the top of my program instead of letting it be included later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/218409 Title: libpng causes error concerning

[Bug 218409] Re: libpng causes error concerning pngconf.h

2010-03-03 Thread Siegfried Gevatter
This is still present in Lucid (1.2.42-1ubuntu1). -- libpng causes error concerning pngconf.h https://bugs.launchpad.net/bugs/218409 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 218409] Re: libpng causes error concerning pngconf.h

2009-12-25 Thread cousteau
2009-12-25 and the bug's still there. And although I browsed all the code I was trying to compile searching for #include setjmp.h I didn't found it, so I don't know why the error even appears. Commenting those 2 lines on /usr/include/pngconf.h works, and the compiled program works perfectly after

[Bug 218409] Re: libpng causes error concerning pngconf.h

2009-05-16 Thread Christoph Egger
If this is using the wrong interfaces libpng *may* fail with an #error directive. Failing because someone believes putting invalid code somewhere is funny is definitely a bug. -- libpng causes error concerning pngconf.h https://bugs.launchpad.net/bugs/218409 You received this bug notification

[Bug 218409] Re: libpng causes error concerning pngconf.h

2008-12-13 Thread Daniel T Chen
Arguably the applications should be using the correct interfaces... ** Changed in: libpng (Ubuntu) Importance: Undecided = Wishlist Status: New = Confirmed -- libpng causes error concerning pngconf.h https://bugs.launchpad.net/bugs/218409 You received this bug notification because you

[Bug 218409] Re: libpng causes error concerning pngconf.h

2008-11-14 Thread Bart de Koning
Hey all, Ubuntu Intrepid Ibex 8.10 - libpng12-dev 1.2.27-1 has the same problem: compiling imal (http://brneurosci.org/imal.html) using dpkg-buildpackage -rfakeroot gives the following error and exits: --- In file included from /usr/include/png.h:438, from xmtnimage65.cc:17:

[Bug 218409] Re: libpng causes error concerning pngconf.h

2008-10-27 Thread Bart de Koning
I could confirm this in Ubuntu 8.04 using libpng12-dev 1.2.15~beta5-3 I could solve it using the above mentioned patch from Gentoo -- libpng causes error concerning pngconf.h https://bugs.launchpad.net/bugs/218409 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 218409] Re: libpng causes error concerning pngconf.h

2008-04-30 Thread dauerflucher
Gentoo devs offer a patch for this problem. --- libpng/pngconf.h +++ libpng/pngconf.h @@ -323,8 +323,8 @@ /* If you encounter a compiler error here, see the explanation * near the end of INSTALL. */ - __pngconf.h__ already includes setjmp.h; - __dont__ include