1999Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] [TECHNICAL]  How to generate pre&#45;processor output (template problem). -->
<!--X-From-R13: Pra Uerrne <terrneNploreuvtujnl.arg> -->
<!--X-Date: Thu, 27 May 1999 21:45:00 &#45;0700 -->
<!--X-Message-Id: 374E16BC.46930065#cyberhighway,net -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (t</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:greear#cyberhighway,net">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00330.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00332.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00335.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00332.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00331">Author</A>
&nbsp;|&nbsp;<A HREF="#00331">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00331">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: "<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>" &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</LI>
<LI><em>From</em>: Ben Greear &lt;<A HREF="mailto:greear#cyberhighway,net">greear#cyberhighway,net</A>&gt;</LI>
<LI><em>Date</em>: Thu, 27 May 1999 21:08:28 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:greear#burrito,cyberhighway.net">greear#burrito,cyberhighway.net</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>

I added a cute little templated array class, and everything works like a charm
on my egcs RH 6.0 Linux box.  However, my primary mud server is BSD, and it's
compiler is g++ 2.7.2.  It gets all the way to the end and then complains about
a missing symbol (*puke*).  To add to the fun, its mangled so badly I haven't a
real clue what it really is supposed to be.  Also, I have neither root nor the
permission to install a new compiler or any other useful software
on the BSD box.

The interesting thing is that it is listed as line 905 in a .h file that
contains only about 100 lines.  I imagine that is because the #include
that pulls in the template class....

So the question is, anyone know how to get the compiler to spit out the
pre-processed code so I can take a look at what line it's complaining about?

Thanks,
Ben

-- 
Ben Greear (greear#cyberhighway,net)  <A  HREF="http://www.primenet.com/~greear">http://www.primenet.com/~greear</A> 
Author of ScryMUD:  mud.primenet.com 4444        (Released under GPL)
<A  HREF="http://www.primenet.com/~greear/ScryMUD/scry.html">http://www.primenet.com/~greear/ScryMUD/scry.html</A>


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00346" HREF="msg00346.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>
<ul compact><li><em>From:</em> Oliver Jowett &lt;icecube#ihug,co.nz&gt;</li></ul>
<li><strong><A NAME="00341" HREF="msg00341.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>
<ul compact><li><em>From:</em> Greg Miller &lt;gmiller#classic-games,com&gt;</li></ul>
<li><strong><A NAME="00332" HREF="msg00332.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>
<ul compact><li><em>From:</em> bruce#puremagic,com</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00330.html">Re: [MUD-Dev] ScryMUD 1.9.3 released.</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00332.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00335.html">[MUD-Dev] Searching the archives</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00332.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00331"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00331"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>RE: [MUD-Dev] Text Parsing</STRONG>, <EM>(continued)</EM>
<ul compact>
<LI><strong><A NAME="00667" HREF="msg00667.html">RE: [MUD-Dev] Text Parsing</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 10 Jun 1999, 03:49 GMT
<UL>
<LI><strong><A NAME="00680" HREF="msg00680.html">RE: [MUD-Dev] Text Parsing</A></strong>, 
Matthew Mihaly <a href="mailto:diablo#best,com">diablo#best,com</a>, Thu 10 Jun 1999, 06:13 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00693" HREF="msg00693.html">RE: [MUD-Dev] Text Parsing</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Thu 10 Jun 1999, 14:53 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00335" HREF="msg00335.html">[MUD-Dev] Searching the archives</A></strong>, 
claw <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Fri 28 May 1999, 06:10 GMT
<LI><strong><A NAME="00331" HREF="msg00331.html">[MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 28 May 1999, 04:45 GMT
<UL>
<LI><strong><A NAME="00332" HREF="msg00332.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>, 
bruce <a href="mailto:bruce#puremagic,com">bruce#puremagic,com</a>, Fri 28 May 1999, 04:55 GMT
<UL>
<LI><strong><A NAME="00362" HREF="msg00362.html">Re: [MUD-Dev] [TECHNICAL] [SOLVED] (template problem).</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Tue 01 Jun 1999, 00:05 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00341" HREF="msg00341.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>, 
Greg Miller <a href="mailto:gmiller#classic-games,com">gmiller#classic-games,com</a>, Sat 29 May 1999, 00:50 GMT
<UL>
<LI><strong><A NAME="00345" HREF="msg00345.html">Re: [MUD-Dev] [TECHNICAL]  How to generate pre-processor output (template problem).</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Sat 29 May 1999, 01:47 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>