DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2739
Version: 1.3-feature


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:


Link: http://www.fltk.org/str.php?L2739
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to