Jump to content

LordViking

WFG Retired
  • Posts

    20
  • Joined

  • Last visited

Everything posted by LordViking

  1. Alas, on a completely clean install with nothing but the most current check-out and VS2005, I get the same build errors.
  2. The only path that's not default is for Win Debug packages, as it's much easier having it at c:\debuggers rather than C:\Program Files\foo\bar\blah, but the machine I was using is generally on the very edge of insanity, so Im going to clean install on a fresh instance of Windows, and VS2005 on another machine and work from that more controlled environment.
  3. Registry cleared up, all random versions of dbghelp have been removed, but I still get build errors, gonna keep poking around the code and my system and try to clear this up.
  4. No dice. I've got VS 2005 Full Edition, and Debugging Tools for Windows with dbghelp version 6.11.1.404. I've got a feeling that it's some sort of dll hell, gonna clear up my registry, probably an old version floating around somewhere. Gonna keep poking around see if I can clear this up.
  5. It appears to have failed in three places, and I'm missing a hell of a lot of dependencies. lowlevel_debug, pyrogenesis_Debug, and test_Debug lowlevel_debug Compiling... dbghelp.cpp c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(5) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(9) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(11) : error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(5) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(9) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(11) : error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(5) : error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(5) : error C2059: syntax error : ')' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(9) : error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(9) : error C2059: syntax error : ')' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(11) : error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(11) : error C2059: syntax error : ')' wdbg_sym.cpp c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(5) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(9) : error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h(11) : error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(106) : error C2504: 'SYMBOL_INFO_PACKAGEW' : base class undefined ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(109) : error C2065: 'si' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(109) : error C2228: left of '.SizeOfStruct' must have class/struct/union type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(109) : error C2070: ''unknown-type'': illegal sizeof operand ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(110) : error C2228: left of '.MaxNameLen' must have class/struct/union type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(149) : error C2065: 'SYMBOL_INFOW' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(149) : error C2065: 'sym' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(149) : error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(105) : see declaration of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(152) : error C2227: left of '->Name' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(881) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(881) : error C2143: syntax error : missing ',' before '*' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(897) : error C2227: left of '->Address' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(898) : error C2227: left of '->Flags' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(898) : error C2227: left of '->Register' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(918) : error C2227: left of '->Flags' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(921) : error C2065: 'pp' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(923) : error C2227: left of '->Name' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(923) : error C2227: left of '->Flags' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(923) : error C2227: left of '->Address' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1134) : error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(105) : see declaration of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1138) : error C2227: left of '->Name' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1144) : error C2227: left of '->TypeIndex' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1358) : error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(105) : see declaration of 'SYMBOL_INFO_PACKAGEW2' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1365) : error C2227: left of '->Name' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1367) : error C2227: left of '->TypeIndex' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1368) : error C2227: left of '->Size' must point to class/struct/union/generic type type is ''unknown-type'' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1697) : error C2065: 'SymTagArrayType' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1697) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1699) : error C2065: 'SymTagBaseType' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1699) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1701) : error C2065: 'SymTagBaseClass' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1701) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1703) : error C2065: 'SymTagData' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1703) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1705) : error C2065: 'SymTagEnum' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1705) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1707) : error C2065: 'SymTagFunction' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1707) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1709) : error C2065: 'SymTagFunctionType' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1709) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1711) : error C2065: 'SymTagPointerType' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1711) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1713) : error C2065: 'SymTagTypedef' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1713) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1715) : error C2065: 'SymTagUDT' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1715) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1717) : error C2065: 'SymTagVTable' : undeclared identifier ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1717) : error C2051: case expression not constant ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1721) : warning C4065: switch statement contains 'default' but no 'case' labels ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1760) : error C2275: 'ULONG' : illegal use of this type as an expression C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\windef.h(47) : see declaration of 'ULONG' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1760) : error C2062: type 'void' unexpected ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1761) : error C2143: syntax error : missing ';' before '{' ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1761) : error C2447: '{' : missing function header (old-style formal list?) ..\..\..\source\lib\sysdep\os\win\wdbg_sym.cpp(1816) : error C2065: 'dump_sym_cb' : undeclared identifier Generating Code... Results Build log was saved at "file://c:\wildfire\trunk\build\workspaces\vc2005\obj\lowlevel_Debug\BuildLog.htm" lowlevel - 68 error(s), 1 warning(s) [b] test_Debug[/b] Build Log Build started: Project: test, Configuration: Debug|Win32 Command Lines test : warning PRJ0041 : Cannot find missing dependency 'winwlm.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'rpcerr.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'rpcmac.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macname1.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macpub.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macapi.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. test : warning PRJ0041 : Cannot find missing dependency 'macname2.h' for file 'error_dialog.rc'. Your project may still build, but may continue to appear out of date until this file is found. Creating temporary file "c:\wildfire\trunk\build\workspaces\vc2005\obj\test_Debug\RSP0000039762076.rsp" with contents [ /Od /I "../../../source/pch/test" /I "../../../source/" /I "../../../libraries/opengl/include" /I "../../../libraries/sdl/include" /I "../../../libraries/libjpg/include" /I "../../../libraries/libpng/include" /I "../../../libraries/zlib/include" /I "../../../libraries/spidermonkey/include" /I "../../../libraries/libxml2/include" /I "../../../libraries/openal/include" /I "../../../libraries/vorbis/include" /I "../../../libraries/boost/include" /I "../../../libraries/cxxtest/include" /I "../../../libraries/comsuppw/include" /I "../../../libraries/enet/include" /D "LIB_STATIC_LINK" /D "USING_PCH" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Gy /Yu"precompiled.h" /Fp"obj/test_Debug\test_dbg.pch" /Fo"obj/test_Debug\\" /Fd"obj/test_Debug\vc80.pdb" /W4 /c /Wp64 /Zi /TP ..\..\..\source\test_root.cpp ] Creating command line "cl.exe @c:\wildfire\trunk\build\workspaces\vc2005\obj\test_Debug\RSP0000039762076.rsp /nologo /errorReport:prompt" Output Window Compiling... test_root.cpp c1xx : fatal error C1083: Cannot open source file: '..\..\..\source\test_root.cpp': No such file or directory Results Build log was saved at "file://c:\wildfire\trunk\build\workspaces\vc2005\obj\test_Debug\BuildLog.htm" test - 1 error(s), 0 warning(s)
  6. 1. Downloaded source 2. ran update-workspaces.bat 3. Opened project in VS2005 4. Attempted to build Project 5. Errors: Error 1 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 5 Error 2 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 9 Error 3 error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 11 Error 4 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 5 Error 5 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 9 Error 6 error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 11 Error 7 error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 5 Error 8 error C2059: syntax error : ')' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 5 Error 9 error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 9 Error 10 error C2059: syntax error : ')' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 9 Error 11 error C2143: syntax error : missing ')' before '__stdcall' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 11 Error 12 error C2059: syntax error : ')' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 11 Error 13 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 5 Error 14 error C2061: syntax error : identifier 'PSYMBOL_INFOW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 9 Error 15 error C2061: syntax error : identifier 'PSYM_ENUMERATESYMBOLS_CALLBACKW' c:\wildfire\trunk\source\lib\external_libraries\dbghelp_funcs.h 11 Error 16 error C2504: 'SYMBOL_INFO_PACKAGEW' : base class undefined c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 106 Error 17 error C2065: 'si' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 109 Error 18 error C2228: left of '.SizeOfStruct' must have class/struct/union c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 109 Error 19 error C2070: ''unknown-type'': illegal sizeof operand c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 109 Error 20 error C2228: left of '.MaxNameLen' must have class/struct/union c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 110 Error 21 error C2065: 'SYMBOL_INFOW' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 149 Error 22 error C2065: 'sym' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 149 Error 23 error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 149 Error 24 error C2227: left of '->Name' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 152 Error 25 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 881 Error 26 error C2143: syntax error : missing ',' before '*' c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 881 Error 27 error C2227: left of '->Address' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 897 Error 28 error C2227: left of '->Flags' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 898 Error 29 error C2227: left of '->Register' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 898 Error 30 error C2227: left of '->Flags' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 918 Error 31 error C2065: 'pp' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 921 Error 32 error C2227: left of '->Name' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 923 Error 33 error C2227: left of '->Flags' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 923 Error 34 error C2227: left of '->Address' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 923 Error 35 error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1134 Error 36 error C2227: left of '->Name' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1138 Error 37 error C2227: left of '->TypeIndex' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1144 Error 38 error C2039: 'si' : is not a member of 'SYMBOL_INFO_PACKAGEW2' c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1358 Error 39 error C2227: left of '->Name' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1365 Error 40 error C2227: left of '->TypeIndex' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1367 Error 41 error C2227: left of '->Size' must point to class/struct/union/generic type c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1368 Error 42 error C2065: 'SymTagArrayType' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1697 Error 43 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1697 Error 44 error C2065: 'SymTagBaseType' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1699 Error 45 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1699 Error 46 error C2065: 'SymTagBaseClass' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1701 Error 47 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1701 Error 48 error C2065: 'SymTagData' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1703 Error 49 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1703 Error 50 error C2065: 'SymTagEnum' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1705 Error 51 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1705 Error 52 error C2065: 'SymTagFunction' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1707 Error 53 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1707 Error 54 error C2065: 'SymTagFunctionType' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1709 Error 55 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1709 Error 56 error C2065: 'SymTagPointerType' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1711 Error 57 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1711 Error 58 error C2065: 'SymTagTypedef' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1713 Error 59 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1713 Error 60 error C2065: 'SymTagUDT' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1715 Error 61 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1715 Error 62 error C2065: 'SymTagVTable' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1717 Error 63 error C2051: case expression not constant c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1717 Warning 64 warning C4065: switch statement contains 'default' but no 'case' labels c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1721 Error 65 error C2275: 'ULONG' : illegal use of this type as an expression c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1760 Error 66 error C2062: type 'void' unexpected c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1760 Error 67 error C2143: syntax error : missing ';' before '{' c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1761 Error 68 error C2447: '{' : missing function header (old-style formal list?) c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1761 Error 69 error C2065: 'dump_sym_cb' : undeclared identifier c:\wildfire\trunk\source\lib\sysdep\os\win\wdbg_sym.cpp 1816 Error 70 fatal error LNK1104: cannot open file '../../../binaries/system/lowlevel_dbg.lib' pyrogenesis Error 71 fatal error C1083: Cannot open source file: '..\..\..\source\test_root.cpp': No such file or directory c1xx Any help resolving this would be appreciated.
×
×
  • Create New...