FLTK logo

STR #1312

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 #1312

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:incorrect configure script: "dirent" redefined, U32 not defined...
Version:2.0-current
Created By:exhu
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]
Name/Time/Date Filename/Size  
 
#1 exhu
02:05 Jun 06, 2006
logs.zip
6k
 
     

Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 exhu
02:05 Jun 06, 2006
Debian 3.1 r1, GCC 3.3:

autoconf
./configure

Seems to correctly recognize dirent but doesn't put the corresponding #define into config.h, the same with U32.

See attached archive with files: configure_log.txt, make_log.txt, config.h
 
 
#2 Flannel
23:03 Jul 10, 2006
This also happens in windows under cygwin (mingw).
U32 fails to be defined (along with U16), as do a few other things (image library for one).

They are correctly defined in config.log (under the heading 'confdefs.h'),  just not in config.h
 
 
#3 fabien
05:41 Jul 27, 2006
I didn't know we also support Debian ...
put this STR priority as moderate as it is
'unable to compile the software'
 
 
#4 snoyberg
13:35 Nov 21, 2006
I had the U32 bug in Cygwin; I solved it by adding:

#define U32 unsigned

to config.h. It's a real hack, so I'm not recommending patching the trunk with it, but for those dying to try out FLTK2 on their Windoze systems at work, it seems to be fine.
 
     

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