Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!foxhound.dsto.gov.au!fang.dsto.gov.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!news.cs.su.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!dmsperth.per.dms.CSIRO.AU!news.uwa.edu.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!agate!dog.ee.lbl.gov!newshub.nosc.mil!crash!warelock From: warelock@crash.cts.com (Tom Zacharoff) Subject: help with xcdplayer Organization: CTS Network Services (CTSNET/crash), San Diego, CA Date: Sun, 3 Apr 1994 06:02:45 GMT Message-ID: <Cno64M.CHn@crash.cts.com> X-Newsreader: TIN [version 1.2 PL2] Sender: news@crash.cts.com (news subsystem) Nntp-Posting-Host: crash.cts.com Lines: 37 I can't get xcdplayer 2.2 to compile. I have NetBSD 0.9 with the linux-freebsd sound drivers and a mitsumi cd rom (mcd). This is what I get when I try to compile it: (xcdplayer)$ make gcc -O2 -m486 -I/usr/X386/include -c logo_setup.c logo_setup.c: In function `logo_setup': logo_setup.c:211: `NOTITLESTR' undeclared (first use this function) logo_setup.c:211: (Each undeclared identifier is reported only once logo_setup.c:211: for each function it appears in.) logo_setup.c: In function `cb_track_button': logo_setup.c:267: `cdi' undeclared (first use this function) logo_setup.c:267: `CDROM_STATE_EJECTED' undeclared (first use this function) logo_setup.c: In function `track_button_update': logo_setup.c:285: `cdi' undeclared (first use this function) logo_setup.c: In function `cb_timer_button': logo_setup.c:302: `cdi' undeclared (first use this function) logo_setup.c:302: `CDROM_STATE_EJECTED' undeclared (first use this function) logo_setup.c:321: `CDROM_STATE_PAUSE' undeclared (first use this function) logo_setup.c:322: `CDROM_STATE_PROGRAM' undeclared (first use this function) logo_setup.c:343: `CDROM_NO_STATUS' undeclared (first use this function) logo_setup.c: In function `timer_button_update': logo_setup.c:365: `cdi' undeclared (first use this function) logo_setup.c:365: `CDROM_STATE_PAUSE' undeclared (first use this function) logo_setup.c:374: `CDROM_STATE_PROGRAM' undeclared (first use this function) logo_setup.c:387: `CDROM_STATE_PLAY' undeclared (first use this function) logo_setup.c:397: `CDROM_NO_STATUS' undeclared (first use this function) *** Error code 1 Stop. I have no idea what to do from here. The documentation that came with this don't explain what to do. Is there someone out there that has already compiled xcdplayer for NetBSD or FreeBSD that can send me the binaries? Thanks.