FLTK logo

STR #809

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.1 | SVN ⇄ GIT ]

STR #809

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Example Programs
Summary:Many test/example programs use private headers
Version:1.1.6
Created By:ucko.debian
Assigned To:mike
Fix Version:1.1-current (SVN: v4291)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 ucko.debian
08:44 Apr 15, 2005
I've been looking into the possibility of including source for the example programs under test/ as part of my Debian binary packages.  Although that part is easy enough, I have found that many of the examples don't actually compile outside the FLTK tree because they #include private headers -- typically config.h, but also flstring.h in a couple of cases.  I can work around this by supplying the private headers alongside the examples (and fixing the #include directives for flstring.h), but it would be nice if the examples all stood properly on their own.

Here's a list of the problematic dependencies:

grep '\.\./[^F]' .../test/makedepend | \
  sed -e 's: \.\./FL/[^ ]*\.[Hh]::g; s: [^/]*\.[ch]x*::g'
checkers.o: ../src/flstring.h ../config.h
color_chooser.o: ../config.h
cube.o: ../config.h
CubeMain.o: ../config.h
CubeView.o: ../config.h
file_chooser.o: ../src/flstring.h
file_chooser.o: ../config.h
fractals.o: ../config.h
fullscreen.o: ../config.h
gl_overlay.o: ../config.h
glpuzzle.o: ../config.h
image.o: ../config.h
list_visuals.o: ../config.h
shape.o: ../config.h
shiny.o: ../config.h
threads.o: ../config.h
tiled_image.o: ../config.h
 
 
#2 mike
06:32 Apr 18, 2005
Fixed in Subversion repository.

 
 
#3 mike
06:33 Apr 18, 2005


 
     

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