visual studio 2008 - Chromium Build Fails on Windows -


I'm trying to make chromium for Windows (using Visual Studio 2008 SP1) and it fails with approximately 37 errors

here is a selection:

  error 1 error LNK2005:" wchar_t const * const switches :: kProcessChannelID "(? KProcessChannelID @ switches @@ 3QB_WB) already ipc. defined in lib (ipc_switches.obj) .lib chrome_dll error 2 error LNK2005: "wchar_t const * const switches :: kDebugChildren" (? KDebugChildren @ switches @@ 3QB_WB) already ipc.lib (ipc_switches.obj) in common.lib Defined by chrome_dl l Error 3 error LNK2005: "wchar_t const * Const switches :: Keaipisiuseffo" (? KIPCUseFIFO @ switches @@ 3QB_WB) already ipc.lib (ipc_switches.obj) described common.lib chrome_dll error 4 Fatal Error LNK1169: A C: \ Users \ RCIX \ Src \ chrome \ debug \ chrome.dll 1 chrome_dll  

These errors are only the only types of errors that are found in above or more multiplied symbols But they do pop up in almost half a dozen projects. What did I do?

This means that the symbols are defined in two places; Ipc.lib (through ipc_switches.obj) and common.lib I am not familiar at all with chromium, but I think Amklib include Aipisielbi and Krom_del project is trying to link the two lib. Try removing Ipc.lib from the linker input.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -