<?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>sublime text Archives - george mastro</title>
	<atom:link href="https://georgemastro.com/tag/sublime-text/feed/" rel="self" type="application/rss+xml" />
	<link>https://georgemastro.com/tag/sublime-text/</link>
	<description>web developer, photographer, filmmaker</description>
	<lastBuildDate>Sat, 25 Oct 2025 20:40:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://georgemastro.com/wp-content/uploads/2016/02/cropped-mastro-avatar-square-32x32.jpg</url>
	<title>sublime text Archives - george mastro</title>
	<link>https://georgemastro.com/tag/sublime-text/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Warnings on running phpcs -i for SublimeLinter</title>
		<link>https://georgemastro.com/warnings-on-running-phpcs-i-for-sublimelinter/</link>
		
		<dc:creator><![CDATA[mastro]]></dc:creator>
		<pubDate>Thu, 17 Jul 2014 15:25:41 +0000</pubDate>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php linter]]></category>
		<category><![CDATA[phpcs]]></category>
		<category><![CDATA[sublime text]]></category>
		<guid isPermaLink="false">http://georgemastro.com/?p=48</guid>

					<description><![CDATA[<p>Warning: include_once(PHP/CodeSniffer/CLI.php): failed to open stream: No such file or directory in /usr/bin/phpcs on line 31 Warning: include_once(): Failed opening &#8216;PHP/CodeSniffer/CLI.php&#8217; for inclusion (include_path=&#8217;.:&#8217;) in /usr/bin/phpcs on line 31 Fatal error: Class &#8216;PHP_CodeSniffer_CLI&#8217; not found in /usr/bin/phpcs on line 34 If you are seeing the above errors when running phpcs (PHPCodeSniffer) first thing you have [&#8230;]</p>
<p>The post <a href="https://georgemastro.com/warnings-on-running-phpcs-i-for-sublimelinter/">Warnings on running phpcs -i for SublimeLinter</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><code>Warning: include_once(PHP/CodeSniffer/CLI.php): failed to open stream: No such file or directory in /usr/bin/phpcs on line 31</code></p>
<p>Warning: include_once(): Failed opening &#8216;PHP/CodeSniffer/CLI.php&#8217; for inclusion (include_path=&#8217;.:&#8217;) in /usr/bin/phpcs on line 31<span id="more-48"></span></p>
<p>Fatal error: Class &#8216;PHP_CodeSniffer_CLI&#8217; not found in /usr/bin/phpcs on line 34<br />
If you are seeing the above errors when running phpcs (PHPCodeSniffer) first thing you have to do is to make sure you have PHPCodeSniffer installed. To check this just open a Terminal and run:<br />
<code><br />
find / -type f -name 'CLI.php'</code></p>
<p>If you see in the results something like this &#8230;..lib/php/PHP/CodeSniffer/CLI.php then you have code sniffer installed. In case you haven&#8217;t then run <code>sudo pear install PHP_CodeSniffer</code> to install it.</p>
<p>Then all you have to do is to include the folder in your path. Just copy in your clipboard everyhing behind /PHP/CodeSniffer/CLI.php. In my case it was &#8220;/Applications/MAMP/bin/php/php5.4.26/lib/php&#8221; and paste it in your bash profile file which usually is ~/.bash_profile</p>
<p>So just type <code>nano ~/.bash_profile</code> and paste in there something like this:</p>
<p><code>export PATH=/Applications/MAMP/bin/php/php5.4.26/lib/php:$PATH</code></p>
<p>The post <a href="https://georgemastro.com/warnings-on-running-phpcs-i-for-sublimelinter/">Warnings on running phpcs -i for SublimeLinter</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>gcc-4.8: error: unrecognized command line option &#8216;-fnested-functions&#8217;</title>
		<link>https://georgemastro.com/gcc-4-8-error-unrecognized-command-line-option-fnested-functions/</link>
		
		<dc:creator><![CDATA[mastro]]></dc:creator>
		<pubDate>Wed, 18 Jun 2014 15:17:46 +0000</pubDate>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[macos]]></category>
		<category><![CDATA[sublime text]]></category>
		<guid isPermaLink="false">http://georgemastro.com/?p=40</guid>

					<description><![CDATA[<p>Tried to install phplinter by running the command brew install homebrew/php/phplint for sublime text and this error came up: gcc-4.8: error: unrecognized command line option &#8216;-fnested-functions&#8216; If you also have this problem please try and run first: brew upgrade brew update Then install command line tools again: xcode-select --install If the above fails install it [&#8230;]</p>
<p>The post <a href="https://georgemastro.com/gcc-4-8-error-unrecognized-command-line-option-fnested-functions/">gcc-4.8: error: unrecognized command line option &#8216;-fnested-functions&#8217;</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Tried to install phplinter by running the command brew install homebrew/php/phplint for sublime text and this error came up:<br />
<strong>gcc-4.8: error: unrecognized command line option &#8216;-fnested-functions</strong>&#8216;<span id="more-40"></span></p>
<p>If you also have this problem please try and run first:</p>
<p><code>brew upgrade<br />
brew update</code><br />
Then install command line tools again:<br />
<code>xcode-select --install</code></p>
<p>If the above fails install it from here: https://developer.apple.com/downloads</p>
<p>Quit all terminal windows, if any and then open a new one.</p>
<p>Now run again<br />
<code>brew install homebrew/php/phplint</code></p>
<p>As of 2014-06-19 when the above reproduces the error you have to tap gcc, so write:<br />
<code>brew install gcc</code></p>
<p>If your are still experiencing problems, be sure to check brew doctor for solutions.</p>
<blockquote><p>EDIT: user &#8216;droob&#8217; gave a final solution on github!</p></blockquote>
<p>Just type brew install apple-gcc42 and then try to install phplint again.<br />
If this doesn&#8217;t work again try installing with this command:<br />
brew install phplint -cc=apple-gcc42 as user &#8216;Daisuke Nakai&#8217; commented here.</p>
<p>The post <a href="https://georgemastro.com/gcc-4-8-error-unrecognized-command-line-option-fnested-functions/">gcc-4.8: error: unrecognized command line option &#8216;-fnested-functions&#8217;</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>after installing sass beautify I get this error&#8230;</title>
		<link>https://georgemastro.com/after-installing-sass-beautify-i-get-this-error/</link>
		
		<dc:creator><![CDATA[mastro]]></dc:creator>
		<pubDate>Tue, 20 May 2014 15:00:16 +0000</pubDate>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sass]]></category>
		<category><![CDATA[sublime text]]></category>
		<guid isPermaLink="false">http://georgemastro.com/?p=28</guid>

					<description><![CDATA[<p>Trying to install sass beautify on Sublime Text and get this error? /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/dependency.rb:296:in &#8216;to_specs&#8217;: Could not find &#8216;sass&#8217; (&#62;= 0) among 12 total gem(s) (Gem::LoadError) Come on!! Are you serious?? Just type: sudo gem install sass</p>
<p>The post <a href="https://georgemastro.com/after-installing-sass-beautify-i-get-this-error/">after installing sass beautify I get this error&#8230;</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Trying to install sass beautify on Sublime Text and get this error?</p>
<p>/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/dependency.rb:296:in &#8216;to_specs&#8217;: Could not find &#8216;sass&#8217; (&gt;= 0) among 12 total gem(s) (Gem::LoadError)</p>
<p>Come on!! Are you serious?? Just type:<br />
<code>sudo gem install sass</code></p>
<p>The post <a href="https://georgemastro.com/after-installing-sass-beautify-i-get-this-error/">after installing sass beautify I get this error&#8230;</a> appeared first on <a href="https://georgemastro.com">george mastro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
