It could be either. What's the BSD? And let's see merc.h lines 200-210. I looked at my copy of stock ROM but my line 205 is: #define SKY_LIGHTNING 3
> -----Original Message----- > From: Michael Weiss [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2002 10:04 AM > To: Jason Gauthier; [email protected] > Subject: RE: rom 2.4b6 - Makefile > > > Sorry about that. I'm getting 2 different types of responses > depending on > the OS I'm working on. The below response is what I get on > the BSD box. I > don't want to go into Merc and start messing around if its > really a matter > of the makefile and not the code. > > Thanks, > > -Mike > > > $ make > gcc -c -g -O3 -Wall act_comm.c > In file included from act_comm.c:38: > merc.h:2547: warning: deprecated symbol "unix" is no longer predefined > In file included from act_comm.c:38: > merc.h:205: syntax error before `{' > *** Error code 1 > > > > -----Original Message----- > From: Jason Gauthier [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2002 9:57 AM > To: 'Michael Weiss'; [email protected] > Subject: RE: rom 2.4b6 - Makefile > > > You said it doesn't compile and make cleanly. > Meaning, not at all, or just warnings? > > Usually if something compiles cleanly all the files compile > and the final > linking works WITHOUT a single warning. > > Stock ROM does need to be changed for a nice clean compile. > > > If it's not compiling at all.. we need output. > > > -----Original Message----- > > From: Michael Weiss [mailto:[EMAIL PROTECTED] > > Sent: Friday, January 04, 2002 9:48 AM > > To: [email protected] > > Subject: rom 2.4b6 - Makefile > > > > > > I have been trying to compile rom2.4b6 (1st compile after download). > > > > None of the makefiles included with the download seem to > > compile and make > > cleanly. I don't know anything about writing > > makefiles and was hoping someone could give me some advice as > > to where I can > > get a makefile that would work. I am currently running > 2.4b4 on a BSD > > server (code port).. and linux server (live port). > > > > Thanks for any help you can provide. > > > > -Mike > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of ArKHaM > > Sent: Thursday, January 03, 2002 10:46 PM > > To: Brian Merkley > > Cc: [email protected] > > Subject: Re: Clueless > > > > > > You have to copy the rom binary to the area dir to use the > > startup script. > > > > cp rom ../area/ > > cd .. > > cd area > > ./startup & > > > > arkham > > ----- Original Message ----- > > From: Brian Merkley <[EMAIL PROTECTED]> > > To: leming <[EMAIL PROTECTED]> > > Cc: <[email protected]> > > Sent: Thursday, January 03, 2002 9:09 PM > > Subject: Re: Clueless > > > > > > > Thanks for the quick reply.. > > > > > > chmod 700 startup.dat seemed to be accepted ok as no error > > or replys but > > > when I type ./startup.dat& it says No such file or > > directory when I am in > > > the src file and can see the startup.dat. However there is > > an * right > > after > > > startup.dat for some reason. I dunno if that means anything... > > > > > > Brian > > > > > > ----- Original Message ----- > > > From: "leming" <[EMAIL PROTECTED]> > > > To: "Brian Merkley" <[EMAIL PROTECTED]> > > > Sent: Thursday, January 03, 2002 7:05 PM > > > Subject: Re: Clueless > > > > > > > > > > If startup.dat is the file that has all the startup info, > > what you need > > to > > > > do is make it executable. Instructions: > > > > 1. cd to the directory with startup.dat > > > > 2. chmod +x startup.dat > > > > 3. ./startup.dat& > > > > > > > > Step 3 MUST be done inside the directory startup.dat > > resides in, same > > for > > > > chmod. > > > > -- > > > > leming > > > > > > > > At 18:49 1/3/2002 -0800, you wrote: > > > > >Hello All, > > > > > > > > > >This is my first time attempting to run a mud from a > > server as I took > > it > > > > >over from another guy. I uploaded the files and logged > in to the > > server. > > > > >Once in shell I am not able to run my mud. I tried > > running startup > > > > >(./startup.dat&) and Rom but I keep getting Permission > > Denied. Am I > > doing > > > > >something wrong? I don't even know if I am typing the > > right commands or > > > not. > > > > >I did edit Startup to assign a port number. I could > > really use some > > help! > > > > > > > > > >Clueless > > > > > > > > > >P.S. I am not a total idiot as I haved been mudding for > > over 5 years > > but > > > on > > > > >ACK so ROM is rather new to me. > > > > > > > > > > > > > > > > > > > >-- > > > > >ROM mailing list > > > > >[email protected] > > > > >http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > > > > > > -- > > > ROM mailing list > > > [email protected] > > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > -- > > ROM mailing list > > [email protected] > > http://www.rom.org/cgi-bin/mailman/listinfo/rom > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >

