<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=4622" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: GCC 4.6.1 on Ubuntu 11.10</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4622</link>
  <description>The largest Smaug community resource site. - Compiling Problems...</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22753#p22753</link>
   <description>The second bit in void_torture is an easy fix. Line 2980 of swskills.c: [code]ch-&amp;gt;alignment = ch&amp;gt;alignment -= 100;[/code] This code is changing ch-&amp;gt;alignment twice between sequence points, once through = and once through -=.  That&#039;s whats causing your undefined operation error. The line should read: [code]ch-&amp;gt;alignment -= 100; OR ch-&amp;gt;alignment = ch_alignment - 100;[/code] That was the only error I needed to fix out of the box. Hope that helps :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22753#p22753</guid>
   <pubDate>Tue, 7 May 2013 08:28:22 CDT</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (johngaden)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22270#p22270</link>
   <description>Any news?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22270#p22270</guid>
   <pubDate>Wed, 1 Feb 2012 05:12:57 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (Dekar)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22221#p22221</link>
   <description>A followup to this. My server is running GCC 4.6.1. now and I was going through the several files of SmaugFUSS this error crops up in. It was all going well until I hit the db.c file and all the file reading functions that use the fMatch variable. All of which have a comment saying fMatch isn&#039;t used but it shuts the compiler up about it. Oh, the irony. Thing is, changing the KEY() macro would almost certainly cause any snippets built against the codebase to fail if they&#039;re using older logic t</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22221#p22221</guid>
   <pubDate>Mon, 9 Jan 2012 00:43:16 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22212#p22212</link>
   <description>I missed this too. Since the IMC2 layer in these codebases is all the same, the problem comes from here: [code]/* Generic log function which will route the log messages to the appropriate system logging function */ void imclog( const char *format, ... ) { char buf[LGST], buf2[LGST]; char *strtime; va_list ap; va_start( ap, format ); vsnprintf( buf, LGST, format, ap ); va_end( ap ); snprintf( buf2, LGST, &amp;quot;IMC: %s&amp;quot;, buf ); strtime = ctime( &amp;amp;imc_time ); #if</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22212#p22212</guid>
   <pubDate>Tue, 3 Jan 2012 16:58:20 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22211#p22211</link>
   <description>Sorry, somehow I missed this one. Turning off -wError could have some consequences down the line, but there won&#039;t be any immediate consequences from what I can see in what you posted. I&#039;ll have to make sure my GCC is up to date at some point this week and have a look at this, but time is something I don&#039;t have a lot of atm unfortunately.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22211#p22211</guid>
   <pubDate>Tue, 3 Jan 2012 09:24:22 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22210#p22210</link>
   <description>Nothing?  :sad:</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22210#p22210</guid>
   <pubDate>Tue, 3 Jan 2012 08:21:35 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (Dekar)</author>
  </item>
  <item>
   <title>GCC 4.6.1 on Ubuntu 11.10</title>
   <link>https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22201#p22201</link>
   <description>In Ubuntu 11.10 i&#039;m getting this error while trying to compile swrfuss: [i]make -s swreality Compiling o/imc.c imc.c: In Function &#039;void imclog(const char*, ...)&#039;: imc.c:212:10: error: variable &#039;strtime&#039; set but not used [-Werror=unused-but-set-variable] imc.c: In Function &#039;void imcbug(const char*, ...)&#039;: imc.c:236:10: error: variable &#039;strtime&#039; set but not used [-Werror=unused-but-set-variable] cc1plus: all warnings being treated as errors make[1]: ** [o/imc.o] Error 1 make: ** [al</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/gcc-461-on-ubuntu-1110-4622/&amp;p=22201#p22201</guid>
   <pubDate>Mon, 26 Dec 2011 11:57:03 CST</pubDate>
   <category>SWR FUSS</category>
   <author>nobody@example.com (Dekar)</author>
  </item>
 </channel>
</rss>
