FLTK logo

[fltk.bugs] [LOW] STR #1600: test/Makefile minor bug (misleading output message)

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 ]

[LOW] STR #1600: test/Makefile minor bug (misleading output message) Albrecht Schlosser Feb 12, 2007  
 
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

from test/Makefile:

# FLUID file rules
.fl.cxx .fl.h:	../fluid/fluid$(EXEEXT)
	echo Generating $<...
	../fluid/fluid$(EXEEXT) -c $<

shouldn't the above line be "echo Generating $@..." ?

That's what is displayed:

Generating fast_slow.fl...
make[1]: Warning: File `fast_slow.h' has modification time 0.00025 s in
the future
Compiling fast_slow.cxx...

The first line shows the wrong (misleading) message, the second might be
some timing problem (Matt, didn't you fix a similar problem recently?).

The build ends with "make[1]: warning:  Clock skew detected.  Your build
may be incomplete."

Before this, I even got the following _Error_ messages:

Generating valuators.fl...
make[1]: *** [valuators.cxx] Error 53
Generating valuators.fl...
make[1]: *** [valuators.h] Error 53

however, I couldn't reproduce this later.

Build environment: clean (svn export'ed) fltk 1.1r5691 on windows
(cygwin). The export had been done on a linux system, and tar'ed and
untar'ed on the windows system.

The linux system didn't show these problems, but obviously the same
misleading message.

Albrecht

Link: http://www.fltk.org/str.php?L1600
Version: 1.1-current


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