Loic wrote:
> Hello,
> 
> I have to patch for the bug registered as STR #2205
> http://www.mail-archive.com/[email protected]/msg02130.html
> 
> But I don't really know how to patch, since the patch implies modification in 
> configure.in, I guess that I will need to regenerate the configure script...
> 
> Is there any already patched source version (based on 1.1.9)
> in order to correct this?

No, there are no patched sources available.

> thanks for giving me the full list of instruction to do in order to patch,

Please download the revised patch for FLTK 1.1.9 from STR #2227:

http://www.fltk.org/strfiles/2227/glibc_2-10.patch

and save it for instance in your fltk source root dir,
and then:

make distclean
patch -p0 < glibc_2-10.patch
make

That's it.

If you don't have patch installed, then you must install it first.

After patching the files there's nothing different than for normal 
builds. You can also use autoconf + ./configure ... + make instead of 
simply running make as above.

Albrecht
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to