<?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>Alex Sleat &#187; make</title>
	<atom:link href="https://alexsleat.co.uk/tag/make/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Mon, 25 Jun 2012 11:46:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Java &#8211; .jar Error 127 /bin/sh: javac: not found.</title>
		<link>https://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/</link>
		<comments>https://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:33:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javac not found]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[sun-java6]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=24549</guid>
		<description><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217; javac -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java /bin/sh: javac: not found make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
javac  -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java<br />
/bin/sh: javac: not found<br />
make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error 127<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
make: *** [Wrappers/OpenNI.java] Error 2</p></blockquote>
<p>FIX:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> sun-java6-jdk</div>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install the &#8216;gnome-shell-extensions-mediaplayer&#8217; Extension</title>
		<link>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/</link>
		<comments>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:38:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[from source]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome-shell]]></category>
		<category><![CDATA[gnome-tweak-tool]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[make install]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=22391</guid>
		<description><![CDATA[<br/><p>The mediaplayer widget found on github, created by eonpatapon &#8211; (https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer).</p> <p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png"><img class="size-full wp-image-22404 alignright" title="Screenshot at 2011-10-19 20:25:14" src="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png" alt="" width="434" height="348" /></a>The mediaplayer widget found on github, created by eonpatapon &#8211; (<a href="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer">https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer</a>).</p>
<p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p>
<p>&nbsp;</p>
<h4>Installation:</h4>
<h5>1. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">First you&#8217;ll need to grab some dependencies:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> git gnome-common gnome-tweak-tool</div>
<h5>2. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Next download the files from the git repository as below (this will download the folder to whatever directory you&#8217;re currently in, in terminal):</span></h5>
<div class="dean_ch" style="white-space: wrap;">git clone https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer.git</div>
<h5>3. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Once it&#8217;s finished download (it shouldn&#8217;t take too long it&#8217;s only about 2.30MB as of writing this guide), you&#8217;ll want to install using the following commands:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">cd</span> gnome-shell-extensions-mediaplayer<br />
./autogen.<span class="kw2">sh</span> &#8211;<span class="re2">prefix=</span>/usr<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
<h5>4. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">That&#8217;s it, it&#8217;s installed. Next you&#8217;re going to want to enable it, run gnome-tweak-tool and under extensions slide the newly installed extension to ON and it should appear next to the &#8220;Universal Access Settings&#8221; in the top right.</span></h5>
<p><a href="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png"><img class="aligncenter size-full wp-image-22410" title="Screenshot at 2011-10-19 20:35:44" src="https://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png" alt="" width="662" height="529" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to build Planner-0.14.4 in Arch Linux</title>
		<link>https://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/</link>
		<comments>https://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 10:35:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 1]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[planner]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python2 no such file]]></category>
		<category><![CDATA[symbolic link]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=12439</guid>
		<description><![CDATA[<br/><p>When trying to install Gnome Planner ( http://live.gnome.org/Planner ) in Arch Linux, I came across this error:</p> <p>Error:</p> /usr/bin/pygobject-codegen-2.0: line 11: /usr/bin/python2: No such file or directory make&#91;2&#93;: *** &#91;planner.c&#93; Error 127 make&#91;2&#93;: Leaving directory `/home/alex/Desktop/planner-0.14.4/python&#8216; make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alex/Desktop/planner-0.14.4&#8242; make: *** &#91;all&#93; Error 2 <p>To fix this, I [...]]]></description>
			<content:encoded><![CDATA[<br/><p>When trying to install Gnome Planner ( http://live.gnome.org/Planner ) in Arch Linux, I came across this error:</p>
<p><strong>Error:</strong></p>
<div class="dean_ch" style="white-space: wrap;">/usr/bin/pygobject-codegen<span class="nu0">-2.0</span>: line <span class="nu0">11</span>: /usr/bin/python2: No such <span class="kw2">file</span> or directory<br />
<span class="kw2">make</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>: *** <span class="br0">&#91;</span>planner.c<span class="br0">&#93;</span> Error <span class="nu0">127</span><br />
<span class="kw2">make</span><span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span>: Leaving directory `/home/alex/Desktop/planner<span class="nu0">-0.14</span><span class="nu0">.4</span>/python<span class="st0">&#8216;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/home/alex/Desktop/planner-0.14.4&#8242;</span><br />
<span class="kw2">make</span>: *** <span class="br0">&#91;</span>all<span class="br0">&#93;</span> Error <span class="nu0">2</span></div>
<p>To fix this, I made a symbolic link from /usr/bin/python2.7 to /usr/bin/python2, this should work with other similar errors involving missing python2 file.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/bin/python2<span class="nu0">.7</span> /usr/bin/python2</div>
<p>Once you have made the made the symbolic link continue to make and install the program as usual.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/03/14/failed-to-build-planner-0-14-4-in-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
