PDA

View Full Version : Compiling with CMake


blackdragonsdg
01-19-2013, 02:42 AM
No idea if this is a real error or a stupid mistake. I get an app crash during the config process.

Microsoft Resource File to COFF Object Conversion Utility has stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: cvtres.exe
Application Version: 10.0.30319.1
Application Timestamp: 4ba1dc04
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6002.18541
Fault Module Timestamp: 4ec3e39f
Exception Code: c000007b
Exception Offset: 0006f52f
OS Version: 6.0.6002.2.2.0.256.1
Locale ID: 1033
Additional Information 1: 9d13
Additional Information 2: 1abee00edb3fc1158f9ad6f44f0f6be8
Additional Information 3: 9d13
Additional Information 4: 1abee00edb3fc1158f9ad6f44f0f6be8

CMakeError
Determining if the C compiler works failed with the following output:
Change Dir: D:/Everquest/SVN/Source Code 2/Build/CMakeFiles/CMakeTmp

Run Build Command:C:\PROGRA~2\MICROS~2.0\Common7\IDE\devenv. com CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2515012569


Microsoft (R) Visual Studio Version 10.0.30319.1.

Copyright (C) Microsoft Corp. All rights reserved.

1>------ Build started: Project: cmTryCompileExec2515012569, Configuration: Debug x64 ------

1> Microsoft (R) C/C++ Optimizing Compiler Version 16.00.30319.01 for x64

1> Copyright (C) Microsoft Corporation. All rights reserved.

1>

1> cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2515012569.dir\Debug\\" /Fd"D:/Everquest/SVN/Source Code 2/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2515012569.pdb" /Gd /TC /errorReport:prompt testCCompiler.c /Zm1000

1>

1> testCCompiler.c

1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


CMakeOutput
The system is: Windows - 6.0 - x86
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags: ;/DWIN32;/D_WINDOWS;/W3;/Zm1000
Id flags:

The output was:
0

Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: CompilerIdC, Configuration: Debug x64 ------
1> CMakeCCompilerId.c
1> CompilerIdC.vcxproj -> D:\Everquest\SVN\Source Code 2\Build\CMakeFiles\2.8.10.2\CompilerIdC\.\Compiler IdC.exe
1> CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\cl.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj.user"

The C compiler identification is MSVC, found in "D:/Everquest/SVN/Source Code 2/Build/CMakeFiles/2.8.10.2/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:

The output was:
0

Microsoft (R) Visual Studio Version 10.0.30319.1.
Copyright (C) Microsoft Corp. All rights reserved.
1>------ Build started: Project: CompilerIdCXX, Configuration: Debug x64 ------
1> CMakeCXXCompilerId.cpp
1> CompilerIdCXX.vcxproj -> D:\Everquest\SVN\Source Code 2\Build\CMakeFiles\2.8.10.2\CompilerIdCXX\.\Compil erIdCXX.exe
1> CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\x86_amd64\cl.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj.user"

The CXX compiler identification is MSVC, found in "D:/Everquest/SVN/Source Code 2/Build/CMakeFiles/2.8.10.2/CompilerIdCXX/CompilerIdCXX.exe"

lerxst2112
01-19-2013, 03:30 AM
Install the Visual Studio Service Pack.

blackdragonsdg
01-22-2013, 10:51 PM
So the service pack did fix the first problem I was having but now I am encountering another issue. Since I don't know if this is an actual problem or not I am posting it here first. When I compile rev 2443 I get the following errors

