On Sun, 3 Apr 2005 01:05:16 -0500, Valnir <[EMAIL PROTECTED]> wrote:
> Ok all.. just so you know.. I have taken Rom 2.4b6, and patched in OLC 2.01
> 
> and cleaned up 99% of the warnings after the fact. I included the link to 
> our site below for anyone that wants to d/l the archive. It just needs 
> compiled, and run.

Hello,
 If you guys are getting errors, then it's related to your OS I would
think.. If you read the included readme with olc 2, it's mentioned
that you will get sme warnings during the default compile because it's
defining the skill, class, command tables to that it will save the
info to the files. After you start the mud, it stops because the files
are now saved. You then need to remove the define from the makefile
and when you recompile, everything goes fine. I'm not sure about linux
but when you compile a stock rom on cygwin or anything using -p -wall,
you'll get all the normal stock rom compile warnings because various
if checks in rom don't have the needed braces. Most are just.

IF this function..
  IF this function

instead of

IF this function
  {
    IF this function.

Never understood why those changes were never made. Guess Rom just
thought everyone would fix them on thier own..

Chris

Reply via email to