From owner-freebsd-questions@FreeBSD.ORG Wed Nov 17 15:10:25 2010 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 E89EE1065679 for ; Wed, 17 Nov 2010 15:10:25 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 81AF78FC08 for ; Wed, 17 Nov 2010 15:10:25 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id D6101E71FA; Wed, 17 Nov 2010 15:10:24 +0000 (GMT) Received: from unknown (client-86-27-40-229.glfd.adsl.virginmedia.com [86.27.40.229]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 17 Nov 2010 15:10:23 +0000 (GMT) Date: Wed, 17 Nov 2010 15:10:24 +0000 From: Bruce Cran To: Nathan Vidican Message-ID: <20101117151024.00003521@unknown> In-Reply-To: References: <201011161409.18893.FreeBSD@insightbb.com> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Steven Friedrich , freebsd-questions@freebsd.org Subject: Re: Does MAC version of iTunes work on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 15:10:26 -0000 On Tue, 16 Nov 2010 14:26:21 -0500 Nathan Vidican wrote: > No. The Mac version of iTunes depends on the Cocoa application > framework, which is a set of Objective C objects that, as far as I am > aware of, has no compatible framework under FreeBSD. The only vaguely compatible framework is GNUstep, which has at least partial support for the Cocoa APIs. Apparently it would be best to start with GNUstep and move an application to OS X though since there are so many features from MacOS that aren't implemented. Note that this is completely separate from binary compatibility: as far as I know nobody's working on Mach-O compatbility on FreeBSD so applications would need to be recompiled. http://wiki.gnustep.org/index.php/Cocoa -- Bruce Cran