From owner-freebsd-questions Fri Sep 6 5:52:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF07837B400 for ; Fri, 6 Sep 2002 05:52:37 -0700 (PDT) Received: from mail.2ainfo.it (dns2.2ainfo.it [195.31.142.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CEC443E3B for ; Fri, 6 Sep 2002 05:52:35 -0700 (PDT) (envelope-from gunnut@2ainfo.it) Received: (qmail 1679 invoked from network); 6 Sep 2002 12:52:28 -0000 Received: from ppp74.2ainfo.it (HELO sting) (195.31.142.41) by dns2.2ainfo.it with SMTP; 6 Sep 2002 12:52:28 -0000 From: To: questions@FreeBSD.org Subject: Error compiling plugger Date: Fri, 06 Sep 2002 14:54:21 +0057 (CEST) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (FreeBSD) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Message-Id: <20020906125235.9CEC443E3B@mx1.FreeBSD.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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