FLTK logo

STR #2042

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 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #2042

Application:FLTK Library
Status:5 - New
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Unassigned
Summary:fltk2 does not compile on DragonFly BSD
Version:2.0-current
Created By:johannes.hofmann.gmx
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 johannes.hofmann.gmx
08:07 Sep 18, 2008
Currently fltk does not compile on DragonFly BSD.
The following patch fixes it.

diff -r 0a9067b60fe3 fltk/x11.h
--- a/fltk/x11.h Sat Jun 28 10:54:24 2008 +0200
+++ b/fltk/x11.h Sat Jun 28 10:58:19 2008 +0200
@@ -67,7 +67,7 @@ header files directly.

 #   undef Window

-#   if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__)
+#   if defined(__FreeBSD__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(__DragonFly__)
      typedef unsigned long ulong;
      typedef unsigned int      uint;
      typedef unsigned char uchar;
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

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