  | | | errors | errors 2007-09-21 - By Exodus Ahriman
Back Go into your /home/mud/kilivia/smaug1.8/src directory, open up the file called 'Makefile'. About halfway down, there will be a line that says 'W_FLAGS = -Wall -Werror' ect. Add '-trigraphs' to the end of that line. Make sure the 'W_FLAGS' line and the string of flags that comes after it are all on the same line. It's pretty long and adding another flag to it tends to make it wordwrap.
On 9/21/07, Scott Garside <scottag@(protected)> wrote: > > I am trying to make all for smaug 1.8 and am getting the following > errors. > > act_move.c:393:15: warning: trigraph ??> ignored, use -trigraphs to enable > act_move.c: In function ???generate_exit???: > act_move.c:604: error: invalid lvalue in assignment > make[1]: *** [act_move.o] Error 1 > make[1]: Leaving directory `/home/mud/kilivia/smaug1.8/src' > make: *** [all] Error 2 > > Can any give me some help to fix these errors. >
Go into your /home/mud/kilivia/smaug1.8/src directory, open up the file called 'Makefile'. About halfway down, there will be a line that says 'W _FLAGS = -Wall -Werror' ect. Add '-trigraphs' to the end of that line. Make sure the 'W_FLAGS' line and the string of flags that comes after it are all on the same line. It's pretty long and adding another flag to it tends to make it wordwrap. <br><br><div><span class="gmail_quote">On 9/21/07, <b class="gmail_sendername" >Scott Garside</b> <<a href="mailto:scottag@(protected)">scottag@(protected)</a >> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff"> <div><font face="Arial" size="2">I am trying to make all for smaug 1.8 and am getting the following errors.</font></div> <div><font face="Arial" size="2"></font> </div> <div><font face="Arial" size="2">act_move.c:393:15: warning: trigraph ??> ignored, use -trigraphs to enable<br>act_move.c: In function ???generate_exit???:<br>act_move.c:604: error: invalid lvalue in assignment<br>make[1]: *** [act_move.o] Error 1<br>make[1]: Leaving directory `/home/mud/kilivia/smaug1.8/src'<br>make: *** [all] Error 2</font></div> <div><font face="Arial" size="2"></font> </div> <div><font face="Arial" size="2">Can any give me some help to fix these errors.</font></div></div> </blockquote></div><br>
|
|
 |