Date: Mon, 10 Sep 2001 21:17:40 +0200 (CEST) From: Søren Schmidt <sos@freebsd.dk> To: Vincent Poy <vince@oahu.WURLDLINK.NET> Cc: "[?X-UNKNOWN?]" <sos@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/burncd burncd.8 burncd.c Message-ID: <200109101917.f8AJHea69437@freebsd.dk> In-Reply-To: <20010910090928.M34905-100000@oahu.WURLDLINK.NET> "from Vincent Poy at Sep 10, 2001 09:10:12 am"
next in thread | previous in thread | raw e-mail | index | archive | help
It seems Vincent Poy wrote: >root@pele [9:09am][/usr/src/usr.sbin/burncd] >> make >cc -O -pipe -c /usr/src/usr.sbin/burncd/burncd.c >/usr/src/usr.sbin/burncd/burncd.c:65: warning: `struct cdr_cue_entry' >declared inside parameter list >/usr/src/usr.sbin/burncd/burncd.c:65: warning: its scope is only this >definition or declaration, which is probably not what you want. >/usr/src/usr.sbin/burncd/burncd.c: In function `main': >/usr/src/usr.sbin/burncd/burncd.c:244: `CDRIOCINITWRITER' undeclared >(first use in this function) >/usr/src/usr.sbin/burncd/burncd.c:244: (Each undeclared identifier is >reported only once .... You need to make world first as /sys/sys/cdrio.h has been updated, and will only be copied to /usr/include/sys on a make world... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109101917.f8AJHea69437>