Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 08-18-2004, 05:15 AM   #1 (permalink)
C'mon, just blow it.
 
hulk's Avatar
 
Location: Perth, Australia
[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.
__________________
"'There's a tendency among the press to attribute the creation of a game to a single person,' says Warren Spector, creator of Thief and Deus Ex."
-- From an IGN game review.
hulk is offline  
Old 08-18-2004, 06:33 AM   #2 (permalink)
Insane
 
trache's Avatar
 
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?
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip
trache is offline  
Old 08-18-2004, 06:50 AM   #3 (permalink)
Junkie
 
Location: RI
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.
Fallon is offline  
Old 08-18-2004, 08:34 AM   #4 (permalink)
C'mon, just blow it.
 
hulk's Avatar
 
Location: Perth, Australia
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?
__________________
"'There's a tendency among the press to attribute the creation of a game to a single person,' says Warren Spector, creator of Thief and Deus Ex."
-- From an IGN game review.
hulk is offline  
Old 08-18-2004, 09:50 AM   #5 (permalink)
Junkie
 
Location: RI
Meh, adding in races isn't to hard, it's when you add racial abilities or difficulties.

Last edited by Fallon; 08-18-2004 at 10:03 AM..
Fallon is offline  
 

Tags
borked, code, compiling, problem


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 11:41 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73