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
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 conc
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
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 pngconf
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:
https://bugs.
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
ubuntu-bugs@lists.ubuntu.co
2009-12-25 and the bug's still there. And although I browsed all the
code I was trying to compile searching for "#include " 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 that.
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 bec
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 yo
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:
/
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
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 i
12 matches
Mail list logo