<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3693" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: AFKMud 2.03 and Ubuntu 8.04</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3693</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15102#p15102</link>
   <description>No problem, at least someone is still developing this stuff :)   You can turn off the -Werror to compile in case you wanted to play with it.  </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15102#p15102</guid>
   <pubDate>Sun, 4 May 2008 11:57:39 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Zarius)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15101#p15101</link>
   <description>The const char* stuff has nothing to do with the gd libs. I guess I need to get off my but and get the trunk code done so people can test that at least. I&#039;ve got a pretty massive commit waiting if I can ever get motivated to finish the alterations :/</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15101#p15101</guid>
   <pubDate>Fri, 2 May 2008 22:48:41 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15100#p15100</link>
   <description></description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15100#p15100</guid>
   <pubDate>Fri, 2 May 2008 22:45:36 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (kilroy)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15099#p15099</link>
   <description>Yeah, I was missing the dev package, its been too long since I&#039;ve done this stuff :)  Thanks</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15099#p15099</guid>
   <pubDate>Thu, 1 May 2008 17:16:57 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Zarius)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15098#p15098</link>
   <description>Odd that it wouldn&#039;t report a missing header file, though. (Unless, of course, we&#039;re not seeing the full list of errors.)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15098#p15098</guid>
   <pubDate>Thu, 1 May 2008 15:59:27 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (David Haley)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15097#p15097</link>
   <description>For the gd part, did you install libgd-devel ? Without that it&#039;s not going to be able to find the needed headers. The string constant stuff is more irritation from the whole mess we&#039;ve been through once before because gcc decided to get more strict about const usage. It&#039;s what finally triggered me working on getting the AFKMud trunk code converted over to std::string pretty much everywhere so this sort of thing is no longer at issue.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15097#p15097</guid>
   <pubDate>Thu, 1 May 2008 15:45:17 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>AFKMud 2.03 and Ubuntu 8.04</title>
   <link>https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15096#p15096</link>
   <description>I&#039;m not sure if anyone has tried this yet, but it dies on overland.cpp, I think I have the right library installed for gd2 overland.cpp: In function &amp;acirc;&amp;euro;&amp;tilde;void do_setmark(char_data*, char*)&amp;acirc;&amp;euro;&amp;trade;: overland.cpp:1127: warning: deprecated conversion from string constant to &amp;acirc;&amp;euro;&amp;tilde;char*&amp;acirc;&amp;euro;&amp;trade; overland.cpp:1132: warning: deprecated conversion from string constant to &amp;acirc;&amp;euro;&amp;tilde;char*&amp;acirc;&amp;euro;&amp;trade; overland.cpp: In function &amp;acirc;&amp;euro;&amp;tilde;void do_setexit(char_data*, char*)&amp;acirc;&amp;euro;&amp;trade;: overland.cpp:1523: warning</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/afkmud-203-and-ubuntu-804-3693/&amp;p=15096#p15096</guid>
   <pubDate>Thu, 1 May 2008 13:28:18 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Zarius)</author>
  </item>
 </channel>
</rss>
