<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for /home/\/\ick</title>
	<atom:link href="http://timony.com/mickzblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://timony.com/mickzblog</link>
	<description>Things that interest me.</description>
	<lastBuildDate>Thu, 03 May 2012 13:54:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by dat</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6399</link>
		<dc:creator>dat</dc:creator>
		<pubDate>Thu, 03 May 2012 13:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6399</guid>
		<description>Thanks! I would have been hung up on building gocr for some time without your pointers...</description>
		<content:encoded><![CDATA[<p>Thanks! I would have been hung up on building gocr for some time without your pointers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Mick</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6397</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 18 Apr 2012 02:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6397</guid>
		<description>Ant e-mailed me about the problems he was having. We determine that there&#039;s a step missing from the Gocr build steps you need to run &quot;make libs&quot; before make install:

cd /tmp/OSRA/gocr-0.50pre-patched
./configure;
make libs;
sudo make install;</description>
		<content:encoded><![CDATA[<p>Ant e-mailed me about the problems he was having. We determine that there&#8217;s a step missing from the Gocr build steps you need to run &#8220;make libs&#8221; before make install:</p>
<p>cd /tmp/OSRA/gocr-0.50pre-patched<br />
./configure;<br />
make libs;<br />
sudo make install;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Mick</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6396</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Mon, 16 Apr 2012 16:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6396</guid>
		<description>Ha! I think I figured out the problem, ./configure needs to be run first.

I cleaned out /usr/local/include/gocr/ . Then I grabbed the sources and tried rebuilding and encountered the same problem. The header files weren&#039;t being copied!

This is what you have to do to build gocr:
cd /tmp/OSRA/gocr-0.50pre-patched/
./configure
sudo make install

And that&#039;s it! :)

I&#039;ll update the posting.</description>
		<content:encoded><![CDATA[<p>Ha! I think I figured out the problem, ./configure needs to be run first.</p>
<p>I cleaned out /usr/local/include/gocr/ . Then I grabbed the sources and tried rebuilding and encountered the same problem. The header files weren&#8217;t being copied!</p>
<p>This is what you have to do to build gocr:<br />
cd /tmp/OSRA/gocr-0.50pre-patched/<br />
./configure<br />
sudo make install</p>
<p>And that&#8217;s it! <img src='http://timony.com/mickzblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ll update the posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Ant</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6395</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Mon, 16 Apr 2012 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6395</guid>
		<description>Hi Mick &amp; Dave,

I have the same problem with GOCR. I&#039;ve tried installing the patched version from the OSRA website, but the /usr/local/include/gocr directory remains empty after &#039;sudo make install&#039;. 

OSRA configure is not happy - it looks in /usr/include/gocr then /usr/local/include/gocr for pgm2asc.h, which it can&#039;t find!

The GOCR/src Makefile includes this list of .h files in variable INCLUDEFILES = pgm2asc.h output.h list.h unicode.h gocr.h pnm.h.

I&#039;ve tried copying these files into /usr/include/gocr/, but that did not do the trick... (I can&#039;t find a detailed explanation of the INSTALL function and how it works - it appears that MAKE INSTALL simply pastes the compiled files across to the destination dirs). 

pgm2asc.h output.h list.h unicode.h gocr.h pnm.h

I&#039;m interested to know how you fixed this problem!

Thanks,
Ant</description>
		<content:encoded><![CDATA[<p>Hi Mick &amp; Dave,</p>
<p>I have the same problem with GOCR. I&#8217;ve tried installing the patched version from the OSRA website, but the /usr/local/include/gocr directory remains empty after &#8216;sudo make install&#8217;. </p>
<p>OSRA configure is not happy &#8211; it looks in /usr/include/gocr then /usr/local/include/gocr for pgm2asc.h, which it can&#8217;t find!</p>
<p>The GOCR/src Makefile includes this list of .h files in variable INCLUDEFILES = pgm2asc.h output.h list.h unicode.h gocr.h pnm.h.</p>
<p>I&#8217;ve tried copying these files into /usr/include/gocr/, but that did not do the trick&#8230; (I can&#8217;t find a detailed explanation of the INSTALL function and how it works &#8211; it appears that MAKE INSTALL simply pastes the compiled files across to the destination dirs). </p>
<p>pgm2asc.h output.h list.h unicode.h gocr.h pnm.h</p>
<p>I&#8217;m interested to know how you fixed this problem!</p>
<p>Thanks,<br />
Ant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Mick</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6394</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Sun, 15 Apr 2012 15:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6394</guid>
		<description>That Sourceforge link doesn&#039;t work for me. I downloaded all the packages from the Osra page at: http://cactus.nci.nih.gov/osra/#6 .

I&#039;d suggest walking through the instructions again, and downloading the source code from the Osra page.</description>
		<content:encoded><![CDATA[<p>That Sourceforge link doesn&#8217;t work for me. I downloaded all the packages from the Osra page at: <a href="http://cactus.nci.nih.gov/osra/#6" rel="nofollow">http://cactus.nci.nih.gov/osra/#6</a> .</p>
<p>I&#8217;d suggest walking through the instructions again, and downloading the source code from the Osra page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Dave</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6393</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 15 Apr 2012 10:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6393</guid>
		<description>I am using the patched version of gocr
http://sourceforge.net/tracker/?func=detail&amp;aid=3517337&amp;group_id=203833&amp;atid=987183</description>
		<content:encoded><![CDATA[<p>I am using the patched version of gocr<br />
<a href="http://sourceforge.net/tracker/?func=detail&#038;aid=3517337&#038;group_id=203833&#038;atid=987183" rel="nofollow">http://sourceforge.net/tracker/?func=detail&#038;aid=3517337&#038;group_id=203833&#038;atid=987183</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Oracle SQL Developer on Ubuntu Karmic &amp; Lucid by Mick</title>
		<link>http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/comment-page-1/#comment-6392</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Fri, 13 Apr 2012 00:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=708#comment-6392</guid>
		<description>Thanks for the comment Saulustiano, I was wondering if this would still build on the latest versions of Ubuntu. I build SQLDev a few years ago and I&#039;ve been upgrading my system a few times and SQLDev still works for me without me having to reinstall.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Saulustiano, I was wondering if this would still build on the latest versions of Ubuntu. I build SQLDev a few years ago and I&#8217;ve been upgrading my system a few times and SQLDev still works for me without me having to reinstall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Mick</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6391</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Fri, 13 Apr 2012 00:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6391</guid>
		<description>Dave, are you using the patched version of Gocr from the Osra download page at:

http://cactus.nci.nih.gov/osra/#6</description>
		<content:encoded><![CDATA[<p>Dave, are you using the patched version of Gocr from the Osra download page at:</p>
<p><a href="http://cactus.nci.nih.gov/osra/#6" rel="nofollow">http://cactus.nci.nih.gov/osra/#6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build &amp; Install Osra 1.3.8 on Ubuntu 11.10 by Dave</title>
		<link>http://timony.com/mickzblog/2012/03/24/build-install-osra-1-3-8/comment-page-1/#comment-6390</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 12 Apr 2012 22:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=775#comment-6390</guid>
		<description>Thanks for the response Mick. The issue was that while gocr had built (and I could run it) there was an error in the make process which means that while /usr/local/include/gocr/ was created none of the headers were written to it. I&#039;ve filed this on the Sourceforge page - but I&#039;m currently stuck.</description>
		<content:encoded><![CDATA[<p>Thanks for the response Mick. The issue was that while gocr had built (and I could run it) there was an error in the make process which means that while /usr/local/include/gocr/ was created none of the headers were written to it. I&#8217;ve filed this on the Sourceforge page &#8211; but I&#8217;m currently stuck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Oracle SQL Developer on Ubuntu Karmic &amp; Lucid by Salustiano Muniz</title>
		<link>http://timony.com/mickzblog/2010/01/09/install-oracle-sql-developer-on-ubuntu-karmic/comment-page-1/#comment-6389</link>
		<dc:creator>Salustiano Muniz</dc:creator>
		<pubDate>Thu, 12 Apr 2012 13:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://timony.com/mickzblog/?p=708#comment-6389</guid>
		<description>Thanks for the guide. I had the same problem Sergey faced, but thanks to his comment (and the whole tutorial) I could sucessfully install on my ubuntu 10.04 netbook.</description>
		<content:encoded><![CDATA[<p>Thanks for the guide. I had the same problem Sergey faced, but thanks to his comment (and the whole tutorial) I could sucessfully install on my ubuntu 10.04 netbook.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

