FLTK logo

STR #2739

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

STR #2739

Application:FLTK Library
Status:2 - Closed w/o Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:None
Summary:fltk-3 install anomaly
Version:3.0
Created By:szukw000
Assigned To:matt
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 szukw000
14:55 Oct 18, 2011
To install fltk-3, I had to make the changes below.

winfried

--- fltk-3.0.x-r9132/Makefile.orig  2011-10-01 15:46:37.000000000 +0200
+++ fltk-3.0.x-r9132/Makefile   2011-10-01 15:48:23.000000000 +0200
@@ -27,7 +27,7 @@

 include makeinclude

-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
+DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation include/fltk3

 all: makeinclude fltk3-config
    for dir in $(DIRS); do\
@@ -39,7 +39,7 @@
    -mkdir -p $(DESTDIR)$(bindir)
    $(RM) $(DESTDIR)$(bindir)/fltk3-config
    $(INSTALL_SCRIPT) fltk3-config $(DESTDIR)$(bindir)
-   for dir in FL $(DIRS); do\
+   for dir in $(DIRS); do\
        echo "=== installing $$dir ===";\
        (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
    done
--- fltk-3.0.x-r9132/include/fltk3/Makefile.in.orig 2011-10-01 15:50:35.000000000 +0200
+++ fltk-3.0.x-r9132/include/fltk3/Makefile.in  2011-10-01 15:50:49.000000000 +0200
@@ -25,7 +25,7 @@
 #      http://www.fltk.org/str.php
 #

-include ../makeinclude
+include ../../makeinclude

 all:
 
 
#2 ianmacarthur
14:52 Oct 19, 2011
NOTE: fltk3 is currently alpha. It is not intended to be installable at this stage.

We would strongly advise against doing so.
 
 
#3 AlbrechtS
01:56 Oct 20, 2011
Changed priority to "Low" and Software Version to 3.0.  
 
#4 AlbrechtS
01:59 Oct 20, 2011
Also note that there may be more header directories that need to be installed in FLTK 3 (compatibility headers). BTW: I do fully agree with what Ian wrote.

But thanks for the heads-up and the patch.
 
     

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