Date: Fri, 6 Sep 2002 12:48:46 -0700 From: Adam Weinberger <adam@vectors.cx> To: gunnut@2ainfo.it Cc: questions@FreeBSD.ORG Subject: Re: Error compiling plugger Message-ID: <20020906194846.GV76893@vectors.cx> In-Reply-To: <20020906125235.9CEC443E3B@mx1.FreeBSD.org> References: <20020906125235.9CEC443E3B@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
going to start with the easier question:
do you have audio/esound installed?
-Adam
>> (09.06.2002 @ 0657 PST): gunnut@2ainfo.it said, in 4.2K: <<
>
> I tried to compile plugger from ports and I get the following error:
>
>
>
> ===> Extracting for mpg123-esound-0.59r_8
> >> Checksum OK for mpg123-0.59r-pl1.tar.gz.
> >> Checksum OK for mpg123-059r-v6-20000713b.diff.gz.
> >> Checksum OK for mpg123-059r-recode-20010410.diff.gz.
> >> Checksum OK for l3.diff.gz.
> ===> mpg123-esound-0.59r_8 depends on shared library: esd.2 - found
> ===> Patching for mpg123-esound-0.59r_8
> ===> Applying distribution patches for mpg123-esound-0.59r_8
> ===> Applying distribution patches for mpg123-esound-0.59r_8
> ===> Applying FreeBSD patches for mpg123-esound-0.59r_8
> ===> Configuring for mpg123-esound-0.59r_8
> ===> Building for mpg123-esound-0.59r_8
> make AUDIO_LIB='-lesd -laudiofile' OBJECTS='decode_i386.o dct64_i386.c audio_esd.o term.o'
> mpg123-make
> cc -O2 -pipe -march=pentiumpro -mcpu=i686 -DINET6 -Wall -ansi -pedantic -funroll-all-loops
> -ffast-math -fomit-frame-pointer -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT -DREAD_MMAP -DUSE_MMAP
> -DOSS -DTERM_CONTROL -c mpg123.c
> In file included from mpg123.c:9:
> /usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
> /usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
> mpg123.c: In function `main':
> mpg123.c:795: warning: value computed is not used
> cc -O2 -pipe -march=pentiumpro -mcpu=i686 -DINET6 -Wall -ansi -pedantic -funroll-all-loops
> -ffast-math -fomit-frame-pointer -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT -DREAD_MMAP -DUSE_MMAP
> -DOSS -DTERM_CONTROL -c common.c
> In file included from common.c:2:
> /usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
> /usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
> cc -O2 -pipe -march=pentiumpro -mcpu=i686 -DINET6 -Wall -ansi -pedantic -funroll-all-loops
> -ffast-math -fomit-frame-pointer -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT -DREAD_MMAP -DUSE_MMAP
> -DOSS -DTERM_CONTROL -c decode_i386.c
> In file included from decode_i386.c:13:
> /usr/include/stdlib.h:110: warning: ANSI C does not support `long long'
> /usr/include/stdlib.h:114: warning: ANSI C does not support `long long'
> cc -O2 -pipe -march=pentiumpro -mcpu=i686 -DINET6 -Wall -ansi -pedantic -funroll-all-loops
> -ffast-math -fomit-frame-pointer -DROT_I386 -DI386_ASSEM -DREAL_IS_FLOAT -DREAD_MMAP -DUSE_MMAP
> -DOSS -DTERM_CONTROL -c audio_esd.c
> audio_esd.c:1: esd.h: No such file or directory
> audio_esd.c: In function `audio_open':
> audio_esd.c:16: syntax error before `format'
> audio_esd.c:21: `esd_server_info_t' undeclared (first use in this function)
> audio_esd.c:21: (Each undeclared identifier is reported only once
> audio_esd.c:21: for each function it appears in.)
> audio_esd.c:21: `info' undeclared (first use in this function)
> audio_esd.c:21: warning: statement with no effect
> audio_esd.c:22: syntax error before `fmt'
> audio_esd.c:24: warning: implicit declaration of function `esd_open_sound'
> audio_esd.c:26: warning: implicit declaration of function `esd_get_server_info'
> audio_esd.c:28: `fmt' undeclared (first use in this function)
> audio_esd.c:29: warning: implicit declaration of function `esd_free_server_info'
> audio_esd.c:30: warning: implicit declaration of function `esd_close'
> audio_esd.c:34: `esd_audio_rate' undeclared (first use in this function)
> audio_esd.c:35: `esd_audio_format' undeclared (first use in this function)
> audio_esd.c:38: `ESD_MASK_BITS' undeclared (first use in this function)
> audio_esd.c:38: `ESD_BITS16' undeclared (first use in this function)
> audio_esd.c:40: `ESD_MASK_CHAN' undeclared (first use in this function)
> audio_esd.c:52: `format' undeclared (first use in this function)
> audio_esd.c:54: `ESD_BITS8' undeclared (first use in this function)
> audio_esd.c:67: `ESD_MONO' undeclared (first use in this function)
> audio_esd.c:69: `ESD_STEREO' undeclared (first use in this function)
> audio_esd.c:78: warning: implicit declaration of function `esd_play_stream_fallback'
> *** Error code 1
>
> Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
> *** Error code 1
>
> Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
> *** Error code 1
>
> Stop in /usr/ports/audio/mpg123/work/mpg123-0.59r.
> *** Error code 1
>
> Stop in /usr/ports/audio/mpg123.
> *** Error code 1
>
> Stop in /usr/ports/www/plugger.
>
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>> end of "Error compiling plugger" from gunnut@2ainfo.it <<
--
"Oh good, my dog found the chainsaw."
-Lilo, "Lilo & Stitch"
Adam Weinberger
adam@vectors.cx
http://vectors.cx
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020906194846.GV76893>
