FLTK logo

STR #164

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

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:1 - Request for Enhancement, e.g. asking for a feature
Scope:3 - Applies to all machines and operating systems
Subsystem:Config Files
Summary:configure: place HLINKS setting in own case statement
Version:1.1.4
Created By:dmacks.netspace
Assigned To:mike
Fix Version:1.1.5rc1
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 dmacks.netspace
18:04 Sep 09, 2003
Currently, the setting of HLINKS in configure is part of a "case $uname" that handles a variety of platform-dependent
settings. Given that all the other things that are handled there are OS-related but this one is filesystem-related, might be sensible to place it in a separate case...esac block. In two cases so far this would be helpful: compiling on OS X ($uname=Darwin) but on UFS (which is case-sensitive so I don't want the Darwin HLINKS setting) and compiling for x11 on OS X o HFS+ (where I don't want the Darwin case but I do need to set HLINKS). Having the HLINKS stuff as a separate block from the OS options makes it easier to figure out how/where to figure out how to do the patches.

Okay, why not go a bit friendlier and have ./configure support --{with,without}-hlinks to force a particular behavior (overriding the guess based on $uname). Or else the more verbose but less geekily-named --set-case-insensitive-fs? Unfortunately there's no good way to actually test this, as the --prefix dir might not exist and might not be on the same FS as the srcdir.
 
 
#2 mike
07:27 Sep 14, 2003
Added --with-links/--without-links configure option, with the default as they were before.  
     

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