Petr wrote:
> Hi,
> I was charged with sending you patches created by lmichnovic. Changelog:

Thanks, in the future please file bug reports using the form at:

     http://www.fltk.org/str.php

That said, we can't accept these patches.  Please see my comments
in-line below...

> ...
> intptr_t.patch
> ***********************************************************************

Unfortunately, we can't accept this patch as-is since <inttypes.h>
is C99 and not available on many platforms.  Also, you seem to be
patching an old version of FLTK - the current release uses different
casts for all of these places and most definitely compiles and runs
on 64-bit platforms...

> and libdir.patch
> ************************************************************************

There is no reason to change the "lib" directory to "lib64", and we
cannot accept this patch as-is because it will only cause problems
on non-Linux and 32-bit platforms.  The current release compiles,
installs, and runs on 64-bit platforms without any changes.  Why are
you proposing these changes?

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to