• 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 … 57 58 59 60 61 … 117 Next »

Beginner Building Dolphin
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Beginner Building Dolphin
08-21-2011, 08:08 AM
#1
silveruniverse Offline
Spiteful
****
Posts: 557
Threads: 7
Joined: Sep 2009
I thought I might aswell try and build Dolphin on my comp, but I've struck some kind of error
ive installed everything needed (and the optional)/changed settings needed etc. from the guide -> http://code.google.com/p/dolphin-emu/wiki/Windows_Build

please note that i've never built or compiled before

- there were some files that didn't download when using TortoiseSVN since they needed authentication (the guide didn't say anything about that but common sense is telling me i need these)
- i updated the SVN before building

Code:
1>------ Build started: Project: SVNRevGen, Configuration: Release x64 ------
2>------ Build started: Project: Languages, Configuration: Release x64 ------
1>  Updating svnrev.h
2>  Compiling ar locale
2>  Compiling cs locale
2>  Compiling de locale
2>  Compiling el locale
2>  Compiling en locale
2>  Compiling es locale
2>  Compiling fr locale
2>  Compiling he locale
2>  Compiling hu locale
2>  Compiling it locale
2>  Compiling ja locale
2>  Compiling ko locale
2>  Compiling nb locale
2>  Compiling nl locale
2>  Compiling pl locale
2>  Compiling pt_BR locale
2>  Compiling pt locale
2>  Compiling ru locale
2>  Compiling sr locale
2>  Compiling tr locale
2>  Compiling zh_CN locale
2>  Compiling zh_TW locale
1>  svnrev.h doesn't need updating (already at 7723)
3>------ Build started: Project: Common, Configuration: Release x64 ------
3>  Common.vcxproj -> D:\dolphin-emu\Source\x64\Release\Common.lib
4>------ Build started: Project: AudioCommon, Configuration: Release x64 ------
5>------ Build started: Project: VideoCommon, Configuration: Release x64 ------
4>  AudioCommon.cpp
4>  DSoundStream.cpp
4>  XAudio2Stream.cpp
4>d:\dolphin-emu\source\core\audiocommon\src\XAudio2Stream.h(25): fatal error C1083: Cannot open include file: 'xaudio2.h': No such file or directory
4>Src\DSoundStream.cpp(22): fatal error C1083: Cannot open include file: 'dxerr.h': No such file or directory
4>d:\dolphin-emu\source\core\audiocommon\src\XAudio2Stream.h(25): fatal error C1083: Cannot open include file: 'xaudio2.h': No such file or directory
5>  TextureDecoder.cpp
5>Src\TextureDecoder.cpp(32): fatal error C1083: Cannot open include file: 'omp.h': No such file or directory
6>------ Build started: Project: VideoDX11, Configuration: Release x64 ------
7>------ Build started: Project: VideoDX9, Configuration: Release x64 ------
6>  D3DBase.cpp
6>  D3DShader.cpp
6>  D3DTexture.cpp
6>  D3DUtil.cpp
7>  D3DBase.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  DepalettizeShader.cpp
7>  D3DShader.cpp
7>  D3DTexture.cpp
7>  D3DUtil.cpp
7>Src\D3DShader.cpp(18): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  DepalettizeShader.cpp
8>------ Build started: Project: DSPTool, Configuration: Release x64 ------
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  FramebufferManager.cpp
7>  FramebufferManager.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  main.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  NativeVertexFormat.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  PixelShaderCache.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  Render.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  GfxState.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  TextureCache.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  LineGeometryShader.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  main.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  NativeVertexFormat.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  PixelShaderCache.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  PointGeometryShader.cpp
7>Src\Render.cpp(19): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  TextureConverter.cpp
2>D:\dolphin-emu\Languages\po.targets(45,5): error MSB3721: The command "..\Externals\gettext\msgfmt -o "..\Binary\x64\Languages\ar\dolphin-emu.mo"   po/ar.po" exited with code 1.
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  VertexManager.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  VertexShaderCache.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  PSTextureEncoder.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  Render.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  Television.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
7>  VirtualEFBCopy.cpp
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(48): warning C4995: 'gets': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(52): warning C4995: 'sprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(55): warning C4995: 'vsprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstring(21): warning C4995: 'strcat': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstring(22): warning C4995: 'strcpy': name was marked as #pragma deprecated
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(30): warning C4995: 'swprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(31): warning C4995: 'vswprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(33): warning C4995: 'wcscat': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(35): warning C4995: 'wcscpy': name was marked as #pragma deprecated
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  TextureCache.cpp
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\intrin.h(1087): warning C4995: 'wcscat': name was marked as #pragma deprecated
6>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\intrin.h(1089): warning C4995: 'wcscpy': name was marked as #pragma deprecated
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  VertexManager.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  VertexShaderCache.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  VirtualEFBCopy.cpp
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>  XFBEncoder.cpp
8>  Generating code
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
7>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
7>d:\dolphin-emu\source\plugins\plugin_videodx9\src\D3DBase.h(23): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
6>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>d:\dolphin-emu\source\plugins\plugin_videodx11\src\D3DBase.h(20): fatal error C1083: Cannot open include file: 'D3DX11.h': No such file or directory
8>  Finished generating code
8>  DSPTool.vcxproj -> D:\dolphin-emu\Source\DSPTool\../../Binary/x64/DSPTool.exe
9>------ Build started: Project: Dolphin, Configuration: Release x64 ------
9>LINK : fatal error LNK1181: cannot open input file 'dxerr.lib'
========== Build: 3 succeeded, 6 failed, 15 up-to-date, 0 skipped ==========

any ideas?
SilverUniverse on deviantART
[Image: sig.png]
Find
Reply
08-21-2011, 06:11 PM
#2
lannyboy Offline
Member
***
Posts: 221
Threads: 6
Joined: Mar 2009
you have to install directx sdk and have them include in your visual studio.
Website Find
Reply
08-22-2011, 01:29 AM
#3
silveruniverse Offline
Spiteful
****
Posts: 557
Threads: 7
Joined: Sep 2009
i installed DX SDK (June 2010) but i have no idea how to put DX to visual studio

is it through External Tools or is that for something else?

