From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 07:49:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6D6C106568C for ; Tue, 16 Sep 2008 07:49:01 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE438FC59 for ; Tue, 16 Sep 2008 07:49:01 +0000 (UTC) (envelope-from admin@cpcnw.co.uk) Received: from [81.174.174.115] (helo=MAIN) by pih-relay05.plus.net with smtp (Exim) id 1KfUT9-00078c-0S for freebsd-questions@freebsd.org; Tue, 16 Sep 2008 07:55:27 +0100 Message-ID: From: "Graham Bentley" To: References: <20080915200804.CCF5E10656D3@hub.freebsd.org> Date: Tue, 16 Sep 2008 07:55:25 +0100 Organization: Custom PC North West MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 X-Plusnet-Relay: cd9bb6288c486bf3064acab0063a5739 Subject: FB on 3BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Graham Bentley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 07:49:01 -0000 Hi, am struggling passing args to make when trying to compile Fluxbox. I want transparency and think I need xrender. So far have tried ; make --enable-xrender make WITHOUT_XRENDER=no make WITHOUT_XRENDER="no" fluxbox -info always results in -RENDER Any tips?