Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [C++] Problem compiling borked code (https://thetfp.com/tfp/tilted-technology/66162-c-problem-compiling-borked-code.html)

hulk 08-18-2004 05:15 AM

[C++] Problem compiling borked code
 
Well, with myself being the clueless curious guy that I am, I downloaded the code to a MUD system. Problem is, one of the source files is corrupted, from what the Terminal tells me, it has a few syntax errors and stray /'s. it's a bit much to ask, but could someone here take a look at it for me? I've uploaded it here. That's the source file and Terminal log.

trache 08-18-2004 06:33 AM

In line 2335 I think I see the problem: You have a string that is being worked on and it's on two lines. I'm pretty sure it has to be all on one line (at least up until the comma after the string I think)

Code:

ch_printf( ch, "Unknown error #%d - %s (immortal data).  Report to Thoric\n\r",
Now, I am using syn to look at this file. I have my line length set to 120 to as to prevent any word wrapping as far as I can tell.

Make sure all your string lines are on one line if this is actually the case.

I don't program often in C, so I could have my head up my ass - anyone care to correct me on this?

Fallon 08-18-2004 06:50 AM

Hehehe, nice. I run a heavily modified SWR myself at the moment(it'll be more heavily modified in a couple weeks when I get MySQL functionality built in, but ya).
What it looks like you need to do is pull the errno, strerror( errno ) ); crap into the line above as most multi-line string things are being depreciated or so my compiler tells me.
If that doesn't work, just comment out that line.

hulk 08-18-2004 08:34 AM

I've got it sorted, it was just two line returns that shouldn't have been there =) Now I getta mess with trying to make races the hard way =( Ah well, no peace for the wicked.

Oh, and Fallon, what MUD do you run?

Fallon 08-18-2004 09:50 AM

Meh, adding in races isn't to hard, it's when you add racial abilities or difficulties.


All times are GMT -8. The time now is 09:36 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37