Re: [fltk.bugs] [MOD] STR #2778: fldiff can't do svn diffs with svn 1.7.x in subdirectories

2012-02-08 Thread Michael Sweet
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2778 Version: -current Fix Version: -current (r455) Fixed in Subversion repository. Link: http://www.fltk.org/str.php?L2778 Version: -current Fix Version: -current (r455) ___ fltk-bugs ma

[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

[fltk.bugs] SegFault

2012-02-08 Thread ayarger
Hello, I am currently attempting to use a program that employs the FLTK library, but it crashes reliably when a drop-down menu button is clicked. It seems to occur in fl_draw's fl_measure function when the 64bit library is used. running the program through gdb on 64-bit Redhat Linux results in

Re: [fltk.bugs] SegFault

2012-02-08 Thread Greg Ercolano
On 02/08/12 14:45, ayar...@umich.edu wrote: > Hello, > > I am currently attempting to use a program that employs the FLTK library, but > it crashes reliably when a drop-down menu button is clicked. It seems to > occur in fl_draw's fl_measure function when the 64bit library is used. > > running