<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>SmaugMuds.org</title>
  <link>http://www.smaugmuds.org/index.php?a=rssfeed</link>
  <description>The largest Smaug community resource site.</description>
  <language>en</language>
  <generator>SmaugMuds.org</generator>
  <ttl>60</ttl>
  <item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22804#p22804</link>
 <description>Thank You!&lt;br /&gt;
*************************************************************************************************************************************&lt;br /&gt;
mike@ubuntu:~/smaugfuss19/src$ make&lt;br /&gt;
make -s smaug&lt;br /&gt;
Generating dependency file ...&lt;br /&gt;
Done compiling mud.&lt;br /&gt;
make -s dns&lt;br /&gt;
Done compiling DNS resolver.&lt;br /&gt;
mike@ubuntu:~/smaugfuss19/src$ ls&lt;br /&gt;
act_comm.c  calendar.h  db.c            hint.h      liquids.h   mpxset.c    planes.h     services.c    tables.c&lt;br /&gt;
act_info.c  chess.c     deity.c         hotboot.c   magic</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22804#p22804</guid>
 <pubDate>Mon, 20 May 2013 11:18:46 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Tyro)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22803#p22803</link>
 <description>It's been a while but I think the package you want is zlib-devel&lt;br /&gt;
&lt;br /&gt;
Ayuri</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22803#p22803</guid>
 <pubDate>Mon, 20 May 2013 09:11:21 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (ayuri)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22802#p22802</link>
 <description>I went to the software center in ubuntu and downloaded zlib I/O library. But still did not fix. Sorry to be having more problems but I did look in the makefile and mccp isn't really in there that I can see. I will post the makefile soon.</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22802#p22802</guid>
 <pubDate>Mon, 20 May 2013 08:37:25 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Tyro)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22801#p22801</link>
 <description>you need to install the zlib files or just comment out the mccp define in the makefile</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22801#p22801</guid>
 <pubDate>Sun, 19 May 2013 08:58:01 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Remcon)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22800#p22800</link>
 <description>I downloaded smaugfuss 1.9 from this website yesterday and I get less errors but I get this can U guys help.&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************************************************mike@ubuntu:~/smaugfuss19/src$ make&lt;br /&gt;
make -s smaug&lt;br /&gt;
  Compiling o/comm.o....&lt;br /&gt;
In file included from comm.c:30:&lt;br /&gt;
mccp.h:18:18: error: zlib.h: No such file or directory&lt;br /&gt;
In file included from comm.c:30:&lt;br /&gt;
mccp.h:33: error: ISO C++ forbids declaratio</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22800#p22800</guid>
 <pubDate>Sun, 19 May 2013 07:46:20 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Tyro)</author>
</item>
<item>
 <title>Resets not working. </title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4707&amp;p=22799#p22799</link>
 <description>[code]&lt;br /&gt;
void mprog_read_programs( FILE *fp, MOB_INDEX_DATA *mob )&lt;br /&gt;
{&lt;br /&gt;
   MPROG_DATA *mprg;&lt;br /&gt;
   char letter;&lt;br /&gt;
   char *word;&lt;br /&gt;
&lt;br /&gt;
   for( ;; )&lt;br /&gt;
   {&lt;br /&gt;
      letter = fread_letter( fp );&lt;br /&gt;
&lt;br /&gt;
      if( letter == '|' )&lt;br /&gt;
         return;&lt;br /&gt;
&lt;br /&gt;
      if( letter != '&gt;' )&lt;br /&gt;
      {&lt;br /&gt;
         bug( &quot;%s: vnum %d MUDPROG char&quot;, __FUNCTION__, mob-&gt;vnum );&lt;br /&gt;
         exit( 1 );&lt;br /&gt;
      }&lt;br /&gt;
      CREATE( mprg, MPROG_DATA, 1 );&lt;br /&gt;
      mprg-&gt;next = mob-&gt;mudprogs;&lt;br /&gt;
      mob-&gt;mudprogs = mprg;&lt;br /&gt;
&lt;br /&gt;
      word = fread_word( fp </description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4707&amp;p=22799#p22799</guid>
 <pubDate>Sun, 19 May 2013 05:57:33 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Remcon)</author>
</item>
<item>
 <title>Resets not working. </title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4707&amp;p=22798#p22798</link>
 <description>sent</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4707&amp;p=22798#p22798</guid>
 <pubDate>Sat, 18 May 2013 17:52:47 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (dbna2)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22797#p22797</link>
 <description>id suggest giving 1.9 a try instead of 1.8</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22797#p22797</guid>
 <pubDate>Sat, 18 May 2013 16:52:23 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Remcon)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22796#p22796</link>
 <description>Do you guys have a link to a smaugfuss file that should compile with my version information. I'm not really a great programmer. I am better at admin and building. I will look into it tho.</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22796#p22796</guid>
 <pubDate>Sat, 18 May 2013 16:37:24 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Tyro)</author>
</item>
<item>
 <title>I am trying to compile smaugfuss1.8</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22795#p22795</link>
 <description>I downloaded the file from this website today!</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4716&amp;p=22795#p22795</guid>
 <pubDate>Sat, 18 May 2013 16:35:58 PDT</pubDate>
 <category>SmaugFUSS</category>
 <author>nobody@example.com (Tyro)</author>
</item>

 </channel>
</rss>
