<?xml version="1.0" encoding="UTF-8" standalone="yes"?><oembed><version><![CDATA[1.0]]></version><provider_name><![CDATA[Software is Crap]]></provider_name><provider_url><![CDATA[https://davmac.wordpress.com]]></provider_url><author_name><![CDATA[davmac]]></author_name><author_url><![CDATA[https://davmac.wordpress.com/author/davmac/]]></author_url><title><![CDATA[Sakura 2.4.0 build&nbsp;failure]]></title><type><![CDATA[link]]></type><html><![CDATA[<p>I was just trying to build the <a href="http://www.pleyades.net/david/sakura.php">Sakura</a> terminal emulator. More-or-less following the instructions exactly, after running &#8220;cmake .&#8221;, I then ran &#8220;make&#8221; at which point I got the following:</p>
<blockquote><p>Unknown option: u<br />
make[2]: *** [CMakeFiles/man] Error 1<br />
make[1]: *** [CMakeFiles/man.dir/all] Error 2<br />
make: *** [all] Error 2</p></blockquote>
<p>Yeah, it&#8217;s not exactly the most helpful output, is it? This is what I hate about CMake and non-standard build systems in general. Eventually I figured out the problem is in the file &#8220;CMakeFiles/man.dir/build.make&#8221; where the target &#8220;CMakeFiles/man:&#8221; calls the &#8220;pod2man&#8221; utility (from that almighty piece-of-crap scripting language, perl) with a &#8220;-u&#8221; argument which &#8220;pod2man&#8221; doesn&#8217;t seem to recognize (perl 5.8.8). Removing that makes the build complete.</p>
<p>&nbsp;</p>
]]></html></oembed>