<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gj |</title>
	<atom:link href="https://blog.gaiterjones.com/category/os-x-mountain-lion/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/category/os-x-mountain-lion/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Thu, 20 Sep 2012 09:53:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>FFMPEG does not run under Mountain Lion, X11 and XCode update required</title>
		<link>https://blog.gaiterjones.com/ffmpeg-does-not-run-under-mountain-lion-x11-and-xcode-update-required/</link>
					<comments>https://blog.gaiterjones.com/ffmpeg-does-not-run-under-mountain-lion-x11-and-xcode-update-required/#respond</comments>
		
		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Thu, 20 Sep 2012 09:44:27 +0000</pubDate>
				<category><![CDATA[FFMPEG]]></category>
		<category><![CDATA[OS X Mountain Lion]]></category>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=805</guid>

					<description><![CDATA[I ran ffmpeg for the first time on my Mac after upgrading to Mountain Lion (OS X 10.8) and got this message &#8220;An application has requested access to X11. Would...<a class="more-link" href="https://blog.gaiterjones.com/ffmpeg-does-not-run-under-mountain-lion-x11-and-xcode-update-required/" title="Continue reading">Continue reading</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="hang-2-column     alignnone" title="Mountain Lion OS X 10.8" src="https://devimages.apple.com.edgekey.net/technologies/mountain-lion/images/mountain_lion_hero.jpg" alt="" width="146" height="150" />I ran ffmpeg for the first time on my Mac after upgrading to Mountain Lion (OS X 10.8) and got this message &#8220;<em>An application has requested access to X11. Would you like to install X11 now</em>?&#8221;</p>
<figure id="attachment_806" aria-describedby="caption-attachment-806" style="width: 440px" class="wp-caption alignnone"><a href="https://blog.gaiterjones.com/wp-content/uploads/2012/09/MountainLionX11.png"><img fetchpriority="high" decoding="async" class="size-medium wp-image-806" title="Native X11 support no longer present in Mountain Lion" src="https://blog.gaiterjones.com/wp-content/uploads/2012/09/MountainLionX11-440x253.png" alt="" width="440" height="253" srcset="https://blog.gaiterjones.com/wp-content/uploads/2012/09/MountainLionX11-440x253.png 440w, https://blog.gaiterjones.com/wp-content/uploads/2012/09/MountainLionX11.png 546w" sizes="(max-width: 440px) 100vw, 440px" /></a><figcaption id="caption-attachment-806" class="wp-caption-text">Mountain Lion prompts to install third party X11 software</figcaption></figure>
<p>&nbsp;</p>
<p>With the release of OS X 10.8 Mountain Lion, ported X11 (Unix) Window and Terminal applications are <a href="http://reviews.cnet.com/8301-13727_7-57381996-263/apple-to-drop-in-house-x11-support-and-more-in-mountain-lion/" target="_blank">no longer supported</a> in the native Mac operating system, this means that any applications ported to OS X using Mac Homebrew will no longer work after upgrading to Mountain Lion until you install new versions of X11 and XCode.</p>
<p>Here are the steps required to get your ported Homebrew apps including ffmpeg working again under OS X 10.8 Mountain Lion.</p>
<h1>REINSTALL XCODE</h1>
<p>Goto the App Store and reinstall the latest version of the XCode development software. When the software is installed, run XCode and goto <em><strong>Xcode &gt; Preferences &gt; Downloads</strong></em> and click <strong>Install</strong> next to the Command Line Tools package to reinstall XCode command line tools.</p>
<p>Let OS X know where XCode is with the following command</p>
<p>sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer</p>
<h1>INSTALL X11</h1>
<p>Follow the install link on the X11 popup as shown above or goto <a href="http://xquartz.macosforge.org/trac/wiki">http://xquartz.macosforge.org/trac/wiki</a> to download the latest version of the XQuartz Project X Windowing System for OS X. &#8220;<em>The XQuartz project is an open-source effort to develop a version of the <a href="http://www.x.org/"> X.org X Window System</a> that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.</em>&#8221;</p>
<p>Open the X11 dmg and run the install package. Restart your Mac and then update the X11 symlink with this command</p>
<p>sudo ln -s /opt/X11 /usr/X11</p>
<h1>UPDATE HOMEBREW</h1>
<p>From the command line run</p>
<p>brew doctor</p>
<p>to check the status of your home brew installation. And follow any recomendations there. Update your Homebrew software using</p>
<p>brew update</p>
<p>You may need to install the git repository software for the update to run:</p>
<p>brew install git</p>
<p>Your Homebrew apps including ffmpeg should now run on OS X 10.8 Mountain Lion, and you should be able to update and install new software using the brew install command.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.gaiterjones.com/ffmpeg-does-not-run-under-mountain-lion-x11-and-xcode-update-required/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
