[PENNMUSH] Compiling Errors on 1.8.1p9

Alan Schwartz dunemush at pennmush.org
Fri Jul 14 17:09:45 CDT 2006


Quoting Solarius (solariusiimail at comcast.net):
> I am getting an Error during compiling of the latest 1.8.1p9 release. I also get it when trying to patch my running 1.8.1p3 release to 1.8.1p4. Here is the compile info from trying to 'make install' on 1.8.1p9. I'm not seeing what is happening... though I am not that great at finding problems in Linux anyways. :) Thanks
> 

Compile errors should be sent to pennmush-bugs at pennmush.org, not
to the pennmush mailing list.

But here's a patch by Intervis at M*U*S*H that will probably fix
your problem, and will no doubt be included in the next patchlevel:

=== lock.patch ===
--- lock.c      Thu Jul 06 00:18:05 2006
+++ lock.c      Thu Jul 13 22:21:39 2006
@@ -845,6 +845,7 @@
   char e0[SBUF_LEN], e1[SBUF_LEN], *ep;
   char *preserves[10];
   int result;
+  boolexp b;

   if (env0 != NOTHING) {
     ep = e0;
@@ -863,7 +864,7 @@
   save_global_env("eval_lock_save", preserves);
   restore_global_env("eval_lock", myenv);

-  boolexp b = getlock(thing, ltype);
+  b = getlock(thing, ltype);
   log_activity(LA_LOCK, thing, unparse_boolexp(player, b, UB_DBREF));
   result = eval_boolexp(player, b, thing);
   restore_global_env("eval_lock_save", preserves);

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Javelin at M*U*S*H, once Paul at DuneMUSH | Alan Schwartz <dunemush at pennmush.org>
   (mush.pennmush.org 4201)         |     
=-------------------------------------------------------------------------=
   PennMUSH God's Guide: http://www.pennmush.org/~alansz/guide.html
        PennMUSH Source: http://ftp.pennmush.org/Source
     PennMUSH Community: http://community.pennmush.org
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


More information about the Pennmush mailing list