FLTK logo

Article #1476: FLTK 1.3.x Weekly Snapshot, r11862

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #1476: FLTK 1.3.x Weekly Snapshot, r11862

Created at 00:00 Aug 05, 2016 by mike

A new weekly snapshot of FLTK 1.3.x (r11862) is now available on the download page:

    http://www.fltk.org/software.php?VERSION=fltk-1.3.x-r11862

Commit Log:

------------------------------------------------------------------------
r11861 | AlbrechtS | 2016-08-01 08:48:59 -0400 (Mon, 01 Aug 2016) | 1 line

Documentation fixes.
------------------------------------------------------------------------
r11859 | AlbrechtS | 2016-08-01 08:22:05 -0400 (Mon, 01 Aug 2016) | 1 line

More configure.in quoting fixes.
------------------------------------------------------------------------
r11857 | AlbrechtS | 2016-08-01 04:28:50 -0400 (Mon, 01 Aug 2016) | 8 lines

Fix quoting in configure.in.

There were two real errors (AC_MSG_ERROR, fixed in previous commit) and
lots of less important missing quotes.

I also reordered some statements to make configure.in better comparable
with branch-1.3-porting.

------------------------------------------------------------------------
r11855 | greg.ercolano | 2016-08-01 00:57:18 -0400 (Mon, 01 Aug 2016) | 11
lines

Fixes problem with AC_MSG_ERROR() macro which was causing this error
when e.g. the X11 libs weren't found:

    configure: line 410: test: aborting.: integer expression expected
    configure: error: Configure could not find required X11 libraries

For info on correct use of AC_MSG_ERROR(), see:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Printing-Messages.html



------------------------------------------------------------------------
r11853 | AlbrechtS | 2016-07-29 14:50:07 -0400 (Fri, 29 Jul 2016) | 4 lines

Remove copyright markers from abi-version.* (STR #3161).

See STR comments #10 - #14.

------------------------------------------------------------------------
r11851 | AlbrechtS | 2016-07-29 06:51:00 -0400 (Fri, 29 Jul 2016) | 6 lines

Fix more Windows 64-bit g++ compiler warnings.

Fixed warnings:

  42 cast to pointer from integer of different size [-Wint-to-pointer-cast]

------------------------------------------------------------------------
r11849 | AlbrechtS | 2016-07-29 05:23:44 -0400 (Fri, 29 Jul 2016) | 12
lines

Fix compiler warnings (gcc 6.1).

Some of these warnings were benign (code formatting), but one of them
showed a potential bug (zero divide in test/fraciewer.cxx).

Fixed warnings:

 2 suggest parentheses around operand of '!' or change '&' to '&&' or '!'
to '~' [-Wparentheses]
 1 this 'while' clause does not guard... [-Wmisleading-indentation]
 1 this 'for' clause does not guard... [-Wmisleading-indentation]
 1 this 'else' clause does not guard... [-Wmisleading-indentation]

------------------------------------------------------------------------

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.