Page 1 of 1
143 build errors
Posted: Wed Jul 23, 2008 22:47
by Nash
Code: Select all
4>.\src\fragglescript\t_func.cpp(386) : error C2143: syntax error : missing ')' before 'string'
4>.\src\fragglescript\t_func.cpp(386) : error C2660: 'mysnprintf' : function does not take 2 arguments
4>.\src\fragglescript\t_func.cpp(386) : error C2059: syntax error : ')'
4>.\src\fragglescript\t_func.cpp(2244) : error C2065: 'countogf' : undeclared identifier
4>.\src\fragglescript\t_func.cpp(2244) : error C2143: syntax error : missing ')' before 'string'
4>.\src\fragglescript\t_func.cpp(2244) : error C2059: syntax error : ')'
Posted: Wed Jul 23, 2008 22:52
by Graf Zahl
Argh!
Posted: Wed Jul 23, 2008 23:04
by Nash
Heheh, pesky little comma. You must be tired.
EDIT: Argh2
Code: Select all
4>zstrformat.obj : error LNK2019: unresolved external symbol @freedtoa@4 referenced in function "int __fastcall StringFormat::VWorker(int (__fastcall*)(void *,char const *,int),void *,char const *,char *)" (?VWorker@StringFormat@@YIHP6IHPAXPBDH@Z01PAD@Z)
4>zstrformat.obj : error LNK2019: unresolved external symbol @dtoa@28 referenced in function "int __fastcall StringFormat::VWorker(int (__fastcall*)(void *,char const *,int),void *,char const *,char *)" (?VWorker@StringFormat@@YIHP6IHPAXPBDH@Z01PAD@Z)
Posted: Thu Jul 24, 2008 0:22
by Graf Zahl
Argh! Sorry, I can't fix that right now. You will have to wait a day or two...
Try to compile the gdtoa project manually. It seems the dependencies got messed up again.
Posted: Thu Jul 24, 2008 7:14
by Nash
It still won't compile after doing exactly like you told me. It's okay, I'll wait for you to fix it.
Posted: Thu Jul 24, 2008 8:36
by Graf Zahl
Sorry, no such luck today. I'll be away for the entire day so it's at least 12 hours from now, maybe even more.
Posted: Thu Jul 24, 2008 20:54
by Nash
Turns out gdtoa was unchecked from the project dependencies! Now it compiles. You still might want to upload the fixed vcproj file for other users though...
Posted: Thu Jul 24, 2008 21:07
by Graf Zahl
You mean SLN file? The project itself is fine.
Posted: Thu Jul 24, 2008 21:09
by Nash
Oh, heh, yeah that's what I probably meant. I don't really know much about programming and MSVC++.

Posted: Thu Jul 24, 2008 21:44
by Enjay
Well, based on the clues in this thread, I loaded up the project, went into project dependancies and 2 things were unchecked; gdtoa and zipdir. Only gdtoa was mentioned above so I only checked that one and hit F7. As far as I can tell, things compiled fine. Does zipdir need to be checked?
Posted: Thu Jul 24, 2008 22:35
by Graf Zahl
Zipdir is only a dependency of the wadsrc projects.
Posted: Fri Jul 25, 2008 12:34
by Gez
And it's bogus.