FLTK logo

Article #1477: FLTK 1.3.x Weekly Snapshot, r11871

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 #1477: FLTK 1.3.x Weekly Snapshot, r11871

Created at 00:00 Aug 12, 2016 by mike

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

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

Commit Log:

------------------------------------------------------------------------
r11870 | AlbrechtS | 2016-08-11 08:37:30 -0400 (Thu, 11 Aug 2016) | 9 lines

Fix one compiler warning and one error on Windows 64-bit.

These warnings and errors were found using gcc 6.1 (64-bit) under Windows.

The error in examples/howto-add_fd-and-popen.cxx (-fpermissive) is due
to the wrong definition of Fl_FD_Handler under Windows 64-bit (FL_SOCKET!).

This should really be fixed in a better way in FLTK 1.4.

------------------------------------------------------------------------
r11868 | AlbrechtS | 2016-08-09 11:19:46 -0400 (Tue, 09 Aug 2016) | 1 line

Fix typos, separate local variables of image scaling algorithms.
------------------------------------------------------------------------
r11866 | AlbrechtS | 2016-08-08 10:17:22 -0400 (Mon, 08 Aug 2016) | 6 lines

[CMake] Restore ability to build shared libs under Linux etc.

Under Linux we link the shared image libs and forms libs with fltk_SHARED
(again), but this does currently not work with Visual Studio, hence we
need to differentiate in src/CMakeLists.txt when building shared libs.

------------------------------------------------------------------------
r11865 | AlbrechtS | 2016-08-08 08:25:08 -0400 (Mon, 08 Aug 2016) | 12
lines

[CMake] Fix Windows dll build with Visual Studio generator.

Now you can set OPTION_BUILD_SHARED_LIBS:BOOL=ON to build FLTK dll's with
Visual Studio. Tested and works (Visual Studio 2010 + 2015).

Todo: dll names and target directories may need some changes.

Todo: Shared libraries under Linux with CMake don't work yet:
/usr/bin/ld: ../lib/libfltk.a(Fl.cxx.o): relocation R_X86_64_32S against
  `.bss' can not be used when making a shared object; recompile with -fPIC


------------------------------------------------------------------------
r11863 | manolo | 2016-08-05 13:07:15 -0400 (Fri, 05 Aug 2016) | 4 lines

Fix CMake building under Apple platform that used to set HAVE_GL_GLU_H to 0

On the Mac OS platform, file glu.h is not in a directory called GL.

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

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'.