• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 18 19 20 21 22 ... 117 Next »

Can't build on windows due to UTF16toUTF8 Errors
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Can't build on windows due to UTF16toUTF8 Errors
05-09-2018, 02:53 AM (This post was last modified: 05-09-2018, 04:27 PM by Zexaron.)
#3
Zexaron Offline
Member
***
Posts: 118
Threads: 15
Joined: Oct 2016
Thanks, but another thing popped up. Link errors not being able to open videocommon.lib and atomic_win32.h _readBarrier and _writeBarrier erros.

Code:
1>------ Build started: Project: SCMRevGen, Configuration: Debug x64 ------
1>Build started 8. 05. 2018 18:48:05.
1>Target InitializeBuildStatus:
1>    Creating "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\SCMRevGen\SCMRevGen.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
1>Target PreBuildEvent:
1>    ./scmrev.h current at 5.0-7305
1>Target FinalizeBuildStatus:
1>    Deleting file "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\SCMRevGen\SCMRevGen.tlog\unsuccessfulbuild".
1>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\SCMRevGen\SCMRevGen.tlog\SCMRevGen.lastbuildstate".
1>
1>Build succeeded.
1>    0 Warning(s)
1>    0 Error(s)
1>
1>Time Elapsed 00:00:00.48
2>------ Build started: Project: VideoCommon, Configuration: Debug x64 ------
2>Build started 8. 05. 2018 18:48:06.
2>Target ResolveProjectReferences:
2>    Target GetTargetPath:
2>    Target GetNativeManifest:
2>      Target GetNativeManifest:
2>        Target GetNativeManifest:
2>      Target GetNativeManifest:
2>Target InitializeBuildStatus:
2>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\VideoCommon\VideoCommon.tlog\unsuccessfulbuild".
2>Target ClCompile:
2>    CommandProcessor.cpp
2>    Fifo.cpp
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file CommandProcessor.cpp)
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file CommandProcessor.cpp)
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file Fifo.cpp)
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
2>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file Fifo.cpp)
2>Done building target "ClCompile" in project "VideoCommon.vcxproj" -- FAILED.
2>
2>Done building project "VideoCommon.vcxproj" -- FAILED.
2>
2>Build FAILED.
2>
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file CommandProcessor.cpp)
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file CommandProcessor.cpp)
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file Fifo.cpp)
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
2>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file Fifo.cpp)
2>    0 Warning(s)
2>    4 Error(s)
2>
2>Time Elapsed 00:00:01.92
3>------ Build started: Project: Core, Configuration: Debug x64 ------
3>Build started 8. 05. 2018 18:48:08.
3>Target ResolveProjectReferences:
3>    Target GetNativeManifest:
3>    Target GetNativeManifest:
3>    Target GetNativeManifest:
3>Target InitializeBuildStatus:
3>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\Core\Core.tlog\unsuccessfulbuild".
3>Target ClCompile:
3>    SystemTimers.cpp
3>    MMU.cpp
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file HW\SystemTimers.cpp)
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file HW\SystemTimers.cpp)
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file PowerPC\MMU.cpp)
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
3>    c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file PowerPC\MMU.cpp)
3>Done building target "ClCompile" in project "Core.vcxproj" -- FAILED.
3>
3>Done building project "Core.vcxproj" -- FAILED.
3>
3>Build FAILED.
3>
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file HW\SystemTimers.cpp)
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file HW\SystemTimers.cpp)
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:  '_ReadBarrier': identifier not found
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   _ReadBarrier();  // Compiler instruction only. x86 loads always have acquire semantics.
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(68,3): error C3861:   ^ (compiling source file PowerPC\MMU.cpp)
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:  '_WriteBarrier': identifier not found
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   _WriteBarrier();  // Compiler instruction only. x86 stores always have release semantics.
3>c:\gitdev\gitrepos\githubpublic\dolphin\source\core\common\atomic_win32.h(81,3): error C3861:   ^ (compiling source file PowerPC\MMU.cpp)
3>    0 Warning(s)
3>    4 Error(s)
3>
3>Time Elapsed 00:00:01.00
4>------ Build started: Project: DSPTool, Configuration: Debug x64 ------
5>------ Build started: Project: DolphinWx, Configuration: Debug x64 ------
6>------ Build started: Project: Dolphin, Configuration: Debug x64 ------
7>------ Build started: Project: UnitTests, Configuration: Debug x64 ------
4>Build started 8. 05. 2018 18:48:09.
5>Build started 8. 05. 2018 18:48:09.
6>Build started 8. 05. 2018 18:48:09.
5>Target ResolveProjectReferences:
4>Target ResolveProjectReferences:
6>Target ResolveProjectReferences:
5>Target InitializeBuildStatus:
5>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\DolphinWx\DolphinWx.tlog\unsuccessfulbuild".
5>Target ClCompile:
5>    All outputs are up-to-date.
4>Target InitializeBuildStatus:
4>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\DSPTool\DSPTool.tlog\unsuccessfulbuild".
5>Target ResourceCompile:
5>    All outputs are up-to-date.
5>Target ResolvedLinkLib:
5>    Target ResolveProjectReferences:
5>        Target SetCABuildNativeEnvironmentVariables:
5>            Target ResolveProjectReferences:
5>            Target SetCABuildNativeEnvironmentVariables:
5>          Target ResolvedLinkLib:
4>Target ClCompile:
4>    All outputs are up-to-date.
5>              Target ResolveProjectReferences:
5>              Target ResolvedLinkLib:
5>                  Target ResolveProjectReferences:
5>                  Target ResolvedLinkLib:
5>                      Target PrepareForBuild:
5>                        Target ResolvedLinkLib:
4>Target ResolvedLinkLib:
5>                          Target ResolveProjectReferences:
4>    Target ResolvedLinkLib:
6>Target InitializeBuildStatus:
6>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\Dolphin\Dolphin.tlog\unsuccessfulbuild".
5>                        Target _CheckForInvalidConfigurationAndPlatform:
5>                          Target ResolvedLinkLib:
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
6>Target QtMoc:
6>  Skipping target "QtMoc" because all output files are up-to-date with respect to the input files.
5>                            Target ResolveProjectReferences:
6>Target ClCompile:
6>    All outputs are up-to-date.
5>                            Target ResolvedLinkLib:
5>                                Target ResolveProjectReferences:
5>                                    Target PrepareForBuild:
5>                                Target ResolveProjectReferences:
5>                                    Target ResolvedLinkLib:
6>Target ResourceCompile:
6>    All outputs are up-to-date.
6>Target ResolvedLinkLib:
6>    Target SetCABuildNativeEnvironmentVariables:
6>    Target PrepareForBuild:
6>    Target ResolveProjectReferences:
6>      Target ResolvedLinkLib:
6>    Target ResolveProjectReferences:
6>        Target SetBuildDefaultEnvironmentVariables:
6>        Target _CheckForInvalidConfigurationAndPlatform:
6>    Target ResolveProjectReferences:
6>        Target SetCABuildNativeEnvironmentVariables:
6>        Target ResolveProjectReferences:
6>        Target ResolvedLinkLib:
6>        Target ResolveProjectReferences:
5>    Target ResolvedLinkLib:
4>Target ComputeResolveLinkObj:
4>    Target ResolvedLinkObjs:
6>        Target ResolvedLinkLib:
6>            Target SetCABuildNativeEnvironmentVariables:
6>    Target ResolvedLinkLib:
5>Target ComputeResolveLinkObj:
5>    Target ResolvedLinkObjs:
4>        Target ResolvedLinkObjs:
4>            Target ResolvedLinkObjs:
4>                Target WarnCompileDuplicatedFilename:
4>                Target FixupCLCompileOptions:
4>                Target ResolvedLinkObjs:
6>Target ComputeResolveLinkObj:
6>    Target ResolvedLinkObjs:
6>        Target ResolvedLinkObjs:
5>        Target ResolvedLinkObjs:
5>            Target ComputeReferenceCLInput:
5>            Target ComputeCLInputPDBName:
5>                Target ComputeReferenceCLInput:
5>                Target WarnCompileDuplicatedFilename:
5>                Target WarnCompileDuplicatedFilename:
5>                  Target FixupCLCompileOptions:
5>                Target ResolvedLinkObjs:
5>                    Target WarnCompileDuplicatedFilename:
5>                        Target ResolvedLinkObjs:
5>                            Target ResolvedLinkObjs:
5>                                Target ComputeMIDLGeneratedCompileInputs:
5>                                  Target ResolvedLinkObjs:
5>                                    Target ResolvedLinkObjs:
5>                                        Target WarnCompileDuplicatedFilename:
7>Build started 8. 05. 2018 18:48:10.
5>                                        Target WarnCompileDuplicatedFilename:
5>                                        Target ResolvedLinkObjs:
5>                                        Target ResolvedLinkObjs:
5>                            Target ResolvedLinkObjs:
7>Target ResolveProjectReferences:
4>Target Link:
4>    LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
4>Done building target "Link" in project "DSPTool.vcxproj" -- FAILED.
4>
4>Done building project "DSPTool.vcxproj" -- FAILED.
4>
4>Build FAILED.
4>
4>LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
4>    0 Warning(s)
4>    1 Error(s)
4>
4>Time Elapsed 00:00:01.43
7>Target InitializeBuildStatus:
7>    Touching "C:\GitDEV\GitRepos\GithubPublic\dolphin\Source\..\Build\x64\Debug\UnitTests\UnitTests.tlog\unsuccessfulbuild".
5>Target Link:
5>    LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
5>Done building target "Link" in project "DolphinWX.vcxproj" -- FAILED.
5>
5>Done building project "DolphinWX.vcxproj" -- FAILED.
5>
5>Build FAILED.
5>
5>LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
5>    0 Warning(s)
5>    1 Error(s)
5>
5>Time Elapsed 00:00:01.55
6>Target Link:
6>    LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
6>Done building target "Link" in project "DolphinQt2.vcxproj" -- FAILED.
6>
6>Done building project "DolphinQt2.vcxproj" -- FAILED.
6>
6>Build FAILED.
6>
6>LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
6>    0 Warning(s)
6>    1 Error(s)
6>
6>Time Elapsed 00:00:01.53
7>Target ClCompile:
7>    All outputs are up-to-date.
7>Target ResolvedLinkLib:
7>Target ComputeResolveLinkObj:
7>    Target ResolvedLinkObjs:
7>Target Link:
7>    LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
7>Done building target "Link" in project "UnitTests.vcxproj" -- FAILED.
7>
7>Done building project "UnitTests.vcxproj" -- FAILED.
7>
7>Build FAILED.
7>
7>LINK : fatal error LNK1104: cannot open file 'C:\GitDEV\GitRepos\GithubPublic\dolphin\Build\x64\Debug\VideoCommon\bin\VideoCommon.lib'
7>    0 Warning(s)
7>    1 Error(s)
7>
7>Time Elapsed 00:00:00.79
========== Build: 1 succeeded, 6 failed, 33 up-to-date, 0 skipped ==========


I thought it would be better here than making more similar threads, if that's okay.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Can't build on windows due to UTF16toUTF8 Errors - Zexaron - 05-08-2018, 06:49 PM
RE: Can't build on windows due to UTF16toUTF8 Errors - JosJuice - 05-08-2018, 10:33 PM
RE: Can't build on windows due to UTF16toUTF8 Errors - Zexaron - 05-09-2018, 02:53 AM
RE: Can't build on windows due to UTF16toUTF8 Errors - JosJuice - 05-10-2018, 06:39 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode