Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 1998 16:27:32 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        current@FreeBSD.ORG
Subject:   make buildworld broken on /usr/src/sys/modules/syscons/logo/
Message-ID:  <Pine.BSF.4.05.9812281543450.2148-100000@bright.fx.genx.net>

next in thread | raw e-mail | index | archive | help

make buildworld -j4 -DNOAOUT -DNOPROFILE -DNOSENDMAIL -DNOGAMES

breaks while compiling
/usr/src/sys/modules/syscons/logo/logo_saver.c

it's unable to find "logo.c" which is in the same directory.

as a side note, looking at logo.c, it seems to be some bitmap graphics
wouldn't it make more sense to include those as .uu (uuencoded files)
and then something like:

cat skel_1.c > outfile
uudecode < file.format | hexdump -v -e ' 8/1 "0x%02x, " "\n"' >> outfile 
cat skel_2.c >> outfile
uudecode < file2.format | hexdump -v -e ' 8/1 "0x%02x, " "\n"' >> outfile
cat skel_3.c >> outfile

?

in case someone wanted to customize the graphic.

there's probably a better way to do this, but i haven't figured it out.

if it's a hand done array i apologize, but it seems to be the output of
_some_ image program and i've noticed that when binary data is needed it's
usually uudecoded....

it's also smaller in uuencode format :)

on a side note, why are screensavers of all things being made into kernel
modules, can't syscons exec a userland program? "ugh my screensaver
crashed my machine" :)

thanks,
Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com
-- There are operating systems, and then there's FreeBSD.
-- http://www.freebsd.org/                        3.0-current



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9812281543450.2148-100000>