<?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>I Grok2! &#187; jsure</title>
	<atom:link href="http://www.grok2.com/blog/tag/jsure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grok2.com/blog</link>
	<description>Except when I don't....</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:09:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Building JSure on Ubuntu</title>
		<link>http://www.grok2.com/blog/2010/02/22/building-jsure-on-ubuntu/</link>
		<comments>http://www.grok2.com/blog/2010/02/22/building-jsure-on-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:44:41 +0000</pubDate>
		<dc:creator>grok2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jsure]]></category>

		<guid isPermaLink="false">http://www.grok2.com/blog/2010/02/22/building-jsure-on-ubuntu/</guid>
		<description><![CDATA[I needed to do the following additional steps to get JSure: The Javascript Checker (Version 1.0.0 from http://www.jsure.org) to build on Ubuntu (8.04, hardy). I did not have ocaml installed &#8212; I need to run &#8220;aptitude install ocaml&#8220;. The build was failing with errors referring &#8220;ocamlopt.opt&#8221; &#8212; I had to modify all references to &#8220;ocamlopt.opt&#8220;, [...]]]></description>
			<content:encoded><![CDATA[<!-- Easy AdSense Redux V2.82 -->
<!-- Post[count: 2] -->
<div class="ezAdsense adsense adsense-leadin" style="float:right;margin:6px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-2859704241898192";
/* blogpostad */
google_ad_slot = "1221128987";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>I needed to do the following additional steps to get <a href="http://www.jsure.org/">JSure: The Javascript Checker</a> (Version 1.0.0 from http://www.jsure.org) to build on Ubuntu (8.04, hardy). </p>
<ol>
<li>I did not have ocaml installed &#8212; I need to run &#8220;<font face="monospace">aptitude install ocaml</font>&#8220;.</li>
<li>The build was failing with errors referring &#8220;<font face="monospace">ocamlopt.opt</font>&#8221; &#8212; I had to modify all references to &#8220;<font face="monospace">ocamlopt.opt</font>&#8220;, &#8220;<font face="monospace">ocaml.opt</font>&#8221; and &#8220;<font face="monospace">ocamldep.opt</font>&#8221; to remove the &#8220;<font face="monospace">.opt</font>&#8221; in the Aurochs build file <font face="monospace">myocamlbuild.ml</font>.</li>
<li>The JSure build was giving me &#8220;<font face="monospace">/usr/bin/ld: cannot find -lgdbm_compat</font>&#8221; errors &#8212; I had to make softlinks in <font face="monospace">/usr/lib</font> to the version specific libraries that linker/loader was complaining about (<font face="monospace">ln -s libgdbm_compat.so.3.0.0 libgdbm_compat.so</font>)</li>
</ol>
<p>The other instructions at the <a href="http://www.jsure.org/">JSure web-site</a> also need be followed.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.grok2.com%2Fblog%2F2010%2F02%2F22%2Fbuilding-jsure-on-ubuntu%2F&amp;title=Building%20JSure%20on%20Ubuntu" id="wpa2a_2"><img src="http://www.grok2.com/blog/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.grok2.com/blog/2010/02/22/building-jsure-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

