I have the patched.src.1.1 , but I can't put it RIGHT ... I've copied to the src dir and then made the MAKE ALL command .. it gives me this errors ... act.item.c: In function `get_check_money': act.item.c:136: warning: `share' might be used uninitialized in this function olc.c:73: warning: `vnum' might be used uninitialized in this function make[1]: Circular races.c <- races.c dependency dropped. races.c: In function `language_abilities': races.c:125: warning: large integer implicitly truncated to unsigned type races.c:132: warning: large integer implicitly truncated to unsigned type races.c:139: warning: large integer implicitly truncated to unsigned type races.c:146: warning: large integer implicitly truncated to unsigned type races.c:153: warning: large integer implicitly truncated to unsigned type races.c: In function `language_abilities': races.c:125: warning: large integer implicitly truncated to unsigned type races.c:132: warning: large integer implicitly truncated to unsigned type races.c:139: warning: large integer implicitly truncated to unsigned type races.c:146: warning: large integer implicitly truncated to unsigned type races.c:153: warning: large integer implicitly truncated to unsigned type comm.o(.text+0xe82): undefined reference to `run_events' act.other.o(.text+0x187): undefined reference to `write_aliases' act.other.o(.text+0x1f2): undefined reference to `write_aliases' handler.o(.text+0x15c1): undefined reference to `clean_events' interpreter.o(.text+0x2464): undefined reference to `read_aliases' make[1]: *** [../bin/circle] Error 1 -------------------------------------------------------------- I'm putting the MUD on a LINUX BOX .... +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+ From osjelson@spinach.mscc.huji.ac.il Wed, 04 Sep 96 14:48:30 +0200 X-SystemInfo: MyE-Mail: EMail X-Message-No: 4173 (database) From: jeremy elson <osjelson@spinach.mscc.huji.ac.il> To: philipe <philipe@basix.com> Subject: Re: [system] Can I Force It To Compile, Revisited (win95) Date: Wed, 4 Sep 96 13:48:00 Message-ID: <9609041148.AA236718@spinach.mscc.huji.ac.il> X-POP3-Rcpt: lk4150@per Return-Path: <@QUCDN.QueensU.CA:owner-circle@cspo.queensu.ca> Received: from QUCDN.QueensU.CA (QUCDN.QueensU.CA [130.15.126.2]) by per.cybercity.dk (8.6.12/8.6.12) with SMTP id MAA05307 for <lk4150@krull.dk>; Wed, 4 Sep 1996 12:55:03 +0200 Received: from cspo.queensu.ca by QUCDN.QueensU.CA (IBM VM SMTP V2R2) with TCP;Wed, 04 Sep 96 08:07:44 EDT Received: by cspo.queensu.ca (SMI-8.6/SMI-SVR4)id HAA02883; Wed, 4 Sep 1996 07:57:12 -0500 Received: from spinach.mscc.huji.ac.il by cspo.queensu.ca (SMI-8.6/SMI-SVR4) Received: by spinach.mscc.huji.ac.il (AIX 3.2/UCB 5.64/4.03) Cc: Circle <circle@cspo.queensu.ca>, osjelson@spinach.mscc.huji.ac.il Sender: owner-circle@cspo.queensu.ca Precedence: bulk > Following the suggestion of someone on this list (I do not remeber > who), I created a new project in MSVC++ 1.52, added all the circle > files, painstakingly shortened every filename longer than 8 > characters, and the damn thing still won't compile. What I get is an > error message: > Internal make: fatal error U1073: don't know how to make 'sys/wait.h'. > And that's it. I have defined CIRCLE_WINDOWS in conf.h, and commented Have you read README.WIN? You should not need to define CIRCLE_WINDOWS yourself. Copy config.h.win to config.h. Also, I noticed one of the earlier messages suggested putting some user-defined parameter (number of attacks per player or something) in config.h -- maybe you meant config.c? config.h is a system-specific file that is normally deleted and recreated by running 'configure' on UNIX boxes; config.c is meant for user parameters such as pkilling, pstealing, etc. Jeremy +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST