<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=4055" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Can&#039;t Compile?</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4055</link>
  <description>The largest Smaug community resource site. - Cannot compile LoP</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21007#p21007</link>
   <description>Yup, it&#039;s working perfectly. Remcon, might want to make that tiny fix in the source so that you don&#039;t have a bunch of confused compilers. I appreciate the help. Thanks for your time!</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21007#p21007</guid>
   <pubDate>Sat, 2 Oct 2010 01:23:14 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Zecred)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21006#p21006</link>
   <description>In that case you&#039;ve got it right. #include &amp;lt;sys/stat.h&amp;gt; Should fix the problem. </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21006#p21006</guid>
   <pubDate>Fri, 1 Oct 2010 19:36:12 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21005#p21005</link>
   <description>[code] bool can_use_path( CHAR_DATA *ch, const char *direct, const char *filename ) { char newfilename[1024]; struct stat fst; /* Length restrictions */ if( !filename || filename[0] == &#039;\0&#039; ) { if( ch ) send_to_char( &amp;quot;Empty filename is not valid.\r\n&amp;quot;, ch ); return false; } if( strlen( filename ) &amp;lt; 3 ) { if( ch ) ch_printf( ch, &amp;quot;Filename (%s) isn&#039;t long enough.\r\n&amp;quot;, filename ); return false; } /* Illeg</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21005#p21005</guid>
   <pubDate>Fri, 1 Oct 2010 18:10:01 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21004#p21004</link>
   <description>What&#039;s the can_use_path() function look like?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21004#p21004</guid>
   <pubDate>Fri, 1 Oct 2010 17:59:27 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21003#p21003</link>
   <description>[quote] comm.c:3297: error: no matching function for call to &amp;acirc;&amp;euro;&amp;tilde;stat::stat(char*&amp;amp;, stat*)&amp;acirc;&amp;euro;&amp;trade; //usr/include/bits/stat.h:47: note: candidates are: stat::stat() //usr/include/bits/stat.h:47: note: stat::stat(const stat&amp;amp;)  [/quote] Well without having the system to test things out on it is hard to say, but it looks like it uses stat differently then most. Hopefully someone has a bit more experience with that system and can shed some light on the changes etc.... Just by the looks of it </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=21003#p21003</guid>
   <pubDate>Fri, 1 Oct 2010 17:30:26 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20998#p20998</link>
   <description>[quote=Zecred]Darn the smiley thing. Here.[/quote] Well, your errors look like they&#039;ve got to do with the const thing to me which is beyond my knowledges, but the smiley thing I can help with. Aside from the fact that we all know a ;) is a semicolon followed by a closing parenthesis, if you use the code tag ([i][ code ] then your pasted data followed by [ /code ][/i]) the forum should ignore the smiley opportunities. ;)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20998#p20998</guid>
   <pubDate>Mon, 27 Sep 2010 17:02:25 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Conner)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20997#p20997</link>
   <description>Darn the smiley thing. Here. zavor@Zavor-Ubuntu:~/Documents/LOP/src$ make all make -s lop Compiling o/comm.o.... comm.c: In function &amp;acirc;&amp;euro;&amp;tilde;bool can_use_path(CHAR_DATA*, const char*, const char*)&amp;acirc;&amp;euro;&amp;trade;: comm.c:2318: error: no matching function for call to &amp;acirc;&amp;euro;&amp;tilde;stat::stat(char [1024], stat*)&amp;acirc;&amp;euro;&amp;trade; //usr/include/bits/stat.h:47: note: candidates are: stat::stat() //usr/include/bits/stat.h:47: note:                 stat::stat(const stat&amp;amp;) comm.c: In function &amp;acirc;&amp;euro;&amp;tilde;bool exists_fi</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20997#p20997</guid>
   <pubDate>Sun, 26 Sep 2010 20:49:20 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Zecred)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20996#p20996</link>
   <description>Hey, folks. I know this thread&#039;s been dead a while, but ever since I started this thread, there&#039;ve been several revisions to the Lands Of Pabulum codebase, and now I&#039;m having issues once again. zecred@Ubuntu:~/Documents/LOP/src$ make all make -s lop Compiling o/comm.o.... comm.c: In function &amp;acirc;&amp;euro;&amp;tilde;bool can_use_path(CHAR_DATA*, const char*, const char*)&amp;acirc;&amp;euro;&amp;trade;: comm.c:2318: error: no matching function for call to &amp;acirc;&amp;euro;&amp;tilde;stat::stat(char [1024], stat*)&amp;acirc;&amp;euro;&amp;trade; //usr/include/bits/stat.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=20996#p20996</guid>
   <pubDate>Sun, 26 Sep 2010 20:46:10 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Zecred)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=17773#p17773</link>
   <description>[quote=Zecred]It&#039;s in there, I checked. But maybe it&#039;s not recognizing it? I&#039;ll change the filename to read &amp;quot;./startup&amp;quot;. Think that might help? [/quote] Nope, that should definitely not help... Legaeldan&#039;s solution might work, if you somehow missed installing tcsh or csh, but it could also just be a permissions thing if the file&#039;s there and it&#039;s not finding it. You really want startup to have rwxrwx--- perms most likely.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=17773#p17773</guid>
   <pubDate>Sun, 24 May 2009 03:34:48 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Conner)</author>
  </item>
  <item>
   <title>Can&#039;t Compile?</title>
   <link>https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=17772#p17772</link>
   <description>I had this exact problem, you need to get the c shell go to terminal, and type these exact lines sudo apt-get install tcsh and  sudo apt-get install csh that should sort it all out  :biggrin:</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/cant-compile-4055/&amp;p=17772#p17772</guid>
   <pubDate>Sat, 23 May 2009 22:21:13 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Legaeldan)</author>
  </item>
 </channel>
</rss>