Error 225 error C1003: error count exceeds 100; stopping compilation D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1562 1 Common
Error 154 error C2039: 'AA_Ability' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 156 error C2039: 'AA_Ability' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 158 error C2039: 'AA_Ability' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 173 error C2039: 'aa_assigned' : is not a member of 'AATable_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 455 1 Common
Error 174 error C2039: 'aa_spent3' : is not a member of 'AATable_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 456 1 Common
Error 168 error C2039: 'AATable_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 452 1 Common
Error 169 error C2039: 'AATable_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 452 1 Common
Error 170 error C2039: 'AATable_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 452 1 Common
Error 171 error C2039: 'AATable_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 452 1 Common
Error 172 error C2039: 'AATable_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 452 1 Common
Error 129 error C2039: 'AvailableTaskData1_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 181 1 Common
Error 134 error C2039: 'AvailableTaskData1_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 218 1 Common
Error 136 error C2039: 'AvailableTaskData1_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 228 1 Common
Error 130 error C2039: 'AvailableTaskData2_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 182 1 Common
Error 137 error C2039: 'AvailableTaskData2_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 244 1 Common
Error 138 error C2039: 'AvailableTaskData2_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 252 1 Common
Error 128 error C2039: 'AvailableTaskHeader_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 180 1 Common
Error 132 error C2039: 'AvailableTaskHeader_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 200 1 Common
Error 133 error C2039: 'AvailableTaskHeader_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 213 1 Common
Error 131 error C2039: 'AvailableTaskTrailer_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 183 1 Common
Error 139 error C2039: 'AvailableTaskTrailer_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 265 1 Common
Error 140 error C2039: 'AvailableTaskTrailer_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 273 1 Common
Error 185 error C2039: 'BazaarSearchResults_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 926 1 Common
Error 186 error C2039: 'BazaarSearchResults_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 932 1 Common
Error 187 error C2039: 'BazaarSearchResults_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 932 1 Common
Error 209 error C2039: 'GuildMemberEntry_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1509 1 Common
Error 212 error C2039: 'GuildMemberEntry_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 215 error C2039: 'GuildMemberEntry_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 221 error C2039: 'GuildMemberEntry_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 206 error C2039: 'GuildMembers_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1508 1 Common
Error 162 error C2039: 'LeadershipExpUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 443 1 Common
Error 163 error C2039: 'LeadershipExpUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 443 1 Common
Error 164 error C2039: 'LeadershipExpUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 443 1 Common
Error 165 error C2039: 'LeadershipExpUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 443 1 Common
Error 166 error C2039: 'LeadershipExpUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 443 1 Common
Error 199 error C2039: 'MercenaryData_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1342 1 Common
Error 198 error C2039: 'MercenaryDataUpdate_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1342 1 Common
Error 194 error C2039: 'MercenaryListEntry_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1281 1 Common
Error 193 error C2039: 'MercenaryMerchantList_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1280 1 Common
Error 195 error C2039: 'MercenaryStance_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1281 1 Common
Error 196 error C2039: 'MercenaryStance_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1287 1 Common
Error 200 error C2039: 'MercenaryStance_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1342 1 Common
Error 201 error C2039: 'MercenaryStance_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1348 1 Common
Error 153 error C2039: 'SendAA_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 155 error C2039: 'SendAA_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 157 error C2039: 'SendAA_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 159 error C2039: 'SendAA_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 160 error C2039: 'SendAA_Struct' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 395 1 Common
Error 124 error C2039: 'string' : is not a member of 'Underfoot::std' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 96 1 Common
Error 126 error C2039: 'string' : is not a member of 'Underfoot::std' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 97 1 Common
Error 175 error C2039: 'unknown012' : is not a member of 'AATable_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 457 1 Common
Error 176 error C2039: 'unknown016' : is not a member of 'AATable_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 458 1 Common
Error 177 error C2039: 'unknown020' : is not a member of 'AATable_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 459 1 Common
Error 135 error C2039: 'unknown1' : is not a member of 'AvailableTaskData1_Struct' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 223 1 Common
Error 145 error C2039: 'ZonePoint_Entry' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 147 error C2039: 'ZonePoint_Entry' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 149 error C2039: 'ZonePoint_Entry' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 144 error C2039: 'ZonePoints' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 146 error C2039: 'ZonePoints' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 148 error C2039: 'ZonePoints' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 150 error C2039: 'ZonePoints' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 151 error C2039: 'ZonePoints' : is not a member of 'Underfoot::structs' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 374 1 Common
Error 217 error C2059: syntax error : ')' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 223 error C2059: syntax error : ')' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 214 error C2065: 'e' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 218 error C2065: 'e' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 220 error C2065: 'e' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 224 error C2065: 'e' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1562 1 Common
Error 210 error C2065: 'GuildMemberEntry_Struct' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1509 1 Common
Error 213 error C2065: 'GuildMemberEntry_Struct' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 216 error C2065: 'GuildMemberEntry_Struct' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1540 1 Common
Error 222 error C2065: 'GuildMemberEntry_Struct' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 207 error C2065: 'GuildMembers_Struct' : undeclared identifier D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1508 1 Common
Error 208 error C2070: ''unknown-type'': illegal sizeof operand D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1508 1 Common
Error 211 error C2070: ''unknown-type'': illegal sizeof operand D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1510 1 Common
Error 219 error C2227: left of '->name' must point to class/struct/union/generic type D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1561 1 Common
Error 125 error C2888: 'std::string Underfoot::Strategy::Describe(void) const' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 96 1 Common
Error 123 error C2888: 'Underfoot::Strategy::Strategy(void)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 89 1 Common
Error 183 error C2888: 'void Underfoot::Strategy::Encode_OP_Barter(EQApplicatio nPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 858 1 Common
Error 184 error C2888: 'void Underfoot::Strategy::Encode_OP_BazaarSearch(EQAppl icationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 899 1 Common
Error 204 error C2888: 'void Underfoot::Strategy::Encode_OP_CharInventory(EQApp licationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1416 1 Common
Error 205 error C2888: 'void Underfoot::Strategy::Encode_OP_GuildMemberList(EQA pplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1495 1 Common
Error 202 error C2888: 'void Underfoot::Strategy::Encode_OP_ItemLinkResponse(EQ ApplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1387 1 Common
Error 203 error C2888: 'void Underfoot::Strategy::Encode_OP_ItemPacket(EQApplic ationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1388 1 Common
Error 161 error C2888: 'void Underfoot::Strategy::Encode_OP_LeadershipExpUpdate (EQApplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 442 1 Common
Error 192 error C2888: 'void Underfoot::Strategy::Encode_OP_MercenaryDataRespon se(EQApplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1269 1 Common
Error 197 error C2888: 'void Underfoot::Strategy::Encode_OP_MercenaryDataUpdate (EQApplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 1331 1 Common
Error 188 error C2888: 'void Underfoot::Strategy::Encode_OP_NewSpawn(EQApplicat ionPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 952 1 Common
Error 180 error C2888: 'void Underfoot::Strategy::Encode_OP_NewZone(EQApplicati onPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 714 1 Common
Error 127 error C2888: 'void Underfoot::Strategy::Encode_OP_OpenNewTasksWindow( EQApplicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 173 1 Common
Error 182 error C2888: 'void Underfoot::Strategy::Encode_OP_PetBuffWindow(EQApp licationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 819 1 Common
Error 178 error C2888: 'void Underfoot::Strategy::Encode_OP_PlayerProfile(EQApp licationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 471 1 Common
Error 167 error C2888: 'void Underfoot::Strategy::Encode_OP_RespondAA(EQApplica tionPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 451 1 Common
Error 152 error C2888: 'void Underfoot::Strategy::Encode_OP_SendAATable(EQAppli cationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 391 1 Common
Error 141 error C2888: 'void Underfoot::Strategy::Encode_OP_SendCharInfo(EQAppl icationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 287 1 Common
Error 143 error C2888: 'void Underfoot::Strategy::Encode_OP_SendZonepoints(EQAp plicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 372 1 Common
Error 181 error C2888: 'void Underfoot::Strategy::Encode_OP_Track(EQApplication Packet **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 773 1 Common
Error 189 error C2888: 'void Underfoot::Strategy::Encode_OP_ZoneEntry(EQApplica tionPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 953 1 Common
Error 142 error C2888: 'void Underfoot::Strategy::Encode_OP_ZoneServerInfo(EQAp plicationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 365 1 Common
Error 190 error C2888: 'void Underfoot::Strategy::Encode_OP_ZoneSpawns(EQApplic ationPacket **,EQStream *,bool)' : symbol cannot be defined within namespace 'Underfoot' D:\Everquest\SVN\Source Code\common\patches\Underfoot.cpp 954 1 Common
Error 122 error C3769: 'Merchant_Sell_Struct' : a nested class cannot have the same name as the immediately enclosing class d:\everquest\svn\source code\common\patches\Underfoot_structs.h 1851 1 Common
Error 239 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\eqlaunch\LINK eqlaunch
Error 240 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\queryserv\LINK queryserv
Error 248 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\ucs\LINK ucs
Error 249 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\EMuShareMem\LINK EMuShareMem
Error 1708 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\world\LINK world
Error 1709 error LNK1181: cannot open input file '..\Bin\Release\Common.lib' D:\Everquest\SVN\Source Code\Build\zone\LINK zone


