From owner-freebsd-current Mon Dec 28 13:23:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22394 for freebsd-current-outgoing; Mon, 28 Dec 1998 13:23:49 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22384 for ; Mon, 28 Dec 1998 13:23:45 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id QAA19953 for ; Mon, 28 Dec 1998 16:27:32 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Mon, 28 Dec 1998 16:27:32 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: current@FreeBSD.ORG Subject: make buildworld broken on /usr/src/sys/modules/syscons/logo/ Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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