Thread: Compile Errors
View Single Post
  #1  
Old 09-14-2014, 02:14 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default Compile Errors

It has been a while since I last compiled the source and somethings have definitely changed. After a few searches on the forums I didn't find any answers to my problem. Seems like I get rid of one error and it causes another one.

What is causing the following?

Error List:
Code:
Error	124	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	125	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	126	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	127	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	128	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	129	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	130	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	131	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	132	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	133	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	134	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	135	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	136	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	137	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbgheap.obj)	shared_memory
Error	138	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	139	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	140	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	141	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	142	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	143	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	144	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	145	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	146	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	147	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbgheap.obj)	ucs
Error	148	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(dbghook.obj)	ucs
Error	149	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(isctype.obj)	ucs
Error	150	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\ucs\LIBCMTD.lib(isctype.obj)	ucs
Error	151	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(dbghook.obj)	shared_memory
Error	152	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(isctype.obj)	shared_memory
Error	153	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\LIBCMTD.lib(isctype.obj)	shared_memory
Error	156	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\ucs.exe	ucs
Error	157	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\shared_memory.exe	shared_memory
Error	197	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	198	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	199	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	200	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	201	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	202	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	203	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	204	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	205	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	206	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	207	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	208	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbgheap.obj)	queryserv
Error	209	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(dbghook.obj)	queryserv
Error	210	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(isctype.obj)	queryserv
Error	211	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\LIBCMTD.lib(isctype.obj)	queryserv
Error	213	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\queryserv.exe	queryserv
Error	249	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	250	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	251	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	252	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	253	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	254	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	255	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	256	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	257	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	258	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	259	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	260	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbgheap.obj)	world
Error	261	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(dbghook.obj)	world
Error	262	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(isctype.obj)	world
Error	263	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\world\LIBCMTD.lib(isctype.obj)	world
Error	265	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\world.exe	world
Error	266	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	267	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	268	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	269	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	270	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	271	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	272	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	273	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	274	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	275	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	276	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	277	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbgheap.obj)	import_client_files
Error	278	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(dbghook.obj)	import_client_files
Error	279	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(isctype.obj)	import_client_files
Error	280	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\LIBCMTD.lib(isctype.obj)	import_client_files
Error	282	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\import_client_files.exe	import_client_files
Error	283	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	284	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	285	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	286	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	287	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	288	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	289	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	290	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	291	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	292	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	293	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	294	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbgheap.obj)	export_client_files
Error	295	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(dbghook.obj)	export_client_files
Error	296	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(isctype.obj)	export_client_files
Error	297	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\LIBCMTD.lib(isctype.obj)	export_client_files
Error	299	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\export_client_files.exe	export_client_files
Error	308	error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	309	error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	310	error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	311	error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	312	error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	313	error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	314	error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	315	error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	316	error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	317	error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	318	error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	319	error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbgheap.obj)	loginserver
Error	320	error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(dbghook.obj)	loginserver
Error	321	error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(isctype.obj)	loginserver
Error	322	error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)	D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\LIBCMTD.lib(isctype.obj)	loginserver
Error	324	error LNK1169: one or more multiply defined symbols found	D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\loginserver.exe	loginserver
Output:
Code:
1>------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/luabind/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/common/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/shared_memory/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/world/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/zone/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/ucs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/queryserv/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/eqlaunch/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/loginserver/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/client_files/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/client_files/import/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Everquest/SVN/Source Code - GitHub/Build/client_files/export/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: common, Configuration: Release Win32 ------
3>------ Build started: Project: luabind, Configuration: Release Win32 ------
2>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/common/CMakeLists.txt
2>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\common\CMakeFiles\generate.stamp is up-to-date.
3>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/luabind/CMakeLists.txt
3>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\luabind\CMakeFiles\generate.stamp is up-to-date.
3>  class.cpp
3>  class_info.cpp
2>  base_packet.cpp
2>  classes.cpp
2>  condition.cpp
2>  crash.cpp
2>  crc16.cpp
2>  crc32.cpp
2>  database.cpp
2>  dbasync.cpp
2>  dbcore.cpp
2>..\..\Server\common\database.cpp(963): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(965): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(967): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1004): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1006): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1008): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1053): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1055): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1057): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1059): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1507): warning C4244: 'return' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\Server\common\database.cpp(1534): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1536): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(1538): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\database.cpp(2138): warning C4018: '<=' : signed/unsigned mismatch
2>..\..\Server\common\database.cpp(2162): warning C4018: '<' : signed/unsigned mismatch
2>..\..\Server\common\dbcore.cpp(199): warning C4244: '=' : conversion from 'my_ulonglong' to 'uint32', possible loss of data
2>  debug.cpp
2>  emu_opcodes.cpp
2>..\..\Server\common\debug.cpp(102): warning C4996: 'getpid': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getpid. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\process.h(206) : see declaration of 'getpid'
2>  emu_tcp_connection.cpp
2>  emu_tcp_server.cpp
2>  eq_dictionary.cpp
2>  eqdb.cpp
2>  eqdb_res.cpp
2>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>..\..\Server\common\eqdb.cpp(34): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>..\..\Server\common\eqdb.cpp(38): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>  eqemu_exception.cpp
2>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>  eqemu_config.cpp
2>  eqemu_error.cpp
2>..\..\Server\common\eqemu_error.cpp(131): warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\conio.h(128) : see declaration of 'getch'
2>  eq_packet.cpp
2>  eq_stream.cpp
2>..\..\Server\common\eq_packet.cpp(205): warning C4244: '=' : conversion from 'const uint16' to 'unsigned char', possible loss of data
2>..\..\Server\common\eq_packet.cpp(217): warning C4244: '=' : conversion from 'uint16' to 'unsigned char', possible loss of data
2>  eq_stream_factory.cpp
2>..\..\Server\common\eq_stream.cpp(75): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>..\..\Server\common\eq_stream.cpp(83): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(360): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\Server\common\eq_stream.cpp(414): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(452): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(468): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
2>..\..\Server\common\eq_stream.cpp(468): warning C4244: 'argument' : conversion from 'uint64' to 'u_long', possible loss of data
2>..\..\Server\common\eq_stream.cpp(482): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>..\..\Server\common\eq_stream.cpp(484): warning C4244: '=' : conversion from 'double' to 'uint32', possible loss of data
2>..\..\Server\common\eq_stream.cpp(600): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(612): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(663): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\..\Server\common\eq_stream.cpp(663): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\..\Server\common\eq_stream.cpp(664): warning C4244: 'argument' : conversion from 'long' to 'uint16', possible loss of data
2>..\..\Server\common\eq_stream.cpp(729): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(732): warning C4244: 'initializing' : conversion from 'long' to 'uint16', possible loss of data
2>..\..\Server\common\eq_stream.cpp(803): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(944): warning C4244: 'argument' : conversion from 'time_t' to 'u_long', possible loss of data
2>..\..\Server\common\eq_stream.cpp(1182): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream.cpp(1219): warning C4018: '>' : signed/unsigned mismatch
2>..\..\Server\common\eq_stream_factory.cpp(96): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
2>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
2>  eq_stream_ident.cpp
2>  eq_stream_proxy.cpp
2>  eqtime.cpp
2>  extprofile.cpp
2>..\..\Server\common\eqtime.cpp(75): warning C4244: 'initializing' : conversion from 'time_t' to 'unsigned long', possible loss of data
2>..\..\Server\common\eqtime.cpp(180): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>..\..\Server\common\eqtime.cpp(183): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>..\..\Server\common\eqtime.cpp(188): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>..\..\Server\common\eqtime.cpp(192): warning C4244: '=' : conversion from 'long' to 'uint8', possible loss of data
2>  faction.cpp
2>  guild_base.cpp
2>  guilds.cpp
2>..\..\Server\common\guild_base.cpp(809): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>..\..\Server\common\guild_base.cpp(840): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
2>  ipc_mutex.cpp
2>  item.cpp
3>  class_registry.cpp
3>  class_rep.cpp
2>  logsys.cpp
2>  logsys_eqemu.cpp
2>  md5.cpp
2>  memory_mapped_file.cpp
2>  misc.cpp
2>  misc_functions.cpp
2>  moremath.cpp
3>  create_class.cpp
2>  mutex.cpp
3>  error.cpp
3>  exception_handler.cpp
2>  mysql_request_result.cpp
2>..\..\Server\common\mutex.cpp(117): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
2>  mysql_request_row.cpp
2>..\..\Server\common\mysql_request_result.cpp(76): warning C4018: '>=' : signed/unsigned mismatch
2>..\..\Server\common\mysql_request_result.cpp(84): warning C4018: '>=' : signed/unsigned mismatch
2>  opcode_map.cpp
2>  opcodemgr.cpp
3>  function.cpp
2>  packet_dump.cpp
2>  packet_dump_file.cpp
2>  packet_functions.cpp
2>  perl_eqdb.cpp
2>  perl_eqdb_res.cpp
3>  inheritance.cpp
3>  link_compatibility.cpp
3>  object_rep.cpp
2>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
2>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
2>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
3>  open.cpp
2>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
2>  proc_launcher.cpp
2>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
3>  pcall.cpp
2>  ptimer.cpp
3>  scope.cpp
2>  races.cpp
3>  stack_content_by_name.cpp
2>  rdtsc.cpp
2>  rulesys.cpp
2>  serverinfo.cpp
2>  shareddb.cpp
2>..\..\Server\common\rulesys.cpp(174): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>  spdat.cpp
2>..\..\Server\common\shareddb.cpp(461): warning C4018: '<' : signed/unsigned mismatch
2>..\..\Server\common\shareddb.cpp(551): warning C4018: '<' : signed/unsigned mismatch
2>..\..\Server\common\shareddb.cpp(670): warning C4018: '<' : signed/unsigned mismatch
2>..\..\Server\common\shareddb.cpp(1236): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1237): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1238): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1770): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1771): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1772): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\shareddb.cpp(1773): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\spdat.cpp(496): warning C4018: '<' : signed/unsigned mismatch
2>  string_util.cpp
2>  struct_strategy.cpp
2>  tcp_connection.cpp
3>  weak_ref.cpp
2>  tcp_server.cpp
3>  wrapper_base.cpp
2>  timeoutmgr.cpp
2>  timer.cpp
2>  unix.cpp
2>  worldconn.cpp
2>..\..\Server\common\timer.cpp(75): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
2>  xml_parser.cpp
2>  platform.cpp
2>  client62.cpp
2>  patches.cpp
2>  sod.cpp
2>..\..\Server\common\patches\sod.cpp(635): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sod.cpp(1051): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\patches\sod.cpp(1781): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sod.cpp(1803): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sod.cpp(1807): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\Server\common\patches\sod.cpp(3515): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>..\..\Server\common\patches\sod.cpp(3516): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\sod.cpp(3517): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\sod.cpp(3519): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  sof.cpp
2>  rof.cpp
2>..\..\Server\common\patches\rof.cpp(540): warning C4244: 'argument' : conversion from 'time_t' to 'uint32', possible loss of data
2>..\..\Server\common\patches\rof.cpp(1899): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\patches\rof.cpp(2750): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\rof.cpp(2774): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\rof.cpp(2780): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\Server\common\patches\rof.cpp(2878): warning C4309: '=' : truncation of constant value
2>..\..\Server\common\patches\rof.cpp(2879): warning C4309: '=' : truncation of constant value
2>..\..\Server\common\patches\rof.cpp(2880): warning C4309: '=' : truncation of constant value
2>..\..\Server\common\patches\rof.cpp(4744): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
2>..\..\Server\common\patches\rof.cpp(5403): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>..\..\Server\common\patches\rof.cpp(5404): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\rof.cpp(5405): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\rof.cpp(5407): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>..\..\Server\common\patches\sof.cpp(635): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sof.cpp(1365): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sof.cpp(1387): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\sof.cpp(1391): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\Server\common\patches\sof.cpp(1853): warning C4018: '<' : signed/unsigned mismatch
2>..\..\Server\common\patches\sof.cpp(2834): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>..\..\Server\common\patches\sof.cpp(2835): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\sof.cpp(2836): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\sof.cpp(2838): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
3>  luabind.vcxproj -> D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\luabind.lib
2>  titanium.cpp
2>  underfoot.cpp
2>..\..\Server\common\patches\underfoot.cpp(661): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(1063): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(1826): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(1848): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(1851): warning C4244: '=' : conversion from 'uint16' to 'uint8', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(3339): warning C4244: '=' : conversion from 'float' to 'uint32', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(3949): warning C4244: 'initializing' : conversion from 'std::streamoff' to 'unsigned int', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(3950): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(3951): warning C4244: 'argument' : conversion from 'std::streamoff' to 'size_t', possible loss of data
2>..\..\Server\common\patches\underfoot.cpp(3953): warning C4244: '=' : conversion from 'std::streamoff' to 'uint32', possible loss of data
2>  Base64.cpp
2>  File.cpp
2>  HttpdCookies.cpp
2>  HttpdForm.cpp
2>  HttpdSocket.cpp
2>  HTTPSocket.cpp
2>d:\everquest\svn\source code - github\server\common\socketlib\httpsocket.cpp(115): warning C4715: 'HTTPSocket::ProcessReceivedData' : not all control paths return a value
2>  MemFile.cpp
2>  Mime.cpp
2>  Parse.cpp
2>  socket_include.cpp
2>  Utility.cpp
2>  StackWalker.cpp
2>d:\everquest\svn\source code - github\server\common\stackwalker\stackwalker.cpp(896): warning C4748: /GS can not protect parameters and local variables from local buffer overrun because optimizations are disabled in function
2>  tinystr.cpp
2>  tinyxml.cpp
2>  tinyxmlerror.cpp
2>  tinyxmlparser.cpp
2>guilds.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
2>  common.vcxproj -> D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\common.lib
4>------ Build started: Project: ucs, Configuration: Release Win32 ------
5>------ Build started: Project: shared_memory, Configuration: Release Win32 ------
5>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/shared_memory/CMakeLists.txt
5>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\shared_memory\CMakeFiles\generate.stamp is up-to-date.
4>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/ucs/CMakeLists.txt
4>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\ucs\CMakeFiles\generate.stamp is up-to-date.
4>  chatchannel.cpp
4>  clientlist.cpp
4>..\..\Server\ucs\clientlist.cpp(1008): warning C4018: '<' : signed/unsigned mismatch
4>..\..\Server\ucs\clientlist.cpp(1310): warning C4018: '<' : signed/unsigned mismatch
4>..\..\Server\ucs\clientlist.cpp(1313): warning C4018: '<' : signed/unsigned mismatch
4>..\..\Server\ucs\clientlist.cpp(1423): warning C4018: '<' : signed/unsigned mismatch
4>..\..\Server\ucs\clientlist.cpp(1426): warning C4018: '<' : signed/unsigned mismatch
4>  database.cpp
4>  ucs.cpp
4>..\..\Server\ucs\database.cpp(458): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
4>  ucsconfig.cpp
4>  worldserver.cpp
5>  base_data.cpp
5>  items.cpp
5>  loot.cpp
5>  main.cpp
5>  npc_faction.cpp
5>  spells.cpp
5>  skill_caps.cpp
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
5>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
4>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
4>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
4>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
5>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
5>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
5>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
5>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
4>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
4>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\ucs.exe : fatal error LNK1169: one or more multiply defined symbols found
5>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\shared_memory.exe : fatal error LNK1169: one or more multiply defined symbols found
6>------ Build started: Project: queryserv, Configuration: Release Win32 ------
7>------ Build started: Project: world, Configuration: Release Win32 ------
6>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/queryserv/CMakeLists.txt
7>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/world/CMakeLists.txt
6>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\queryserv\CMakeFiles\generate.stamp is up-to-date.
7>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\world\CMakeFiles\generate.stamp is up-to-date.
6>  database.cpp
6>  lfguild.cpp
6>..\..\Server\queryserv\lfguild.cpp(246): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
6>..\..\Server\queryserv\lfguild.cpp(292): warning C4244: 'initializing' : conversion from 'time_t' to 'uint32', possible loss of data
6>..\..\Server\queryserv\database.cpp(147): warning C4018: '<' : signed/unsigned mismatch
6>..\..\Server\queryserv\database.cpp(190): warning C4018: '<' : signed/unsigned mismatch
6>..\..\Server\queryserv\database.cpp(224): warning C4018: '<' : signed/unsigned mismatch
6>..\..\Server\queryserv\database.cpp(254): warning C4018: '<' : signed/unsigned mismatch
6>..\..\Server\queryserv\database.cpp(290): warning C4018: '<' : signed/unsigned mismatch
6>..\..\Server\queryserv\database.cpp(331): warning C4018: '<' : signed/unsigned mismatch
6>  queryserv.cpp
6>  queryservconfig.cpp
7>  adventure.cpp
7>  adventure_manager.cpp
7>..\..\Server\world\adventure.cpp(390): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure.cpp(391): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(391): warning C4018: '<' : signed/unsigned mismatch
7>..\..\Server\world\adventure_manager.cpp(409): warning C4018: '<' : signed/unsigned mismatch
7>..\..\Server\world\adventure_manager.cpp(659): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
7>..\..\Server\world\adventure_manager.cpp(665): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(666): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(667): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(668): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(676): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(677): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(679): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(680): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(681): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(682): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(684): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(685): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(686): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(687): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(905): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(906): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(907): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(908): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(909): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(910): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(911): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>..\..\Server\world\adventure_manager.cpp(912): warning C4244: '=' : conversion from 'const float' to 'int', possible loss of data
7>  client.cpp
6>  worldserver.cpp
7>  cliententry.cpp
7>..\..\Server\world\client.cpp(615): warning C4018: '<' : signed/unsigned mismatch
7>..\..\Server\world\client.cpp(628): warning C4018: '<' : signed/unsigned mismatch
7>..\..\Server\world\client.cpp(1431): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
7>..\..\Server\world\client.cpp(1432): warning C4244: '=' : conversion from 'time_t' to 'uint32', possible loss of data
7>  clientlist.cpp
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
6>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
6>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
6>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
6>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
6>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\queryserv.exe : fatal error LNK1169: one or more multiply defined symbols found
8>------ Build started: Project: zone, Configuration: Release Win32 ------
7>  console.cpp
7>..\..\Server\world\console.cpp(777): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
7>..\..\Server\world\console.cpp(778): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
7>..\..\Server\world\console.cpp(779): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
7>..\..\Server\world\console.cpp(780): warning C4996: 'ultoa': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ultoa. See online help for details.
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdlib.h(871) : see declaration of 'ultoa'
7>  eql_config.cpp
7>  eqw.cpp
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>  eqw_http_handler.cpp
7>  eqw_parser.cpp
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
7>  http_request.cpp
7>  launcher_link.cpp
7>d:\everquest\svn\source code - github\server\common\eqdb_res.h(35): warning C4244: 'return' : conversion from 'my_ulonglong' to 'unsigned long', possible loss of data
7>..\..\Server\world\http_request.cpp(65): warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\launcher_link.cpp(169): warning C4800: 'const uint8' : forcing value to bool 'true' or 'false' (performance warning)
7>  launcher_list.cpp
7>  lfplist.cpp
7>  login_server.cpp
7>  login_server_list.cpp
7>  net.cpp
7>  perl_eql_config.cpp
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>  perl_eqw.cpp
7>  perl_http_request.cpp
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>..\..\Server\world\perl_eqw.cpp(409): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
7>..\..\Server\world\perl_eqw.cpp(725): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
7>..\..\Server\world\perl_eqw.cpp(753): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
7>C:\Perl\lib\CORE\sys/socket.h(34): warning C4005: 'ENOTSOCK' : macro redefinition
7>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\errno.h(120) : see previous definition of 'ENOTSOCK'
7>  queryserv.cpp
7>  ucs.cpp
7>  wguild_mgr.cpp
7>  world_logsys.cpp
7>  world_config.cpp
7>  worlddb.cpp
7>  zonelist.cpp
7>..\..\Server\world\worlddb.cpp(97): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
7>..\..\Server\world\worlddb.cpp(98): warning C4018: '>=' : signed/unsigned mismatch
7>..\..\Server\world\worlddb.cpp(144): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(145): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(146): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(293): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(310): warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
7>..\..\Server\world\worlddb.cpp(316): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(317): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(318): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(319): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(445): warning C4244: '=' : conversion from 'uint32' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(462): warning C4244: '=' : conversion from 'my_ulonglong' to 'int', possible loss of data
7>..\..\Server\world\worlddb.cpp(468): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(469): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(470): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>..\..\Server\world\worlddb.cpp(471): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
7>  zoneserver.cpp
7>..\..\Server\world\zoneserver.cpp(1428): warning C4800: 'uint8' : forcing value to bool 'true' or 'false' (performance warning)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
7>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
7>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
7>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
7>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
7>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\world.exe : fatal error LNK1169: one or more multiply defined symbols found
9>------ Build started: Project: import_client_files, Configuration: Release Win32 ------
9>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/client_files/import/CMakeLists.txt
9>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\client_files\import\CMakeFiles\generate.stamp is up-to-date.
9>  main.cpp
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
9>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
9>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
9>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
9>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
9>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\import_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
10>------ Build started: Project: export_client_files, Configuration: Release Win32 ------
10>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/client_files/export/CMakeLists.txt
10>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\client_files\export\CMakeFiles\generate.stamp is up-to-date.
10>  main.cpp
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
10>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
10>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
10>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
10>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
10>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\export_client_files.exe : fatal error LNK1169: one or more multiply defined symbols found
11>------ Build started: Project: eqlaunch, Configuration: Release Win32 ------
11>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/eqlaunch/CMakeLists.txt
11>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\eqlaunch\CMakeFiles\generate.stamp is up-to-date.
11>  eqlaunch.cpp
11>  worldserver.cpp
11>  zone_launch.cpp
11>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
11>  eqlaunch.vcxproj -> D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\eqlaunch.exe
12>------ Build started: Project: loginserver, Configuration: Release Win32 ------
12>  Building Custom Rule D:/Everquest/SVN/Source Code - GitHub/Server/loginserver/CMakeLists.txt
12>  CMake does not need to re-run because D:\Everquest\SVN\Source Code - GitHub\Build\loginserver\CMakeFiles\generate.stamp is up-to-date.
12>  client.cpp
12>  client_manager.cpp
12>..\..\Server\loginserver\client.cpp(273): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(275): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(276): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(277): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(278): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(279): warning C4309: '=' : truncation of constant value
12>..\..\Server\loginserver\client.cpp(282): warning C4309: '=' : truncation of constant value
12>  config.cpp
12>  database_mysql.cpp
12>  database_postgresql.cpp
12>  error_log.cpp
12>  main.cpp
12>  server_manager.cpp
12>  world_server.cpp
12>  encryption.cpp
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __heap_alloc already defined in LIBCMT.lib(malloc.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __recalloc already defined in LIBCMT.lib(recalloc.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __expand already defined in LIBCMT.lib(expand.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __msize already defined in LIBCMT.lib(msize.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_malloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_realloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_recalloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_malloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_realloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_offset_recalloc already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_free already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbgheap.obj) : error LNK2005: __aligned_msize already defined in LIBCMT.lib(align.obj)
12>LIBCMTD.lib(dbghook.obj) : error LNK2005: __crt_debugger_hook already defined in LIBCMT.lib(dbghook.obj)
12>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype_l already defined in LIBCMT.lib(isctype.obj)
12>LIBCMTD.lib(isctype.obj) : error LNK2005: __isctype already defined in LIBCMT.lib(isctype.obj)
12>LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs; use /NODEFAULTLIB:library
12>D:\Everquest\SVN\Source Code - GitHub\Build\Bin\Release\loginserver.exe : fatal error LNK1169: one or more multiply defined symbols found
After seeing that I just cancelled the build. I am using Vista x64, cmake-2.8.12.2-win32-x86, VS2010 Ultimate, ActivePerl-5.12.4.1205-MSWin32-x86-294981 and mysql 5.1.73.
Reply With Quote