From patchwork Sun Aug 12 23:52:21 2007 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "C.Y.M" X-Patchwork-Id: 12499 Received: from nf-out-0910.google.com ([64.233.182.189]) by www.linuxtv.org with esmtp (Exim 4.63) (envelope-from ) id 1IKNES-0004ar-Bq for vdr@linuxtv.org; Mon, 13 Aug 2007 01:52:28 +0200 Received: by nf-out-0910.google.com with SMTP id d21so526442nfb for ; Sun, 12 Aug 2007 16:52:21 -0700 (PDT) Received: by 10.78.171.13 with SMTP id t13mr1981105hue.1186962741367; Sun, 12 Aug 2007 16:52:21 -0700 (PDT) Received: by 10.78.185.19 with HTTP; Sun, 12 Aug 2007 16:52:21 -0700 (PDT) Message-ID: <2d842fa80708121652s20aaaa46j647e9d8d9a8cb66d@mail.gmail.com> Date: Mon, 13 Aug 2007 01:52:21 +0200 From: Stone To: "VDR Mailing List" In-Reply-To: <2d842fa80708121607l44e24ce7n9f0c094a0059e83a@mail.gmail.com> MIME-Version: 1.0 References: <2d842fa80708121522v60348b70td70d1037043f8ea4@mail.gmail.com> <2d842fa80708121540u69b2a415ydc63ea16583f9e4e@mail.gmail.com> <2d842fa80708121607l44e24ce7n9f0c094a0059e83a@mail.gmail.com> Subject: Re: [vdr] Make.config options for vdr-1.5.7 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 23:52:28 -0000 Status: O X-Status: X-Keywords: X-UID: 13712 On 8/13/07, Stone wrote: > > Actually, I dont have to edit the default Make.config at all to make it > fail. If I copy Make.config.template to Make.config and use the default, > it still fails. Found the problem.. its a broken template. PLUGINLIBDIR= $(PLUGINDIR)/lib Regards. --- Make.config.template.orig 2007-08-12 16:50:32.000000000 -0700 +++ Make.config.template 2007-08-12 16:51:25.000000000 -0700 @@ -26,7 +26,8 @@ #DVBDIR = /usr/src/v4l-dvb/linux MANDIR = /usr/local/man BINDIR = /usr/local/bin -LOCDIR = /usr/share/vdr/locale # set to ./locale to run VDR from within its source directory +# Set LOCDIR to ./locale to run VDR from within its source directory +LOCDIR = /usr/share/vdr/locale PLUGINDIR= ./PLUGINS