Code:
1>------ Build started: Project: SVNRevGen, Configuration: Release x64 ------
2>------ Build started: Project: Languages, Configuration: Release x64 ------
1>  Updating svnrev.h
2>  Compiling ar locale
2>  Compiling cs locale
2>  Compiling de locale
2>  Compiling el locale
2>  Compiling en locale
2>  Compiling es locale
2>  Compiling fr locale
2>  Compiling he locale
2>  Compiling hu locale
2>  Compiling it locale
2>  Compiling ja locale
2>  Compiling ko locale
2>  Compiling nb locale
2>  Compiling nl locale
2>  Compiling pl locale
2>  Compiling pt_BR locale
2>  Compiling pt locale
2>  Compiling ru locale
2>  Compiling sr locale
2>  Compiling tr locale
2>  Compiling zh_CN locale
2>  Compiling zh_TW locale
1>  Trying to get SVN, Hg, and git info all failed
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 1.
3>------ Build started: Project: zlib, Configuration: Release x64 ------
4>------ Build started: Project: SOIL, Configuration: Release x64 ------
5>------ Build started: Project: Common, Configuration: Release x64 ------
3>  adler32.c
3>  compress.c
3>  crc32.c
3>  deflate.c
5>  stdafx.cpp
3>  gzclose.c
3>  gzlib.c
3>  gzread.c
3>  gzwrite.c
4>  image_DXT.c
4>  image_helper.c
4>  SOIL.c
4>  stb_image_aug.c
3>gzread.c(31): warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(313) : see declaration of 'read'
3>gzlib.c(173): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(312) : see declaration of 'open'
3>gzwrite.c(80): warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(318) : see declaration of 'write'
3>gzlib.c(184): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>  infback.c
3>gzlib.c(268): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzlib.c(309): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzlib.c(404): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzwrite.c(528): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>gzread.c(650): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          D:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>  inffast.c
3>  inflate.c
3>  inftrees.c
4>image_helper.c(325): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(366): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(373): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
4>image_helper.c(415): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(422): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
3>  trees.c
3>  uncompr.c
3>  zutil.c
4>  SOIL.vcxproj -> D:\dolphin-emu\Source\x64\Release\SOIL.lib
3>  zlib.vcxproj -> D:\dolphin-emu\Source\x64\Release\zlib.lib
6>------ Build started: Project: CLRun, Configuration: Release x64 ------
5>  ABI.cpp
7>------ Build started: Project: wxBase28, Configuration: Release x64 ------
5>  BreakPoints.cpp
5>  CDUtils.cpp
5>  ColorUtil.cpp
5>  ConsoleListener.cpp
5>  CPUDetect.cpp
5>  aes_cbc.cpp
5>  aes_core.cpp
5>  bn.cpp
5>  ec.cpp
5>  md5.cpp
6>  clrun.c
5>  sha1.cpp
5>  ExtendedTrace.cpp
5>  FileSearch.cpp
5>  FileUtil.cpp
6>  dynamiclib.c
6>  gencl.c
6>  genclgl.c
5>  Hash.cpp
5>  IniFile.cpp
5>  LogManager.cpp
5>  MathUtil.cpp
7>  dummy.cpp
5>  MemArena.cpp
5>  MemoryUtil.cpp
5>  Misc.cpp
5>  MsgHandler.cpp
5>  NandPaths.cpp
5>  SDCardUtil.cpp
5>  StringUtil.cpp
5>  SymbolDB.cpp
5>  SysConf.cpp
5>  Thread.cpp
5>Src\StringUtil.cpp(235): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(282): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(344): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\SysConf.cpp(167): warning C4267: '=' : conversion from 'size_t' to 'u8', possible loss of data
5>Src\SysConf.cpp(390): warning C4244: 'initializing' : conversion from 'u16' to 'const u8', possible loss of data
5>  Thunk.cpp
5>  Timer.cpp
5>  Version.cpp
5>  VideoBackendBase.cpp
5>  x64Analyzer.cpp
5>  x64Emitter.cpp
5>Src\Version.cpp(26): error C2146: syntax error : missing ';' before identifier 'SVN_REV_STR'
5>Src\Version.cpp(26): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
5>Src\Version.cpp(36): error C2440: 'initializing' : cannot convert from 'int' to 'const char *'
5>          Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
5>Src\Version.cpp(36): error C2143: syntax error : missing ';' before 'string'
5>Src\Version.cpp(36): error C2059: syntax error : 'string'
5>Src\VideoBackendBase.cpp(44): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
8>------ Build started: Project: Bochs_disasm, Configuration: Release x64 ------
8>  dis_decode.cpp
8>  dis_groups.cpp
8>  PowerPCDisasm.cpp
8>  resolve.cpp
8>  stdafx.cpp
8>  syntax.cpp
6>  CLRun.vcxproj -> D:\dolphin-emu\Source\x64\Release\CLRun.lib
8>  Bochs_disasm.vcxproj -> D:\dolphin-emu\Source\x64\Release\Bochs_disasm.lib
9>------ Build started: Project: AudioCommon, Configuration: Release x64 ------
7>  appbase.cpp
7>  arcall.cpp
7>  archive.cpp
7>  arcfind.cpp
10>------ Build started: Project: DiscIO, Configuration: Release x64 ------
7>  clntdata.cpp
7>  cmdline.cpp
7>  config.cpp
7>  convauto.cpp
7>  datetime.cpp
7>  datstrm.cpp
7>  dircmn.cpp
7>  dynarray.cpp
7>  dynlib.cpp
7>  dynload.cpp
7>  encconv.cpp
7>  event.cpp
7>  ffile.cpp
7>  file.cpp
7>  fileback.cpp
7>  fileconf.cpp
7>  filefn.cpp
9>  AOSoundStream.cpp
7>  filename.cpp
7>  filesys.cpp
7>  filtall.cpp
7>  filtfind.cpp
7>  fmapbase.cpp
7>  fs_arc.cpp
7>  fs_filter.cpp
7>  fs_mem.cpp
7>  hash.cpp
7>  hashmap.cpp
7>  init.cpp
7>  intl.cpp
7>  ipcbase.cpp
9>  AudioCommon.cpp
9>  AudioCommonConfig.cpp
7>  list.cpp
10>  stdafx.cpp
7>  log.cpp
7>  longlong.cpp
7>  memory.cpp
7>  mimecmn.cpp
9>  DSoundStream.cpp
7>  module.cpp
7>  msgout.cpp
7>  mstream.cpp
7>  object.cpp
7>  platinfo.cpp
7>  powercmn.cpp
7>  process.cpp
7>  regex.cpp
7>  sstream.cpp
7>  stdpbase.cpp
7>  stopwatch.cpp
7>  strconv.cpp
7>  stream.cpp
7>  string.cpp
7>  ..\..\src\common\string.cpp: building with Multithreaded non DLL runtime has a performance impact on wxString!
7>  sysopt.cpp
7>  tarstrm.cpp
7>  textbuf.cpp
7>  textfile.cpp
7>  tokenzr.cpp
7>  txtstrm.cpp
7>  uri.cpp
7>  utilscmn.cpp
7>  variant.cpp
7>  wfstream.cpp
11>------ Build started: Project: InputCommon, Configuration: Release x64 ------
7>  wxchar.cpp
7>  xti.cpp
7>  xtistrm.cpp
7>  zipstrm.cpp
7>  zstream.cpp
7>  basemsw.cpp
7>  crashrpt.cpp
7>  dde.cpp
7>  debughlp.cpp
7>  dir.cpp
7>  dlmsw.cpp
7>  main.cpp
9>  Mixer.cpp
7>  mimetype.cpp
7>  mslu.cpp
7>  power.cpp
7>  regconf.cpp
7>  registry.cpp
7>  snglinst.cpp
7>  stackwalk.cpp
7>  stdpaths.cpp
7>  thread.cpp
7>  utils.cpp
7>  utilsexc.cpp
7>  volume.cpp
9>  NullSoundStream.cpp
11>  ControllerEmu.cpp
11>  ControllerInterface.cpp
9>  OpenALStream.cpp
11>  DInput.cpp
9>  WaveFile.cpp
11>  DInputJoystick.cpp
10>  BannerLoader.cpp
9>  XAudio2Stream.cpp
10>  BannerLoaderGC.cpp
10>  BannerLoaderWii.cpp
10>  Blob.cpp
10>  CISOBlob.cpp
10>  CompressedBlob.cpp
10>  DiscScrubber.cpp
11>  DInputKeyboardMouse.cpp
11>  SDL.cpp
10>  DriveBlob.cpp
11>  XInput.cpp
9>LINK : fatal error LNK1181: cannot open input file 'D:\dolphin-emu\Source\x64\Release\Common.lib'
10>  FileBlob.cpp
12>------ Build started: Project: SFML_Network, Configuration: Release x64 ------
10>  FileHandlerARC.cpp
10>  FileMonitor.cpp
11>  InputConfig.cpp
12>  Ftp.cpp
12>  Http.cpp
12>  IPAddress.cpp
12>  Packet.cpp
10>  Filesystem.cpp
10>  FileSystemGCWii.cpp
11>  UDPWiimote.cpp
11>  UDPWrapper.cpp
10>  NANDContentLoader.cpp
10>  VolumeCommon.cpp
10>  VolumeCreator.cpp
12>  SelectorBase.cpp
12>  SocketTCP.cpp
10>  VolumeDirectory.cpp
12>  SocketUDP.cpp
12>  SocketHelper.cpp
10>  VolumeGC.cpp
10>  VolumeWad.cpp
10>  VolumeWiiCrypted.cpp
12>..\..\src\SFML\Network\SocketTCP.cpp(353): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
10>  WiiWad.cpp
12>..\..\src\SFML\Network\SocketUDP.cpp(258): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
7>  extended.c
11>  InputCommon.vcxproj -> D:\dolphin-emu\Source\x64\Release\InputCommon.lib
13>------ Build started: Project: LZO, Configuration: Release x64 ------
12>  SFML_Network.vcxproj -> D:\dolphin-emu\Source\x64\Release\SFML_Network.lib
13>  minilzo.c
13>  LZO.vcxproj -> D:\dolphin-emu\Source\x64\Release\LZO.lib
14>------ Build started: Project: VideoCommon, Configuration: Release x64 ------
10>  DiscIO.vcxproj -> D:\dolphin-emu\Source\x64\Release\DiscIO.lib
7>  wx_base.vcxproj -> D:\dolphin-emu\Source\x64\Release\wxBase28.lib
14>  AVIDump.cpp
14>  BPFunctions.cpp
14>  BPMemory.cpp
14>  BPStructs.cpp
15>------ Build started: Project: wxCore28, Configuration: Release x64 ------
14>  CommandProcessor.cpp
14>  CPMemory.cpp
14>  Debugger.cpp
14>  DLCache.cpp
14>  EFBCopy.cpp
14>  EmuWindow.cpp
15>  dummy.cpp
14>  Fifo.cpp
14>  FramebufferManagerBase.cpp
14>  HiresTextures.cpp
14>  ImageWrite.cpp
14>  IndexGenerator.cpp
14>  LightingShaderGen.cpp
14>  MainBase.cpp
14>  memcpy_amd.cpp
14>  OnScreenDisplay.cpp
14>  OpcodeDecoding.cpp
14>  OpenCL.cpp
14>  OCLTextureDecoder.cpp
14>  PixelEngine.cpp
14>  PixelShaderGen.cpp
14>Src\OpcodeDecoding.cpp(349): warning C4244: 'argument' : conversion from '__int64' to 'u32', possible loss of data
14>Src\OpcodeDecoding.cpp(432): warning C4244: 'argument' : conversion from '__int64' to 'u32', possible loss of data
14>  PixelShaderManager.cpp
14>  RenderBase.cpp
14>Src\PixelShaderGen.cpp(595): warning C4390: ';' : empty controlled statement found; is this the intent?
14>Src\PixelShaderGen.cpp(612): warning C4390: ';' : empty controlled statement found; is this the intent?
14>Src\PixelShaderGen.cpp(741): warning C4390: ';' : empty controlled statement found; is this the intent?
14>  Statistics.cpp
14>  TextureCacheBase.cpp
14>  TextureConversionShader.cpp
14>  TextureDecoder.cpp
14>  Tmem.cpp
14>  VertexLoader.cpp
14>  VertexLoaderManager.cpp
14>  VertexLoader_Color.cpp
14>Src\TextureDecoder.cpp(32): fatal error C1083: Cannot open include file: 'omp.h': No such file or directory
14>  VertexLoader_Normal.cpp
14>  VertexLoader_Position.cpp
15>  accesscmn.cpp
15>  anidecod.cpp
15>  appcmn.cpp
15>  artprov.cpp
15>  artstd.cpp
15>  bmpbase.cpp
15>  bookctrl.cpp
15>  choiccmn.cpp
15>  clipcmn.cpp
15>  clrpickercmn.cpp
15>  cmdproc.cpp
15>  cmndata.cpp
15>  colourcmn.cpp
15>  combocmn.cpp
15>  containr.cpp
15>  cshelp.cpp
15>  ctrlcmn.cpp
15>  ctrlsub.cpp
15>  datacmn.cpp
15>  dcbase.cpp
15>  dcbufcmn.cpp
15>  dcgraph.cpp
15>  dlgcmn.cpp
15>  dndcmn.cpp
15>  dobjcmn.cpp
15>  docmdi.cpp
15>  docview.cpp
15>  dpycmn.cpp
15>  dseldlg.cpp
15>  effects.cpp
15>  event.cpp
15>  evtloopcmn.cpp
15>  fddlgcmn.cpp
15>  filepickercmn.cpp
15>  fldlgcmn.cpp
15>  fontcmn.cpp
15>  fontenumcmn.cpp
15>  fontmap.cpp
15>  fontpickercmn.cpp
15>  framecmn.cpp
15>  fs_mem.cpp
15>  gaugecmn.cpp
15>  gbsizer.cpp
15>  gdicmn.cpp
14>  VertexLoader_TextCoord.cpp
15>  geometry.cpp
15>  gifdecod.cpp
15>  graphcmn.cpp
15>  helpbase.cpp
15>  iconbndl.cpp
15>  imagall.cpp
15>  imagbmp.cpp
15>  image.cpp
15>  imagfill.cpp
15>  imaggif.cpp
15>  imagiff.cpp
15>  imagjpeg.cpp
15>  imagpcx.cpp
15>  imagpng.cpp
15>  imagpnm.cpp
15>  imagtga.cpp
15>  imagtiff.cpp
15>  imagxpm.cpp
15>  layout.cpp
15>  lboxcmn.cpp
15>  listctrlcmn.cpp
15>  matrix.cpp
15>  menucmn.cpp
15>  msgout.cpp
15>  nbkbase.cpp
15>  overlaycmn.cpp
15>  paper.cpp
14>  VertexManagerBase.cpp
15>  pickerbase.cpp
15>  popupcmn.cpp
15>  prntbase.cpp
15>  quantize.cpp
15>  radiocmn.cpp
15>  rendcmn.cpp
15>  rgncmn.cpp
15>  settcmn.cpp
15>  sizer.cpp
15>  srchcmn.cpp
15>  statbar.cpp
15>  stockitem.cpp
15>  tbarbase.cpp
15>  textcmn.cpp
15>  timercmn.cpp
15>  toplvcmn.cpp
15>  treebase.cpp
15>  utilscmn.cpp
15>  valgen.cpp
15>  validate.cpp
15>  valtext.cpp
15>  wincmn.cpp
15>  xpmdecod.cpp
15>  aboutdlg.cpp
15>  accel.cpp
14>  VertexShaderGen.cpp
15>  access.cpp
15>  app.cpp
15>  automtn.cpp
15>  bitmap.cpp
15>  bmpbuttn.cpp
15>  brush.cpp
15>  button.cpp
15>  caret.cpp
15>  checkbox.cpp
14>  VertexShaderManager.cpp
15>  checklst.cpp
15>  choice.cpp
15>  clipbrd.cpp
15>  colordlg.cpp
15>  colour.cpp
15>  combo.cpp
15>  combobox.cpp
15>  control.cpp
15>  cursor.cpp
15>  data.cpp
15>  dataobj.cpp
15>  dc.cpp
15>  dcclient.cpp
15>  dcmemory.cpp
15>  dcprint.cpp
15>  dcscreen.cpp
15>  dialog.cpp
15>  dialup.cpp
15>  dib.cpp
15>  dirdlg.cpp
15>  display.cpp
15>  dragimag.cpp
15>  dropsrc.cpp
15>  droptgt.cpp
15>  enhmeta.cpp
15>  evtloop.cpp
15>  fdrepdlg.cpp
15>  filedlg.cpp
15>  font.cpp
15>  fontdlg.cpp
15>  fontenum.cpp
14>  VideoConfig.cpp
15>  fontutil.cpp
15>  frame.cpp
15>  gauge95.cpp
15>  gdiimage.cpp
15>  gdiobj.cpp
15>  graphics.cpp
15>  gsockmsw.cpp
15>  helpchm.cpp
15>  helpwin.cpp
15>  icon.cpp
15>  imaglist.cpp
15>  iniconf.cpp
15>  listbox.cpp
15>  listctrl.cpp
15>  main.cpp
15>  mdi.cpp
14>  VideoState.cpp
15>  menu.cpp
15>  menuitem.cpp
15>  metafile.cpp
15>  minifram.cpp
15>  msgdlg.cpp
15>  mslu.cpp
15>  nativdlg.cpp
15>  notebook.cpp
15>  oleutils.cpp
15>  ownerdrw.cpp
15>  palette.cpp
15>  pen.cpp
15>  popupwin.cpp
15>  printdlg.cpp
15>  printwin.cpp
15>  radiobox.cpp
15>  radiobut.cpp
15>  region.cpp
15>  renderer.cpp
15>  scrolbar.cpp
15>  settings.cpp
15>  slider95.cpp
15>  spinbutt.cpp
15>  spinctrl.cpp
15>  statbmp.cpp
15>  statbox.cpp
15>  statbr95.cpp
15>  statline.cpp
15>  stattext.cpp
15>  tabctrl.cpp
15>  tbar95.cpp
15>  textctrl.cpp
15>  tglbtn.cpp
15>  timer.cpp
15>  tooltip.cpp
15>  toplevel.cpp
15>  treectrl.cpp
14>  XFMemory.cpp
15>  utilsgui.cpp
15>  uuid.cpp
15>  uxtheme.cpp
15>  volume.cpp
15>  window.cpp
15>  aboutdlgg.cpp
14>  XFStructs.cpp
15>  busyinfo.cpp
15>  buttonbar.cpp
15>  choicbkg.cpp
15>  choicdgg.cpp
15>  clrpickerg.cpp
15>  collpaneg.cpp
15>  combog.cpp
15>  dirctrlg.cpp
15>  dcpsg.cpp
15>  dragimgg.cpp
15>  filepickerg.cpp
15>  fontpickerg.cpp
15>  hyperlink.cpp
15>  listbkg.cpp
15>  logg.cpp
15>  numdlgg.cpp
15>  panelg.cpp
15>  printps.cpp
15>  prntdlgg.cpp
15>  progdlgg.cpp
15>  renderg.cpp
15>  scrlwing.cpp
15>  selstore.cpp
15>  spinctlg.cpp
15>  splitter.cpp
15>  srchctlg.cpp
15>  statusbr.cpp
15>  textdlgg.cpp
15>  tipwin.cpp
15>  toolbkg.cpp
15>  treebkg.cpp
15>  treectlg.cpp
15>  vlbox.cpp
15>  vscroll.cpp
15>  png.c
15>  pngerror.c
15>  pnggccrd.c
15>  pngget.c
15>  pngmem.c
15>  pngpread.c
15>  pngread.c
15>  pngrio.c
15>  pngrtran.c
15>  pngrutil.c
15>  pngset.c
15>  pngtest.c
15>  pngtrans.c
15>  pngvcrd.c
15>  pngwio.c
15>  pngwrite.c
15>  pngwtran.c
15>  pngwutil.c
16>------ Build started: Project: Core, Configuration: Release x64 ------
16>  stdafx.cpp
16>  ActionReplay.cpp
16>  ARDecrypt.cpp
16>  BootManager.cpp
16>  Boot.cpp
16>  Boot_BS2Emu.cpp
16>Src\ActionReplay.cpp(892): warning C4146: unary minus operator applied to unsigned type, result still unsigned
16>  Boot_DOL.cpp
15>  wx_core.vcxproj -> D:\dolphin-emu\Source\x64\Release\wxCore28.lib
17>------ Build started: Project: wxAdv28, Configuration: Release x64 ------
16>  Boot_ELF.cpp
17>  dummy.cpp
16>  Boot_WiiWAD.cpp
16>  ElfReader.cpp
16>  ConfigManager.cpp
16>  Console.cpp
16>  Core.cpp
16>  CoreParameter.cpp
16>  CoreRerecording.cpp
16>  CoreTiming.cpp
16>  Debugger_SymbolMap.cpp
16>  Dump.cpp
16>  PPCDebugInterface.cpp
16>  assemble.cpp
16>  disassemble.cpp
16>  DSPAccelerator.cpp
16>  DSPAnalyzer.cpp
16>  DSPCodeUtil.cpp
16>  DSPCore.cpp
16>  DSPEmitter.cpp
16>  DSPHWInterface.cpp
16>  DspIntArithmetic.cpp
16>Src\DSP\DSPEmitter.cpp(35): warning C4355: 'this' : used in base member initializer list
16>Src\DSP\DSPEmitter.cpp(342): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
16>  DspIntBranch.cpp
16>  DSPIntCCUtil.cpp
17>  animatecmn.cpp
17>  datavcmn.cpp
17>  taskbarcmn.cpp
17>  aboutdlg.cpp
17>  datectrl.cpp
17>  joystick.cpp
17>  sound.cpp
17>  taskbar.cpp
17>  aboutdlgg.cpp
16>  DSPInterpreter.cpp
17>  animateg.cpp
17>  bmpcboxg.cpp
17>  calctrl.cpp
17>  datavgen.cpp
17>  datectlg.cpp
17>  grid.cpp
17>  gridctrl.cpp
16>  DSPIntExtOps.cpp
17>  gridsel.cpp
16>  DspIntLoadStore.cpp
17>  helpext.cpp
16>  DspIntMisc.cpp
17>  hyperlink.cpp
17>  laywin.cpp
17>  odcombo.cpp
17>  propdlg.cpp
17>  sashwin.cpp
17>  splash.cpp
17>  tipdlg.cpp
17>  wizard.cpp
16>  DspIntMultiplier.cpp
16>  DSPMemoryMap.cpp
16>  DSPStacks.cpp
16>  DSPTables.cpp
17>  wx_adv.vcxproj -> D:\dolphin-emu\Source\x64\Release\wxAdv28.lib
16>  DSPJitArithmetic.cpp
18>------ Build started: Project: wxAui, Configuration: Release x64 ------
19>------ Build started: Project: VideoSoftware, Configuration: Release x64 ------
16>  DSPJitBranch.cpp
16>  DSPJitCCUtil.cpp
16>  DSPJitExtOps.cpp
19>  stdafx.cpp
18>  dummy.cpp
16>  DSPJitLoadStore.cpp
16>  DSPJitMisc.cpp
16>  DSPJitMultiplier.cpp
16>  DSPJitRegCache.cpp
16>  DSPJitUtil.cpp
16>  LabelMap.cpp
16>  FifoAnalyzer.cpp
16>Src\DSP\Jit\DSPJitRegCache.cpp(379): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>Src\DSP\Jit\DSPJitRegCache.cpp(495): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>  FifoPlaybackAnalyzer.cpp
16>  FifoDataFile.cpp
16>  FifoPlayer.cpp
16>  FifoRecordAnalyzer.cpp
19>  BPMemLoader.cpp
19>  Clipper.cpp
19>  SWCommandProcessor.cpp
19>  CPMemLoader.cpp
16>Src\FifoPlayer\FifoDataFile.cpp(104): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoDataFile.cpp(129): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoPlaybackAnalyzer.cpp(252): warning C4244: 'return' : conversion from '__int64' to 'u32', possible loss of data
16>  FifoRecorder.cpp
16>Src\FifoPlayer\FifoPlayer.cpp(109): warning C4267: 'return' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoPlayer.cpp(175): warning C4267: 'initializing' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoPlayer.cpp(184): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>  GeckoCode.cpp
16>  GeckoCodeConfig.cpp
19>  DebugUtil.cpp
16>  HLE.cpp
19>  EfbCopy.cpp
19>  EfbInterface.cpp
19>  HwRasterizer.cpp
16>Src\FifoPlayer\FifoRecorder.cpp(88): warning C4267: 'initializing' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoRecorder.cpp(95): warning C4267: 'initializing' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\FifoPlayer\FifoRecorder.cpp(142): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>  HLE_Misc.cpp
19>  SWmain.cpp
16>  HLE_OS.cpp
16>  AudioInterface.cpp
19>  OpcodeDecoder.cpp
19>  SWPixelEngine.cpp
16>  TAP_Win32.cpp
16>  CPU.cpp
19>  Rasterizer.cpp
16>  DSP.cpp
16>  DSPHLE.cpp
19>  SWRenderer.cpp
19>  SetupUnit.cpp
16>Src\HW\BBA-TAP\TAP_Win32.cpp(229): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
16>Src\HW\BBA-TAP\TAP_Win32.cpp(319): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>Src\HW\BBA-TAP\TAP_Win32.cpp(344): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>  HLEMixer.cpp
16>  MailHandler.cpp
16>  UCodes.cpp
19>  SWStatistics.cpp
19>  SWVideoConfig.cpp
18>  auibar.cpp
18>  auibook.cpp
18>  dockart.cpp
19>  Tev.cpp
18>  floatpane.cpp
18>  framemanager.cpp
18>  tabmdi.cpp
16>  UCode_AX.cpp
19>  TextureEncoder.cpp
16>  UCode_AXWii.cpp
19>  TextureSampler.cpp
16>  UCode_CARD.cpp
16>  UCode_GBA.cpp
19>  TransformUnit.cpp
19>  SWVertexLoader.cpp
18>  wx_aui.vcxproj -> D:\dolphin-emu\Source\x64\Release\wxAui.lib
20>------ Build started: Project: VideoDX11, Configuration: Release x64 ------
21>------ Build started: Project: VideoOGL, Configuration: Release x64 ------
21>  stdafx.cpp
19>  VideoConfigDialog.cpp
16>  UCode_InitAudioSystem.cpp
16>  UCode_ROM.cpp
20>  stdafx.cpp
19>  XFMemLoader.cpp
16>  UCode_Zelda.cpp
16>  UCode_Zelda_ADPCM.cpp
16>  UCode_Zelda_Synth.cpp
16>  UCode_Zelda_Voice.cpp
16>  DSPDebugInterface.cpp
16>  DSPHost.cpp
16>  DSPLLE.cpp
16>  DSPLLEGlobals.cpp
16>  DSPLLETools.cpp
21>  Depalettizer.cpp
21>  FramebufferManager.cpp
21>  GLUtil.cpp
21>  main.cpp
20>  D3DBase.cpp
20>  D3DBlob.cpp
20>  D3DShader.cpp
20>  D3DTexture.cpp
16>  DSPSymbols.cpp
20>  D3DUtil.cpp
16>  DVDInterface.cpp
21>  NativeVertexFormat.cpp
16>  EXI.cpp
21>  PixelShaderCache.cpp
16>  EXI_Channel.cpp
21>  PostProcessing.cpp
20>  DepalettizeShader.cpp
20>  FramebufferManager.cpp
20>  GfxState.cpp
16>  EXI_Device.cpp
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
19>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
16>  EXI_DeviceAD16.cpp
21>  ProgramShaderCache.cpp
20>  LineGeometryShader.cpp
16>  EXI_DeviceAMBaseboard.cpp
21>  RasterFont.cpp
16>  EXI_DeviceEthernet.cpp
21>  Render.cpp
20>  main.cpp
20>  NativeVertexFormat.cpp
16>  EXI_DeviceGecko.cpp
16>  EXI_DeviceIPL.cpp
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
21>  TextureCache.cpp
16>  EXI_DeviceMemoryCard.cpp
20>  PixelShaderCache.cpp
19>  Plugin_VideoSoftware.vcxproj -> D:\dolphin-emu\Source\x64\Release\VideoSoftware.lib
22>------ Build started: Project: VideoDX9, Configuration: Release x64 ------
21>  TextureConverter.cpp
22>  stdafx.cpp
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
16>  EXI_DeviceMic.cpp
16>  GCPad.cpp
20>  PointGeometryShader.cpp
20>  PSTextureEncoder.cpp
21>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
16>  GCPadEmu.cpp
21>  VertexManager.cpp
16>  GPFifo.cpp
16>  HW.cpp
21>  VertexShaderCache.cpp
20>  Render.cpp
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(48): warning C4995: 'gets': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(52): warning C4995: 'sprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstdio(55): warning C4995: 'vsprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstring(21): warning C4995: 'strcat': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cstring(22): warning C4995: 'strcpy': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(30): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(31): warning C4995: 'vswprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(33): warning C4995: 'wcscat': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\cwchar(35): warning C4995: 'wcscpy': name was marked as #pragma deprecated
21>  VirtualEFBCopy.cpp
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
20>  Television.cpp
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\intrin.h(1087): warning C4995: 'wcscat': name was marked as #pragma deprecated
20>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\intrin.h(1089): warning C4995: 'wcscpy': name was marked as #pragma deprecated
16>  Memmap.cpp
16>  MemmapFunctions.cpp
16>  MemoryInterface.cpp
21>d:\dolphin-emu\source\plugins\plugin_videoogl\src\ProgramShaderCache.h(59): warning C4244: 'return' : conversion from 'const u64' to 'int', possible loss of data
20>  TextureCache.cpp
22>  D3DBase.cpp
22>  D3DShader.cpp
22>  D3DTexture.cpp
22>  D3DUtil.cpp
16>  ProcessorInterface.cpp
20>Src\Render.cpp(476): warning C4244: 'argument' : conversion from 'float' to 'LONG', possible loss of data
20>Src\Render.cpp(476): warning C4244: 'argument' : conversion from 'float' to 'LONG', possible loss of data
20>Src\Render.cpp(554): warning C4244: 'return' : conversion from 'float' to 'u32', possible loss of data
20>Src\Render.cpp(556): warning C4244: 'return' : conversion from 'float' to 'u32', possible loss of data
20>Src\Render.cpp(511): warning C4101: 'read_tex' : unreferenced local variable
20>Src\Render.cpp(510): warning C4101: 'map' : unreferenced local variable
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(673): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
20>Src\Render.cpp(678): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
20>Src\Render.cpp(678): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
20>Src\Render.cpp(678): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
20>Src\Render.cpp(678): warning C4244: 'argument' : conversion from 'int' to 'FLOAT', possible loss of data
16>  SI.cpp
20>  VertexManager.cpp
20>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
16>  SI_Device.cpp
20>  VertexShaderCache.cpp
21>  Plugin_VideoOGL.vcxproj -> D:\dolphin-emu\Source\x64\Release\VideoOGL.lib
22>  DepalettizeShader.cpp
22>  FramebufferManager.cpp
22>  main.cpp
16>  SI_DeviceAMBaseboard.cpp
16>  SI_DeviceGBA.cpp
16>  SI_DeviceGCController.cpp
22>  NativeVertexFormat.cpp
20>  VirtualEFBCopy.cpp
16>  Sram.cpp
20>  XFBEncoder.cpp
22>  PixelShaderCache.cpp
16>  StreamADPCM.cpp
16>  SystemTimers.cpp
22>  Render.cpp
16>  VideoInterface.cpp
16>  Wiimote.cpp
16>  Attachment.cpp
22>  TextureCache.cpp
22>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
22>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
22>D:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
22>Src\PixelShaderCache.cpp(178): error C2065: 'C_COLORMATRIX' : undeclared identifier
22>  TextureConverter.cpp
22>Src\Render.cpp(601): error C2039: 'SetColorMatrix' : is not a member of 'PixelShaderManager'
22>          D:\dolphin-emu\Source\Core\VideoCommon\Src\PixelShaderManager.h(27) : see declaration of 'PixelShaderManager'
22>Src\Render.cpp(601): error C3861: 'SetColorMatrix': identifier not found
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>Src\Render.cpp(765): warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
22>  VertexManager.cpp
16>  Classic.cpp
16>  Drums.cpp
16>  Guitar.cpp
22>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
22>Src\TextureConverter.cpp(90): error C2065: 'C_COLORMATRIX' : undeclared identifier
22>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier
22>Src\TextureConverter.cpp(120): error C2065: 'C_COLORMATRIX' : undeclared identifier
22>Src\TextureConverter.cpp(372): warning C4244: 'argument' : conversion from 'unsigned int' to 'float', possible loss of data
22>Src\TextureConverter.cpp(372): warning C4244: 'argument' : conversion from 'unsigned int' to 'float', possible loss of data
22>  VertexShaderCache.cpp
22>D:\dolphin-emu\Source\Core\DolphinWX\Src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
16>  Nunchuk.cpp
22>  VirtualEFBCopy.cpp
16>  Turntable.cpp
16>  EmuSubroutines.cpp
16>  Encryption.cpp
16>  Speaker.cpp
16>  WiimoteEmu.cpp
16>  IOWin.cpp
16>  WiimoteReal.cpp
16>  WII_IOB.cpp
20>  Plugin_VideoDX11.vcxproj -> D:\dolphin-emu\Source\x64\Release\VideoDX11.lib
16>Src\HW\WiimoteEmu\WiimoteEmu.cpp(304): warning C4800: 'u8' : forcing value to bool 'true' or 'false' (performance warning)
16>  WII_IPC.cpp
16>  WiiMote_HID_Attr.cpp
16>  WII_IPC_HLE.cpp
16>  WII_IPC_HLE_Device_DI.cpp
16>  WII_IPC_HLE_Device_es.cpp
16>  WII_IPC_HLE_Device_FileIO.cpp
16>Src\IPC_HLE\WII_IPC_HLE_Device_FileIO.cpp(327): warning C4800: 'void *' : forcing value to bool 'true' or 'false' (performance warning)
16>  WII_IPC_HLE_Device_fs.cpp
16>  WII_IPC_HLE_Device_net.cpp
16>  WII_IPC_HLE_Device_sdio_slot0.cpp
16>  WII_IPC_HLE_Device_usb.cpp
16>Src\IPC_HLE\WII_IPC_HLE_Device_fs.cpp(574): warning C4244: 'initializing' : conversion from 'u64' to 'u32', possible loss of data
16>  WII_IPC_HLE_Device_usb_kbd.cpp
16>  WII_IPC_HLE_WiiMote.cpp
16>  MemTools.cpp
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(892): warning C4267: 'argument' : conversion from 'size_t' to 'u32', possible loss of data
16>  Movie.cpp
16>  NetPlay.cpp
16>  NetPlayClient.cpp
16>  NetPlayServer.cpp
16>  PatchEngine.cpp
16>Src\NetPlayServer.cpp(381): warning C4244: 'argument' : conversion from 'const u64' to 'unsigned int', possible loss of data
16>Src\NetPlayServer.cpp(484): warning C4244: 'initializing' : conversion from 'u64' to 'const u32', possible loss of data
16>  DSPEmulator.cpp
16>  Interpreter.cpp
16>  Interpreter_Branch.cpp
16>  Interpreter_FloatingPoint.cpp
16>  Interpreter_Integer.cpp
16>  Interpreter_LoadStore.cpp
16>  Interpreter_LoadStorePaired.cpp
16>  Interpreter_Paired.cpp
16>  Interpreter_SystemRegisters.cpp
16>  Interpreter_Tables.cpp
16>  IR.cpp
16>  IR_X86.cpp
16>  JitIL.cpp
16>  JitILAsm.cpp
16>  JitIL_Branch.cpp
16>  JitIL_FloatingPoint.cpp
16>Src\PowerPC\Jit64IL\JitIL.cpp(202): warning C4267: 'initializing' : conversion from 'size_t' to 'const u32', possible loss of data
16>  JitIL_Integer.cpp
16>  JitIL_LoadStore.cpp
16>  JitIL_LoadStoreFloating.cpp
16>  JitIL_LoadStorePaired.cpp
16>  JitIL_Paired.cpp
16>  JitIL_SystemRegisters.cpp
16>  JitIL_Tables.cpp
16>  Jit.cpp
16>  Jit64_Tables.cpp
16>  JitAsm.cpp
16>  JitRegCache.cpp
16>  Jit_Branch.cpp
16>  Jit_FloatingPoint.cpp
16>  Jit_Integer.cpp
16>  Jit_LoadStore.cpp
16>  Jit_LoadStoreFloating.cpp
16>  Jit_LoadStorePaired.cpp
16>  Jit_Paired.cpp
16>  Jit_SystemRegisters.cpp
16>  JitAsmCommon.cpp
16>  JitBackpatch.cpp
16>  JitBase.cpp
16>  JitCache.cpp
16>  Jit_Util.cpp
16>  LUT_frsqrtex.cpp
16>  PowerPC.cpp
16>  PPCAnalyst.cpp
16>  PPCCache.cpp
16>  PPCSymbolDB.cpp
16>  PPCTables.cpp
16>  Profiler.cpp
16>  SignatureDB.cpp
16>  State.cpp
16>  Tracer.cpp
16>  VolumeHandler.cpp
16>  Core.vcxproj -> D:\dolphin-emu\Source\x64\Release\Core.lib
23>------ Build started: Project: DSPTool, Configuration: Release x64 ------
24>------ Build started: Project: Dolphin, Configuration: Release x64 ------
23>  DSPTool.cpp
24>  stdafx.cpp
23>LINK : fatal error LNK1181: cannot open input file 'D:\dolphin-emu\Source\x64\Release\Common.lib'
24>  AboutDolphin.cpp
24>  ARCodeAddEdit.cpp
24>  BreakpointDlg.cpp
24>  BreakpointView.cpp
24>  BreakpointWindow.cpp
24>  CheatsWindow.cpp
24>  CodeView.cpp
24>  CodeWindow.cpp
24>  CodeWindowFunctions.cpp
24>  ConfigMain.cpp
24>  DebuggerPanel.cpp
24>  DebuggerUIUtil.cpp
24>  DSPDebugWindow.cpp
24>  DSPRegisterView.cpp
24>  FifoPlayerDlg.cpp
24>  Frame.cpp
24>  FrameAui.cpp
24>  FrameTools.cpp
24>  GameListCtrl.cpp
24>  GeckoCodeDiag.cpp
24>  HotkeyDlg.cpp
24>  InputConfigDiag.cpp
24>  InputConfigDiagBitmaps.cpp
24>  ISOFile.cpp
24>d:\dolphin-emu\source\core\dolphinwx\src\WiimoteConfigDiag.h(64): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
24>  ISOProperties.cpp
24>  JitWindow.cpp
24>  LogConfigWindow.cpp
24>  LogWindow.cpp
24>  Main.cpp
24>  MemcardManager.cpp
24>  GCMemcard.cpp
24>  WiiSaveCrypted.cpp
24>  MemoryCheckDlg.cpp
24>  MemoryView.cpp
24>  MemoryWindow.cpp
24>  NetWindow.cpp
24>  PatchAddEdit.cpp
24>  PHackSettings.cpp
24>Src\Debugger\MemoryWindow.cpp(326): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
24>Src\Debugger\MemoryWindow.cpp(328): warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data
24>Src\Debugger\MemoryWindow.cpp(363): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
24>  RegisterView.cpp
24>  RegisterWindow.cpp
24>  TASInputDlg.cpp
24>  UDPConfigDiag.cpp
24>  VideoConfigDiag.cpp
24>  WiimoteConfigDiag.cpp
24>  WXInputBase.cpp
24>  WxUtils.cpp
24>d:\dolphin-emu\source\core\dolphinwx\src\VideoConfigDiag.h(115): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
24>d:\dolphin-emu\source\core\dolphinwx\src\WiimoteConfigDiag.h(64): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
24>LINK : fatal error LNK1181: cannot open input file 'D:\dolphin-emu\Source\x64\Release\VideoCommon.lib'
========== Build: 17 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
SilverUniverse on deviantART
[Image: sig.png]
Find
Reply
08-22-2011, 06:20 AM
#4
HawaiianPunch Offline
Posting Freak
*****
Posts: 878
Threads: 2
Joined: Apr 2011
Did you do step 6 and 7 here?
http://code.google.com/p/dolphin-emu/wiki/Windows_Build
Main Laptop:
Dell XPS 17
i7 2720QM @ 2.2GHz
8GB DDR3 RAM
Nvidia GeForce GT 555M
Windows 7 64-bit
[Image: salsa.gif?noCache=1324617601]
Find
Reply
08-22-2011, 06:26 AM
#5
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,381
Threads: 273
Joined: Dec 2010
Dolphin isn't compiling right now I think, so wait till they fix it Wink
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
08-22-2011, 06:29 AM (This post was last modified: 08-22-2011, 06:30 AM by silveruniverse.)
#6
silveruniverse Offline
Spiteful
****
Posts: 557
Threads: 7
Joined: Sep 2009
yes ive done steps 6 and 7. i haven't done step 4 but i do have TortoiseGit pulling new updates successfully

