From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 13 05:35:40 2009 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 3978B106566B for ; Fri, 13 Feb 2009 05:35:40 +0000 (UTC) (envelope-from 1wkmmr@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 12A4C8FC1B for ; Fri, 13 Feb 2009 05:35:39 +0000 (UTC) (envelope-from 1wkmmr@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so612617rvb.43 for ; Thu, 12 Feb 2009 21:35:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ZCvJglOEc/Ssh0hsOXj6CGHAfq852JHFjB/c83sfGv4=; b=yDBodKg6pTXF/rBrKv3nfXc+KOYG4F0XshVUtXw2H0O7chNE+nliyLPFp7M5aVWkKw lgdhhRvEdNYPGIcrFvUzcQNytf7qvs5v0mGu4wHXYyGtBCRih0vw1CDQxofbIp8zTzQ5 Vfv167QJ6ME9Bgf8fMLqg6GLmuk0WQcyocES8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=P9pnC3aozXG2t6bNCPnKMXBM8gnuDvDDfU2odlw97kOPRMketQrM6ld7lgYdZhpOTX SjhXXJXM16JaljOz6CV2oTnzCx0ZKwng5VYB2c0AaX8snEl0ar7PCVPcLeaOvr3KxSkX 5vyTO1CjKwwtNZT5+oSrhHyyyeDigUd/y2mRQ= MIME-Version: 1.0 Received: by 10.142.44.11 with SMTP id r11mr782262wfr.145.1234501384524; Thu, 12 Feb 2009 21:03:04 -0800 (PST) Date: Fri, 13 Feb 2009 14:03:04 +0900 Message-ID: <3518979e0902122103j6e13265ex4927398a7cf9202@mail.gmail.com> From: 1wkmmr@gmail.com To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: audio/libsndfile requires gmake 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: Fri, 13 Feb 2009 05:35:40 -0000 Hi, Re: # $FreeBSD: ports/audio/libsndfile/Makefile,v 1.40 2009/02/09 03:00:12 ahze Exp $ I'm trying to compile audio/libsndfile on 7-stable, but it always stops as follows: Making all in Octave mkoctfile -v -I../src -c -o ./sndfile.o mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct mkoctfile: unrecognized argument ./ *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile. *** Error code 1 Stop in /mnt2/usr/ports/audio/libsndfile. # Adding the following line into the Makefile solved the issue. USE_GMAKE= yes Cheers ---