FLTK logo

STR #2911

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 Bugs & Features | Roadmap 1.3 | SVN ⇄ GIT ]

STR #2911

Application:FLTK Library
Duplicate Of:STR #2903
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:Core Library
Summary:Library can't be compiled under clang 3.1
Version:1.3.2
Created By:sanel.z
Assigned To:AlbrechtS
Fix Version:1.3.3 (SVN: v9750)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 sanel.z
05:37 Dec 27, 2012
Clang version 3.1 (under Minix but should be applied for other OS-es) is unable to compile latest FLTK version. Here is the report:

Fl_x.cxx:1876:33: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && !Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)

Fl_x.cxx:1943:35: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)

Fl_x.cxx:1987:33: error: 'FULLSCREEN' is a protected member of 'Fl_Widget'
  if (win->flags() & Fl_Widget::FULLSCREEN && !Fl_X::ewmh_supported()) {

../FL/Fl_Widget.H:173:9: note: declared protected here
        FULLSCREEN       = 1<<18, ///< a fullscreen window (Fl_Window)
 
 
#2 AlbrechtS
09:01 Dec 27, 2012
Thanks for the report, but this is already fixed in the Subversion repository.

Could you please try a subversion download, or the patch posted in STR #2903 [1], or a newer snapshot [2]?

[1] http://www.fltk.org/str.php?L2903
    http://www.fltk.org/strfiles/2903/str_2903.patch

[2] http://www.fltk.org/articles.php?L1270 or later ...
 
 
#3 AlbrechtS
09:04 Dec 27, 2012
Correction: Fix Version will be 1.3.3 (was 1.3.2).  
 
#4 sanel.z
05:26 Dec 28, 2012
Ahh, didn't notice this was fixed on svn. It should work, as I made similar quickfix for my environment.

Feel free to close this ticket. Thanks :)
 
 
#5 AlbrechtS
05:37 Dec 28, 2012
Thanks for confirmation.

I'm leaving this STR open as a reference so others can find it.
At least for now...
 
 
#6 ianmacarthur
16:43 Sep 04, 2014
Fixed in Subversion repository.

It's been two years since the fix was applied now, which seems long enough... I'm just going to close this one I think...
 
     

Return to Bugs & Features ]

 
 

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