Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-21 Thread Matthias Melcher

[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0
Fix Version: 1.3.0 (r9372)


Fixed in Subversion repository.


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0
Fix Version: 1.3.0 (r9372)

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-21 Thread Matthias Melcher

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


It is a bug in LibPNG. An upgrade to the newest libpng should solve the
issue:

http://sourceforge.net/mailarchive/message.php?msg_id=27519894


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-20 Thread Albrecht Schlosser

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


I can only guess - maybe you're using another version of libpng than what
our FLTK build expects. Please help us by answering these questions:

- what compiler and version are you using? Is it MinGW gcc (it looks so
from your posted error message, but I don't know for sure).

- do you use a supplied (installed) libpng? If yes, which version?

- how did you configure your FLTK build?

Now one suggestion: try to configure FLTK with:

./configure --enable-localpng --enable-localjpeg --enable-localzlib

or at least with "--enable-localpng". Does this help?


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-04-19 Thread bibothekid

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


Sorry, but this is not an Apple problem. I try to use fltk 1.3.-9340
under Windows 32. My Codeblock IDE throw this error

C:\Programme\msys\local\lib\libfltk_images.a(Fl_PNG_Image.o):Fl_PNG_Image.cxx||
undefined reference to `png_set_longjmp_fn'

What can i do?


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-02-22 Thread cmg . cs . wustl

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


Worked like a charm. Thank you very much! Didn't know you could mix and
match compilers that way.


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


Re: [fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-02-09 Thread Manolo Gouy

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Active]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


This error occurs only with Apple's new LLVM 3.0 compiler.

You can fix that by modifying the "Build settings"
of the "fltk-images" target of the Xcode project:
go to the "Compiler for C/C++/Objective-C" item, and
change it from "Default compiler (Apple LLVM compiler 3.0)"
to "LLVM GCC 4.2",
and the project will compile without error.

Post here, please, what happens in your hands.


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs


[fltk.bugs] [MOD] STR #2805: png_set_longjmp_fn not found in mac lion (xcode 4)

2012-02-08 Thread cmg . cs . wustl

DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0


Hello,
  Hoping there's a simple easy fix - got my new mac, mac Lion, xcode 4.2.1
and tried to compile fltk (I've been using xcode 3). I get a compile error
in Fl_PNG_Image.cxx

if (setjmp(png_jmpbuf(pp))
   No matching function call for png_set_longjmp_fn

Looking around, my best guess is that the png library has a different
format for setjmp/longjmp than what's in setjmp.h. 

(This isn't the only place this shows up, just the first one.)

Is there a clean fix for this?


Link: http://www.fltk.org/str.php?L2805
Version: 1.3.0

___
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs