imc problems

Posted by MasterJay on Wed 06 Oct 2004 01:21 AM — 5 posts, 19,260 views.

#0
I just added the copyover snippet to my mud, and i got an error in comm.c, "Undefined reference to _imc_shutdown_network"

so I figured I needed to use IMC, and I uncommented the needed parts in the make file, and i got more errors
"invalid operands to binary &" to the imc-mercbase.c

can anyone tell me what i need to fix? (I did everything that the smaug1.4.txt file that came with the snippit said to do)
USA #1
You appear to have multiple issues in play here.

First thing we need to know is which copyover code are you using, and where did you get it?

Second thing, which copy of Smaug and where did you get it? Though I have a strong indication from your error that it wasn't the FUSS package.
#2
well the copyover snippet i got from http://www.andreasen.org/snip.shtml

and I'm using Smaug1.4a
#3
I checked the code for the 3rd time and I can't see anything I did wrong with adding the snippet. Though It could be like that pretitle snippet where there were a bunch of undefined parses and stuff that I needed to find and fix. Any clue on how to get imc working?, or don't i need it for copyover? if then, can i just delete the function about shutting down the imc network?
USA #4
Quote:
I uncommented the needed parts in the make file, and i got more errors
"invalid operands to binary &" to the imc-mercbase.c


The file imc-mercbase.c has not been in IMC2 distributions for several years now; therefore, I am assuming that you are using the original SMAUG 1.4a. If you wish to connect to an IMC2 network, I recommend downloading a snippet from one of the sites listed on http://www.openimc.org/intermud-requirements.php and replacing your current IMC2 code with the newer code. However, if you wish to just get the copyover code working, I would recommend recommenting out the IMC2 code and removing any IMC2 function calls in the copyover code.