Verge 2.6 Source Code problems.
Displaying 1-8 of 8 total.
1
Devlyn(dad)
|
I tried it at my Dad's place but it didn't compile correctly again.
Got 155 errors this time :( :( :(
-Devlyn
Posted on 2001-07-07 10:16:52
|
andy
|
I'm not surprised at all. ^_^
As a rule of thumb, when you get error floods like that, the first one is the only important one. (the others are all a result of the first one throwing the compiler off)
What was it?
"I can't wait for this latest pile of melodrama to disappear, so that the VERGE community can once again concentrate on games rather than on itself." -- Joe Lee
Posted on 2001-07-07 10:25:57
|
Devlyn(dad)
|
Well, first it whined about that the icons were wrong. When I changed the addresses in rscr.rc that worked bu it whined about strk.h not existing. Thus I created that and filled it with a comment.
Then I got this:
Deleting intermediate files and output files for project 'verge - Win32 Release'.
--------------------Configuration: verge - Win32 Release--------------------
Compiling resources...
Compiling...
A_MEMORY.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
CONSOLE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
ENGINE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\main.h(31) : error C2146: syntax error : missing ';' before identifier 'startmap'
C:\WINDOWS\Desktop\Verge\SRC\main.h(31) : fatal error C1004: unexpected end of file found
ENTITY.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
FONT.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
i_png.cpp
fatal error C1083: Cannot open source file: 'C:\WINDOWS\Desktop\Verge\SRC\i_png.cpp': No such file or directory
IMAGE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
LINKED.cpp
MEMSTR.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
MESSAGE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
RENDER.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
sound.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
STARTUP.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
strk.cpp
fatal error C1083: Cannot open source file: 'C:\WINDOWS\Desktop\Verge\SRC\strk.cpp': No such file or directory
TIMER.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
VC.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
VERGE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
VFILE.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
w_graph.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
w_input.cpp
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2065: 'string_k' : undeclared identifier
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(42) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
C:\WINDOWS\Desktop\Verge\SRC\console.h(43) : error C2059: syntax error : ')'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
C:\WINDOWS\Desktop\Verge\SRC\engine.h(59) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
verge.exe - 155 error(s), 0 warning(s)
I've installed the DirectX SDK so it can't be that...
-Devlyn
Posted on 2001-07-07 12:43:50
|
andy
|
redownload the source code.
It was missing a few files.
Sorry about that.
"I can't wait for this latest pile of melodrama to disappear, so that the VERGE community can once again concentrate on games rather than on itself." -- Joe Lee
Posted on 2001-07-07 16:16:39
|
Devlyn(dad)
|
I redownloaded and still get the 154 errors (I get 154 errors at my Mom's place and 155 errors at my Dad's place)
I noticed the following files didn't exist:
i_png.cpp
i_png.h
strk.h
Could that be the cause? I don't know anyway..:/
Or did you upload the updated archive under a different name?
-Devlyn
Posted on 2001-07-08 06:47:21
|
Devlyn(dad)
|
I now tried compiling the workspace in the engine subdirectory and that does seem to compile allright.
Is there a difference between the code in the main dir and in the engine subdirectory?
-Devlyn
Posted on 2001-07-08 06:50:46
|
Devlyn(dad)
|
.
-Devlyn
Posted on 2001-07-08 06:53:47
|
andy
|
Okay.
Turns out that the contents of that zip were a bit of a mess. I don't know what I was thinking. ;)
http://verge-rpg.com/~tsb/files/v26src.zip (for real this time!)
"I can't wait for this latest pile of melodrama to disappear, so that the VERGE community can once again concentrate on games rather than on itself." -- Joe Lee
Posted on 2001-07-08 09:33:47
|