Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2000 06:06:33 -0500
From:      Will Andrews <will@physics.purdue.edu>
To:        Carl Johan Madestrand <cj@vallcom.net>
Cc:        ports@FreeBSD.ORG, clkao@CirX.ORG
Subject:   Re: dagrab port fails to compile
Message-ID:  <20000823060633.C8055@argon.gryphonsoft.com>
In-Reply-To: <39A2F82B.90DE411F@vallcom.net>; from cj@vallcom.net on Wed, Aug 23, 2000 at 12:01:15AM %2B0200
References:  <39A2F82B.90DE411F@vallcom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 23, 2000 at 12:01:15AM +0200, Carl Johan Madestrand wrote:
> /usr/ports/audio/dagrab-0.3.5 fails to compile.
> See below:
> 
> 
> -- ===>  Building for dagrab-0.3.5
> cc -O -pipe  -DCDDB_PATH=\"/usr/X11R6/lib/X11/xmcd/cddb\" -c dagrab.c
> dagrab.c:97: getopt.h: No such file or directory
> dagrab.c:105: linux/cdrom.h: No such file or directory
> dagrab.c:109: sys/vfs.h: No such file or directory
> dagrab.c:126: warning: `CDDB_PATH' redefined
> *Initialization*:1: warning: this is the location of the previous
> definition
> dagrab.c:229: warning: `struct cdrom_tochdr' declared inside parameter
> list
> dagrab.c:229: warning: its scope is only this definition or declaration,
> which is probably not what you want.
> dagrab.c: In function `cd_get_tochdr':
> dagrab.c:231: `CDROMREADTOCHDR' undeclared (first use in this function)
> dagrab.c:231: (Each undeclared identifier is reported only once
> dagrab.c:231: for each function it appears in.)
> 
> etc...

The patch for dagrab.c should change CDROMREADTOCHDR to
CDIOREADTOCHEADER.  You write the patch, clkao approve, I commit.

-- 
Will Andrews <will@physics.purdue.edu> <will@FreeBSD.org>
GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w---
O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ 
G++ e>++++ h! r- y?


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000823060633.C8055>