From owner-freebsd-questions@freebsd.org Tue Apr 26 18:04:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82455B1DB17 for ; Tue, 26 Apr 2016 18:04:07 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU004-OMC4S37.hotmail.com (blu004-omc4s37.hotmail.com [65.55.111.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B43F1996 for ; Tue, 26 Apr 2016 18:04:06 +0000 (UTC) (envelope-from bourne.identity@hotmail.com) Received: from BLU437-SMTP12 ([65.55.111.136]) by BLU004-OMC4S37.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Tue, 26 Apr 2016 11:04:00 -0700 X-TMN: [DTxPdOCAZq8fTVzP5AGfk+F7bJdUQAOC] X-Originating-Email: [bourne.identity@hotmail.com] Message-ID: To: tijl@coosemans.org CC: freebsd-questions@freebsd.org From: Manish Jain Subject: Re: How to access CUPS printer from wine applications ? Date: Tue, 26 Apr 2016 23:32:45 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Apr 2016 18:03:57.0972 (UTC) FILETIME=[01123540:01D19FE6] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 18:04:07 -0000 > Wine can be built with CUPS support but it isn't enabled by default so > you have to build your own package: > > cd /usr/ports/emulators/wine > make config > (enable the CUPS option) > make install clean Hi Tijl, Ah, I am on amd64, so I have to use i386-wine, not wine. The CUPS option applies only to the wine port, not i386-wine - which can only be built with MONO/GECKO options. -- Regards, Manish Jain