From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 1 18:42:25 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5020416A46D for ; Mon, 1 Oct 2007 18:42:25 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmpop111.cox.net (eastrmpop111.cox.net [68.230.240.53]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC8813C465 for ; Mon, 1 Oct 2007 18:42:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao102.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071001173111.FGRP11877.eastrmmtao102.cox.net@eastrmimpo01.cox.net>; Mon, 1 Oct 2007 13:31:11 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id v5X91X0064iy4EG0000000; Mon, 01 Oct 2007 13:31:09 -0400 Date: Mon, 01 Oct 2007 12:35:18 -0500 To: "Adonis adonis" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <8e7f7cbd0709301225r5b858d47pb46c93acfa3be088@mail.gmail.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <8e7f7cbd0709301225r5b858d47pb46c93acfa3be088@mail.gmail.com> User-Agent: Opera Mail/9.23 (Linux) Cc: multimedia@freebsd.org Subject: Re: problem with transcode port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 18:42:25 -0000 On Sun, 30 Sep 2007 14:25:15 -0500, Adonis adonis = wrote: > hi, > > i'm freebsd user from croatia > > i can't compile transcode from ports > > here is the error message: > > ----------------------------------------------------------------------= -------------- > import_oss.c: In function `oss_init': > import_oss.c:89: error: `SOUND_PCM_READ_RATE_is_obsolete' undeclared = > (first > use in this function) It looks like you have audio/oss installed. I don't have time to test it= = at the moment, so can you try to edit in Makefile like this? Change from: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D LDFLAGS=3D -L${LOCALBASE}/lib -L${X11BASE}/lib CPPFLAGS=3D -I${X11BASE}/include -I${LOCALBASE}/include CONFIGURE_ENV=3D CPPFLAGS=3D"${CPPFLAGS}" LDFLAGS=3D"${LDFLAGS}" \ SDL_CONFIG=3D"${SDL_CONFIG}" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D To: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CONFIGURE_ENV=3D CPPFLAGS=3D"-isystem /usr/include -isystem = ${LOCALBASE}/include" \ LDFLAGS=3D"-L${LOCALBASE}/lib" \ SDL_CONFIG=3D"${SDL_CONFIG}" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Let me know if it works or not. Thanks. Cheers, Mezz > import_oss.c:89: error: (Each undeclared identifier is reported only o= nce > import_oss.c:89: error: for each function it appears in.) > gmake[3]: *** [import_oss.lo] Error 1 > gmake[3]: Leaving directory = > `/usr/ports/multimedia/transcode/work/transcode- > 1.0.4/import' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory = > `/usr/ports/multimedia/transcode/work/transcode- > 1.0.4/import' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory = > `/usr/ports/multimedia/transcode/work/transcode- > 1.0.4' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/transcode. > ----------------------------------------------------------------------= ----------------------- -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org