<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Installing Boomerang in 2020</title>
		<link>http://bx-community.wikidot.com/forum/t-13231986/installing-boomerang-in-2020</link>
		<description>Posts in the discussion thread &quot;Installing Boomerang in 2020&quot; - I&#039;d like to try out the Boomerang tutorial, but am having trouble building the project from source.</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 18 Jul 2026 02:38:33 +0000</lastBuildDate>
		
					<item>
				<guid>http://bx-community.wikidot.com/forum/t-13231986#post-4711720</guid>
				<title>Re: Installing Boomerang in 2020</title>
				<link>http://bx-community.wikidot.com/forum/t-13231986/installing-boomerang-in-2020#post-4711720</link>
				<description></description>
				<pubDate>Tue, 07 Jul 2020 00:31:43 +0000</pubDate>
				<wikidot:authorName>J Jakes-Schauer</wikidot:authorName>				<wikidot:authorUserId>5626811</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'll offer a partial response to my own post, having successfully gotten Boomerang going, with some work. I used an old version of OCaml:</p> <div class="code"> <pre><code>opam switch create 4.04.2</code></pre></div> <br /> I also rolled back Boomerang to before it used <tt>jbuilder</tt>: <div class="code"> <pre><code>git checkout e64f97b</code></pre></div> <p>Made sure I had OASIS, and ran <tt>make</tt> to completion.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bx-community.wikidot.com/forum/t-13231986#post-4591962</guid>
				<title>Installing Boomerang in 2020</title>
				<link>http://bx-community.wikidot.com/forum/t-13231986/installing-boomerang-in-2020#post-4591962</link>
				<description></description>
				<pubDate>Sat, 11 Apr 2020 20:23:54 +0000</pubDate>
				<wikidot:authorName>J Jakes-Schauer</wikidot:authorName>				<wikidot:authorUserId>5626811</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is the Boomerang language still being maintained? The GitHub repo [link redacted] hasn't been updated in about two years, and I think it's missing some stuff&#8212;notably the 'INSTALL.txt' instructions mentioned in the documentation.</p> <p>OCaml isn't a language I've much studied. After installing it (v4.05) and some other prerequisites, such as <tt>jbuilder</tt>, I am able to run <tt>make</tt>, whereupon the following error presents itself:</p> <div class="code"> <pre><code>File &quot;stdlib/util.ml&quot;, line 684, characters 9-37: Error: The function applied to this argument has type compare:('a -&gt; 'a -&gt; int) -&gt; 'a list This argument cannot be applied with label ~cmp</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>