On Wed, 17 May 2000, David Bonner wrote:
> Date: Wed, 17 May 2000 22:32:02 -0400
> From: David Bonner <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: gencat problems?
>
> I'm also running Slack 7.0, and noticed a compile problem, and the same
> signal 11. It looks like the util/Makefile isn't getting the correct
> CPPFLAGS set. (on my build, it whined about not having LOCALEPATH set)
> In any case, simply copying the CPPFLAGS line from src/Makefile over to
> util/Makefile seems to have solved it for me.
actually... you're problem is simple... you've been afflicted by a timezone
problem... the timestamps on the source files are in the future (make
probably complains about it)... and the newly created object files are
current time
when dealing with mathematical analysis of the dates... future is always
newer than the present...
so what is happening is bsetroot's makefile is trying to rebuild i18n.o
from ../src but bsetroot isn't meant to compile i19n.o... so it fails...
simple solution... either wait a few hours or run:
$ cd blackbox-0.60.1
$ touch `find ./ -print`
> --
> david bonner
> [EMAIL PROTECTED]
>
--- signature Wed Dec 29 17:52:53 1999
+++ .signature Wed Dec 29 17:53:19 1999
@@ -0,0 +1,3 @@
+Bradley T Hughes <[EMAIL PROTECTED]>
+-----------------------------------
+ http://blackbox.alug.org/