<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=1351" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Mac Support</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=1351</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14612#p14612</link>
   <description>sha256.c [code] #if !defined(WIN32) #include &amp;lt;sys/cdefs.h&amp;gt; #if defined(__FreeBSD__) #include &amp;lt;sys/endian.h&amp;gt; #elif defined(__APPLE__) #include &amp;lt;machine/endian.h&amp;gt; #else #include &amp;lt;endian.h&amp;gt; #endif [/code] That should work pcc/intel OS X.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14612#p14612</guid>
   <pubDate>Mon, 25 Feb 2008 16:38:36 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Noplex)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14611#p14611</link>
   <description>Oh yeah. I should have mentioned that I did all that on a PPC, before having access to a MacIntel... __APPLE__ would be better, yes. I found the conditionals on the printfs to be pretty annoying; I&#039;m not sure a one-size-fits-all solution is appropriate because the data types are different IIRC. That&#039;s why I have those printfs whose format specifiers change depending on apple vs. non-apple... :sigh:</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14611#p14611</guid>
   <pubDate>Mon, 25 Feb 2008 15:13:22 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (David Haley)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14609#p14609</link>
   <description>I didn&#039;t think of checking to see if the endian was included. I&#039;ll find out later where it is on the Mac and include it in the SHA library. But you should change __ppc__ to __APPLE__ due to more recent Intel Macs. The only change that looks like might cause a problem is the endian include. Everything else is essentially the same thing I did.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14609#p14609</guid>
   <pubDate>Mon, 25 Feb 2008 09:58:03 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Noplex)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14608#p14608</link>
   <description>[url=http://www.binarygoblins.com:8088/modsmaug-dev/?cmd=diff;otherrevid=david%40the-haleys.org-20070716222322-jfkjp16n6vrtp05o;rev=david%40the-haleys.org-20070721213544-4shck5mum9lulm9e;pathrevid=;path=]Here are the changes[/url] I made.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14608#p14608</guid>
   <pubDate>Sun, 24 Feb 2008 20:29:46 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (David Haley)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14607#p14607</link>
   <description>Same changes apply to SmaugFUSS 1.9 (with my same configuration, obviously).</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14607#p14607</guid>
   <pubDate>Sun, 24 Feb 2008 20:18:22 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Noplex)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14605#p14605</link>
   <description>Sorry about the delay. Calculus and Financial Mathematics are killing me. Ugh. I hate college. [code] diff stock/Makefile src/Makefile 12c12 &amp;lt; EXPORT_SYMBOLS = -export-dynamic --- &amp;gt; #EXPORT_SYMBOLS = -export-dynamic 72c72 &amp;lt; 	$(CC) -export-dynamic -o smaug $(O_FILES) $(L_FLAGS) --- &amp;gt; 	$(CC) $(EXPORT_SYMBOLS) -o smaug $(O_FILES) $(L_FLAGS) Only in src: dependencies.d diff stock/handler.c src/handler.c 463c463 &amp;lt;       bug( &amp;quot;%s: midlist control block (%zd).&amp;quot;, __FUNCTION__, *trash - trw</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14605#p14605</guid>
   <pubDate>Sun, 24 Feb 2008 15:54:33 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Noplex)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14564#p14564</link>
   <description>Noplex, how does it work on a BSD system? I don&#039;t have ready access to one to play with to find out :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14564#p14564</guid>
   <pubDate>Wed, 20 Feb 2008 22:55:20 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14560#p14560</link>
   <description>I had several issues compiling FUSS (not AFK) on a Mac some time ago. Somewhere around here I have a diff of what I needed to change, although I no longer have access to a Mac to play with this more.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14560#p14560</guid>
   <pubDate>Wed, 20 Feb 2008 19:45:15 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (David Haley)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14558#p14558</link>
   <description>It should work the same way it does on a BSD system. I haven&#039;t tried compiling AFK, but I&#039;ll do it later if there&#039;s still a problem.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=14558#p14558</guid>
   <pubDate>Wed, 20 Feb 2008 19:40:08 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Noplex)</author>
  </item>
  <item>
   <title>Mac Support</title>
   <link>https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=5149#p5149</link>
   <description>Well hmm. The only thing I can figure from that is that on the Mac, &amp;quot;timezone&amp;quot; is an actual function and not a variable of some sort. Without some further knowledge of how that works on a Mac, I wouldn&#039;t have any idea how to solve the problem for you.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/mac-support-1351/&amp;p=5149#p5149</guid>
   <pubDate>Sat, 3 Feb 2007 12:51:30 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
