summaryrefslogtreecommitdiff
path: root/feed.rss
diff options
context:
space:
mode:
Diffstat (limited to 'feed.rss')
-rw-r--r--feed.rss2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.rss b/feed.rss
index d691e34..f808cbb 100644
--- a/feed.rss
+++ b/feed.rss
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>Navan Chauhan</title><description>Welcome to my personal fragment of the internet. Majority of the posts should be complete.</description><link>https://navanchauhan.github.io/</link><language>en</language><lastBuildDate>Mon, 18 May 2020 17:33:07 +0530</lastBuildDate><pubDate>Mon, 18 May 2020 17:33:07 +0530</pubDate><ttl>250</ttl><atom:link href="https://navanchauhan.github.io/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS</guid><title>Fixing X11 Error on macOS Catalina for AmberTools 18/19</title><description>Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina</description><link>https://navanchauhan.github.io/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS</link><pubDate>Mon, 13 Apr 2020 11:41:00 +0530</pubDate><content:encoded><![CDATA[<h1>Fixing X11 Error on macOS Catalina for AmberTools 18/19</h1><p>I was trying to install AmberTools on my macOS Catalina Installation. Running <code>./configure -macAccelerate clang</code> gave me an error that it could not find X11 libraries, even though <code>locate libXt</code> showed that my installation was correct.</p><p>Error:</p><pre><code><div class="highlight"><span></span><span class="n">Could</span> <span class="n">not</span> <span class="bp">find</span> <span class="n">the</span> <span class="n">X11</span> <span class="n">libraries</span><span class="p">;</span> <span class="n">you</span> <span class="n">may</span> <span class="n">need</span> <span class="n">to</span> <span class="n">edit</span> <span class="n">config</span><span class="p">.</span><span class="n">h</span>
+<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content"><channel><title>Navan Chauhan</title><description>Welcome to my personal fragment of the internet. Majority of the posts should be complete.</description><link>https://navanchauhan.github.io/</link><language>en</language><lastBuildDate>Sun, 24 May 2020 18:26:31 +0530</lastBuildDate><pubDate>Sun, 24 May 2020 18:26:31 +0530</pubDate><ttl>250</ttl><atom:link href="https://navanchauhan.github.io/feed.rss" rel="self" type="application/rss+xml"/><item><guid isPermaLink="true">https://navanchauhan.github.io/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS</guid><title>Fixing X11 Error on macOS Catalina for AmberTools 18/19</title><description>Fixing Could not find the X11 libraries; you may need to edit config.h, AmberTools macOS Catalina</description><link>https://navanchauhan.github.io/posts/2020-04-13-Fixing-X11-Error-AmberTools-macOS</link><pubDate>Mon, 13 Apr 2020 11:41:00 +0530</pubDate><content:encoded><![CDATA[<h1>Fixing X11 Error on macOS Catalina for AmberTools 18/19</h1><p>I was trying to install AmberTools on my macOS Catalina Installation. Running <code>./configure -macAccelerate clang</code> gave me an error that it could not find X11 libraries, even though <code>locate libXt</code> showed that my installation was correct.</p><p>Error:</p><pre><code><div class="highlight"><span></span><span class="n">Could</span> <span class="n">not</span> <span class="bp">find</span> <span class="n">the</span> <span class="n">X11</span> <span class="n">libraries</span><span class="p">;</span> <span class="n">you</span> <span class="n">may</span> <span class="n">need</span> <span class="n">to</span> <span class="n">edit</span> <span class="n">config</span><span class="p">.</span><span class="n">h</span>
<span class="n">to</span> <span class="kr">set</span> <span class="n">the</span> <span class="n">XHOME</span> <span class="n">and</span> <span class="n">XLIBS</span> <span class="n">variables</span><span class="p">.</span>
<span class="n">Error</span><span class="p">:</span> <span class="n">The</span> <span class="n">X11</span> <span class="n">libraries</span> <span class="n">are</span> <span class="n">not</span> <span class="k">in</span> <span class="n">the</span> <span class="n">usual</span> <span class="n">location</span> <span class="o">!</span>
<span class="n">To</span> <span class="n">search</span> <span class="k">for</span> <span class="n">them</span> <span class="k">try</span> <span class="n">the</span> <span class="n">command</span><span class="p">:</span> <span class="n">locate</span> <span class="n">libXt</span>