FLTK logo

[MOD] STR #3530: make chokes in test with: *** No rule to make target 'fast_slow.h'

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 
 All Forums  |  Back to fltk.bugs  ]
 
Previous Message ]New Message | Reply ]Next Message ]

[MOD] STR #3530: make chokes in test with: *** No rule to make target 'fast_slow.h' gabriele balducci Oct 10, 2019  
 
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: https://www.fltk.org/str.php?L3530
Version: 1.3.5


hi

maintaining fltk on linux from git since quite a bit and never had 
problems.

Since rev number 8605 (62e39e5559acdad536418c35575985a9c55de801) make
fails with:

    ----8<----
    make[2]: *** No rule to make target 'fast_slow.h', needed by
'fast_slow.o'.  Stop.
    make[2]: Leaving directory
'/home/balducci/tmp/install-us-d/fltk-8591.d/fltk-8605/test'
    ---->8----

Trying to fix that single missing rule, just exposes other similar
errors: so I'm now brutally disabling test in Makefile:

    ----8<----
    diff -c ./Makefile.DISABLE_TEST ./Makefile
    *** ./Makefile.DISABLE_TEST	Thu Oct 10 16:56:06 2019
    --- ./Makefile	Thu Oct 10 16:56:06 2019
    ***************
    *** 18,24 ****

      include makeinclude

    ! DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation

      all: makeinclude fltk-config
            for dir in $(DIRS); do\
    --- 18,24 ----

      include makeinclude

    ! DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid  documentation

      all: makeinclude fltk-config
            for dir in $(DIRS); do\
    ---->8----



But I'd like to understand if I'm doing something wrong or there is a
problem in the software

Cloning from https://github.com/fltk/fltk.git

Configuring with configure:

--prefix=/opt/stow.d/versions/fltk-8615/usr
--libdir=/opt/stow.d/versions/fltk-8615/usr/lib64
--enable-threads
--enable-largefile
--enable-shared
--enable-xinerama
--enable-xft
--enable-localpng

(didn't try to build with cmake)


thanks a lot for any hint

ciao
gabriele


Link: https://www.fltk.org/str.php?L3530
Version: 1.3.5


Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

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