Is this a real bug, a config issue or something else I might have done?

lerxst2112
01-22-2013, 11:29 PM
I'm gonna go with something you did. :)

I'd revert any changes you have in the source code, delete the Build directory, and start over.

blackdragonsdg
01-23-2013, 02:09 AM
Well that was easy enough....some of the changes in Rev2435 changed part of the Merchant_Sell_Struct from int to uint in common\eq_packet_structs.h & common\patches\ Underfoot_structs.h

Now if only I can figure out why the newly compiled world, zone, ucs and queryserv keep refusing to connect to mysql even though rev2415 of the same files still work just fine.

lerxst2112
01-23-2013, 03:06 AM
Nevermind, I thought there was a new something in the config file, but I seem to be on crack. :)

blackdragonsdg
01-23-2013, 03:16 AM
Shortly after my last post I figured out the failed connection problem...windows had a relapse of stupidity. The OS apparently forgot that localhost and 127.0.0.1 are the same thing despite it being listed correctly in the hosts file.

werebat
01-23-2013, 11:19 PM
Shortly after my last post I figured out the failed connection problem...windows had a relapse of stupidity. The OS apparently forgot that localhost and 127.0.0.1 are the same thing despite it being listed correctly in the hosts file.

Thanks man, that was my problem too. I would not have found it without your post. I guess something in the cmake build doesn't like the localhost alias? Either way, it works great now.