FLTK logo

STR #1701

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

STR #1701

Application:FLTK Library
Duplicate Of:STR #2254
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:2 - Specific to an operating system
Subsystem:Build Files
Summary:Error in fluid Makefile if DSTDIR is defined
Version:2.0-current
Created By:qwak
Assigned To:AlbrechtS
Fix Version:2.0-current (SVN: v6920)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 qwak
15:35 Jun 02, 2007
make install DSTDIR=...
gives:
=== installing fluid ===
Installing FLUID2 in /usr/bin...
make[1]: /usr/bin/fltk2-config: Command not found
make[1]: *** [install] Error 127

In file fluid/Makefile line 135 is:
$(bindir)/fltk2-config ...
but i think should be:
$(DESTDIR)$(bindir)/fltk2-config ...
 
 
#2 AlbrechtS
04:01 Oct 22, 2009
Fixed in Subversion repository.  
     

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