On Thu, Feb 14, 2002 at 02:49:54PM -0500, Cameron Dickson wrote: > I decided to compile my ROM2.4b6-based mud using C++ rather than C. So, > I fixed all the errors that came up at compile time and now have source code > that compiles cleanly. I also wrapped all my header files with extern "C" > if compiling with C++. However, when it comes to the linking stage I get a > *lot* of errors that come up. They are in pretty much every object (*.o) > file. There is a range of error messages, but most of them just repeat a > couple hundred times. Here are some examples of the errors. > > act_comm.o:8: unterminated character constant <-- This is the most common > error I get > act_comm.o:2: possible real start of unterminated constant
Well, what's this line? It's the second line of act_comm.o. What's act_comm.o? It the output as a result of the compilation of .... In other words, you're doing something terrible wrong with the input and output-files in the Makefile. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/