Edit: just noticed your post Extreme, i'll wait then :p
SilverUniverse on deviantART
[Image: sig.png]
Find
Reply
08-22-2011, 11:12 AM (This post was last modified: 08-22-2011, 11:14 AM by ExtremeDude2.)
#7
ExtremeDude2 Offline
Gotta post fast
*******
Posts: 9,381
Threads: 273
Joined: Dec 2010
I think it is fixed now haven't tryed Undecided
Nope, nvm it only works on linux
Check out my videos (dead)
[Image: sig-22354.png]
Website Find
Reply
08-22-2011, 07:03 PM (This post was last modified: 08-22-2011, 07:06 PM by LordVador.)
#8
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(08-22-2011, 11:12 AM)ExtremeDude2 Wrote: I think it is fixed now haven't tryed Undecided
Nope, nvm it only works on linux

Just by curiosity why isn't it compiling? Angel
(08-22-2011, 06:29 AM)silveruniverse Wrote: yes ive done steps 6 and 7. i haven't done step 4 but i do have TortoiseGit pulling new updates successfully

Edit: just noticed your post Extreme, i'll wait then :p

Any special features in your future builds? Smile
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
08-22-2011, 07:20 PM
#9
silveruniverse Offline
Spiteful
****
Posts: 557
Threads: 7
Joined: Sep 2009
no features really, just wanted to see how to compile

i'm also starting a course that involves C#/PHP/JavaScript and i've never written code before, so this is mostly out of curiosity
SilverUniverse on deviantART
[Image: sig.png]
Find
Reply
08-22-2011, 07:29 PM
#10
LordVador Offline
Christmas Vader
*******
Posts: 8,851
Threads: 1,908
Joined: Mar 2011
(08-22-2011, 07:20 PM)silveruniverse Wrote: no features really, just wanted to see how to compile

i'm also starting a course that involves C#/PHP/JavaScript and i've never written code before, so this is mostly out of curiosity

OK good luck Smile
[color=#ff0000][color=#006600]i5 3570K @ 4.5GHz/GTX 660 Ti/RAM 4GB/Win7 x64[/color][/color]
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma