Next Generation Emulation banner

Dolphin SVN Compiling Discussion

194K views 640 replies 132 participants last post by  wizardsmagic007 
#1 ·
Please put all discussions of compiler errors, libs and includes here. It's cluttering up the discussion thread :)
 
#2 ·
Ok, here goes. VS 2008 Pro, with the latest DX SDK.
It's probably something stupid on my part, but this is the first time compiling C++ for me.
Code:
1>------ Build started: Project: Bochs_disasm, Configuration: Debug Win32 ------
2>------ Build started: Project: Common, Configuration: Debug Win32 ------
3>------ Build started: Project: DiscIO, Configuration: Debug Win32 ------
4>------ Build started: Project: zlib, Configuration: Debug Win32 ------
4>Compiling...
2>Compiling...
3>Compiling...
1>Compiling...
2>stdafx.cpp
4>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
2>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
4>crc32.c
2>stdafx.cpp
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>deflate.c
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>gzio.c
3>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
2>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
3>aes_core.c
1>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
2>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Core\Common\Win32\Debug\BuildLog.htm"
1>stdafx.cpp
2>Common - 2 error(s), 0 warning(s)
3>c:\users\username\desktop\dolphin source\source\core\discio\src\aes\aes_core.c(36) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
4>c:\users\username\desktop\dolphin source\externals\zlib\gzio.c(10) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
3>aes_cbc.c
4>infback.c
1>c:\users\username\desktop\dolphin source\externals\bochs_disasm\stdafx.h(12) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
1>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Externals\Bochs_disasm\Win32\Debug\BuildLog.htm"
1>Bochs_disasm - 1 error(s), 1 warning(s)
3>c:\users\username\desktop\dolphin source\source\core\discio\src\aes\aes_cbc.c(57) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
3>Generating Code...
4>inffast.c
5>------ Build started: Project: wxBase28, Configuration: Debug Win32 ------
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
6>------ Build started: Project: wxCore28, Configuration: Debug Win32 ------
3>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Core\DiscIO\Win32\Debug\BuildLog.htm"
4>inflate.c
3>DiscIO - 2 error(s), 1 warning(s)
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>inftrees.c
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>trees.c
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>zutil.c
5>Compiling...
4>c:\users\username\desktop\dolphin source\externals\zlib\zutil.h(21) : fatal error C1083: Cannot open include file: 'stddef.h': No such file or directory
4>Generating Code...
4>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Externals\zlib\Win32\Debug\BuildLog.htm"
4>zlib - 9 error(s), 1 warning(s)
7>------ Build started: Project: Core, Configuration: Debug Win32 ------
7>Compiling...
5>dummy.cpp
5>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
6>Compiling...
8>------ Build started: Project: Plugin_DSP_LLE, Configuration: Debug Win32 ------
5>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Externals\wxWidgets\build\msw\wxBase28_Win32\Debug\BuildLog.htm"
7>HLE_Misc.cpp
5>wxBase28 - 1 error(s), 0 warning(s)
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>HLE_OS.cpp
8>Compiling...
7>c:\users\username\desktop\dolphin source\source\core\common\src\stringutil.h(21) : fatal error C1083: Cannot open include file: 'stdarg.h': No such file or directory
7>CPU.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>CPUCompare.cpp
6>dummy.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>HW.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Memmap.cpp
8>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
8>stdafx.cpp
6>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
6>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Externals\wxWidgets\build\msw\wxCore28_Win32\Debug\BuildLog.htm"
6>wxCore28 - 1 error(s), 0 warning(s)
8>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>SystemTimers.cpp
8>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Plugins\Plugin_DSP_LLE\Win32\Debug\BuildLog.htm"
8>Plugin_DSP_LLE - 1 error(s), 1 warning(s)
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>EXI.cpp
9>------ Build started: Project: Plugin_DSP_NULL, Configuration: Debug Win32 ------
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>EXI_Channel.cpp
9>Compiling...
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>EXI_Device.cpp
10>------ Build started: Project: Plugin_PadSimple, Configuration: Debug Win32 ------
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\memmap.h(20) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>EXI_DeviceAD16.cpp
10>Compiling...
7>c:\users\username\desktop\dolphin source\source\core\core\src\core.h(20) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
7>EXI_DeviceIPL.cpp
9>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
9>stdafx.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>EXI_DeviceMemoryCard.cpp
9>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
10>stdafx.cpp
9>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Plugins\Plugin_DSP_NULL\Win32\Debug\BuildLog.htm"
9>Plugin_DSP_NULL - 1 error(s), 1 warning(s)
7>c:\users\username\desktop\dolphin source\source\core\core\src\core.h(20) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
7>SerialInterface.cpp
10>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
10>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Plugins\Plugin_PadSimple\Win32\Debug\BuildLog.htm"
10>Plugin_PadSimple - 1 error(s), 0 warning(s)
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\serialinterface.cpp(18) : fatal error C1083: Cannot open include file: 'string.h': No such file or directory
7>SerialInterface_Devices.cpp
11>------ Build started: Project: Plugin_VideoDX9, Configuration: Debug Win32 ------
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\serialinterface_devices.cpp(18) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
7>MemoryInterface.cpp
11>Compiling...
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>PixelEngine.cpp
12>------ Build started: Project: Plugin_VideoOGL, Configuration: Debug Win32 ------
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>AudioInterface.cpp
12>Compiling...
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>StreamADPCM.cpp
11>stdafx.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>CommandProcessor.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Generating Code...
11>c:\users\username\desktop\dolphin source\source\plugins\plugin_videodx9\src\stdafx.h(7) : fatal error C1083: Cannot open include file: 'tchar.h': No such file or directory
11>stdafx.cpp
12>Globals.cpp
7>Compiling...
7>DSP.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>DVDInterface.cpp
11>c:\users\username\desktop\dolphin source\source\plugins\plugin_videodx9\src\stdafx.h(7) : fatal error C1083: Cannot open include file: 'tchar.h': No such file or directory
11>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Plugins\Plugin_VideoDX9\Win32\Debug\BuildLog.htm"
11>Plugin_VideoDX9 - 2 error(s), 0 warning(s)
12>c:\Users\username\desktop\dolphin source\Source\Core\Common\Src\Common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>GPFifo.cpp
12>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Plugins\Plugin_VideoOGL\Win32\Debug\BuildLog.htm"
12>Plugin_VideoOGL - 1 error(s), 0 warning(s)
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>VideoInterface.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>PeripheralInterface.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\peripheralinterface.cpp(17) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
7>WII_IOB.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>WII_IPC.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\wii_ipc.cpp(18) : fatal error C1083: Cannot open include file: 'map': No such file or directory
7>Plugin_DSP.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>Plugin_PAD.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>Plugin_Video.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>PowerPC.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\memmap.h(20) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>PPCAnalyst.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\ppcanalyst.cpp(17) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>PPCTables.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\ppctables.cpp(17) : fatal error C1083: Cannot open include file: 'algorithm': No such file or directory
7>Interpreter.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\interpreter\interpreter.cpp(18) : fatal error C1083: Cannot open include file: 'float.h': No such file or directory
7>Interpreter_Branch.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Interpreter_FloatingPoint.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\interpreter\interpreter_floatingpoint.cpp(18) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
7>Interpreter_Integer.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Interpreter_LoadStore.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\hw\memmap.h(20) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>Interpreter_Paired.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\interpreter\interpreter_paired.cpp(18) : fatal error C1083: Cannot open include file: 'math.h': No such file or directory
7>Interpreter_SystemRegisters.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\interpreter\interpreter_systemregisters.cpp(18) : fatal error C1083: Cannot open include file: 'float.h': No such file or directory
7>Generating Code...
7>Compiling...
7>Jit.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_Branch.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_FloatingPoint.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_Integer.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_LoadStore.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_Paired.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Jit_SystemRegisters.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>JitAsm.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>JitBackpatch.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\jit64\jitbackpatch.cpp(1) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>JitCache.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\powerpc\jit64\jitcache.cpp(17) : fatal error C1083: Cannot open include file: 'map': No such file or directory
7>JitCore.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>JitRegCache.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Boot.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Boot_DOL.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Boot_ELF.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>ElfReader.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\boot\elfreader.cpp(1) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>Debugger_BreakPoints.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Debugger_SymbolMap.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Dump.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\debugger\dump.cpp(17) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
7>GClibloc.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\debugger\gclibloc.cpp(7) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Generating Code...
7>Compiling...
7>PPCDebugInterface.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\debugger\debugger_breakpoints.h(20) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
7>WII_IPC_HLE.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\ipc_hle\wii_ipc_hle.cpp(18) : fatal error C1083: Cannot open include file: 'map': No such file or directory
7>WII_IPC_HLE_Device_DI.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>WII_IPC_HLE_Device_FileIO.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>WII_IPC_HLE_Device_sdio_slot0.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>WII_IPC_HLE_Device_usb.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\ipc_hle\wii_ipc_hle_device.h(20) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>WII_IPC_HLE_WiiMote.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Console.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\console.cpp(17) : fatal error C1083: Cannot open include file: 'iostream': No such file or directory
7>Core.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>CoreParameter.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>CoreTiming.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>LogManager.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\logmanager.cpp(17) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
7>MemTools.cpp
7>c:\program files\microsoft sdks\windows\v6.0a\include\windows.h(151) : fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
7>PatchEngine.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\patchengine.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>Tracer.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\tracer.cpp(18) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
7>VolumeHandler.cpp
7>c:\users\username\desktop\dolphin source\source\core\core\src\volumehandler.h(21) : fatal error C1083: Cannot open include file: 'string': No such file or directory
7>HLE.cpp
7>c:\users\username\desktop\dolphin source\source\core\common\src\common.h(21) : fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
7>Generating Code...
7>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Core\Core\Win32\Debug\BuildLog.htm"
7>Core - 77 error(s), 0 warning(s)
13>------ Build started: Project: DebuggerWX, Configuration: Debug Win32 ------
13>Compiling...
13>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
13>RegisterView.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>CodeWindow.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>Debugger.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>LogWindow.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>RegisterWindow.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>CodeView.cpp
13>c:\users\username\desktop\dolphin source\externals\wxwidgets\include\wx\debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
13>Generating Code...
13>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Core\DebuggerWX\Win32\Debug\BuildLog.htm"
13>DebuggerWX - 6 error(s), 1 warning(s)
14>------ Build started: Project: DolphinWX, Configuration: Debug Win32 ------
14>Compiling...
14>Frame.cpp
14>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
14>GameListCtrl.cpp
14>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
14>Globals.cpp
14>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
14>PluginOptions.cpp
14>.\src\PluginOptions.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
14>BootManager.cpp
14>.\src\BootManager.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
14>Config.cpp
14>.\src\Config.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
14>FileSearch.cpp
14>c:\Users\username\desktop\dolphin source\Externals\wxWidgets\Include\wx/debug.h(18) : fatal error C1083: Cannot open include file: 'assert.h': No such file or directory
14>ISOFile.cpp
14>.\src\ISOFile.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
14>PluginManager.cpp
14>.\src\PluginManager.cpp(18) : fatal error C1083: Cannot open include file: 'string': No such file or directory
14>main.cpp
14>.\src\main.cpp(18) : fatal error C1083: Cannot open include file: 'vector': No such file or directory
14>Generating Code...
14>Build log was saved at "file://c:\Users\username\desktop\dolphin source\Source\Core\DolphinWX\Win32\Debug\BuildLog.htm"
14>DolphinWX - 10 error(s), 0 warning(s)
========== Build: 0 succeeded, 14 failed, 0 up-to-date, 0 skipped ==========
 
#3 ·
Something is wrong with your Windows SDK installation (btw, you did not have to install that, VS comes with enough windows headers), it's not finding the standard libraries. Very strange.

In any case, don't compile in Debug mode if you want any speed. Compile in Release mode. See that dropdown in the VS toolbar? Yeah that one. Change it :)
 
#4 ·
Hi!
Is any of the versions on Downloads enough to compile the project? which one sould i download? thanks in advance!
 
#6 ·
Something is wrong with your Windows SDK installation (btw, you did not have to install that, VS comes with enough windows headers), it's not finding the standard libraries. Very strange.

In any case, don't compile in Debug mode if you want any speed. Compile in Release mode. See that dropdown in the VS toolbar? Yeah that one. Change it :)
Thanks! I managed to fix it. I have VS installed on a seperate drive, and it seems custom install directories don't automatically get linked, so I had to add it manually.
 
#7 ·
svn 20:
Code:
1>------ Build started: Project: DolphinWX, Configuration: Release x64 ------
1>Linking...
1>debuggerwx.lib(CodeWindow.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>core.lib(PPCTables.obj) : error LNK2001: unresolved external symbol "void __cdecl Jit64::psq_st(union UGeckoInstruction)" (?psq_st@Jit64@@YAXTUGeckoInstruction@@@Z)
1>core.lib(PPCTables.obj) : error LNK2001: unresolved external symbol "void __cdecl Jit64::psq_l(union UGeckoInstruction)" (?psq_l@Jit64@@YAXTUGeckoInstruction@@@Z)
1>../../../Binary/x64/DolphinWx.exe : fatal error LNK1120: 2 unresolved externals
1>Build log was saved at "file://d:\Emulation\SVNs\dolphin\Source\Core\DolphinWX\x64\Release\BuildLog.htm"
1>DolphinWX - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 13 up-to-date, 0 skipped ==========
 
#8 ·
I've a question to the dev's:
Why are you optimizing Dolphin (here: rev 20) with /Ox and not with /O2? Or is /Ox exactly fast as /O2?

greets


Edit:
I have the same issue:
14>debuggerwx.lib(CodeWindow.obj) : Es wurde ein mit /GL kompiliertes MSIL .netmodule oder module gefunden. Verknüpfung wird mit /LTCG erneut gestartet. Fügen Sie /LTCG zur Linkbefehlszeile hinzu, um die Linkerleistung zu erhöhen.
14>core.lib(PPCTables.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""void __cdecl Jit64::psq_st(union UGeckoInstruction)" (?psq_st@Jit64@@YAXTUGeckoInstruction@@@Z)".
14>core.lib(PPCTables.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""void __cdecl Jit64::psq_l(union UGeckoInstruction)" (?psq_l@Jit64@@YAXTUGeckoInstruction@@@Z)".
14>../../../Binary/x64/DolphinWx.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
 
#11 ·
Yeah, or faster.

You're using VS2008? I'm not keeping those project files in sync. Add Jit_LoadStorePaired.cpp to your project.

You'll soon have even worse problems, I'm adding a new library ;)
Ah, thanks :) Well, I'll convert the 2005 solution, so everything will be fine I think.
[But now I'm going to work on my CHIP-8 Emulator/Interpreter, to understand how Emulators are constructed. So I'm maybe able to support the Dolphin development in some time :innocent: :emb:]
;)


greets...
 
#13 ·
So, when I try to compile it, it has problems finding files from around the directory tree (such as "cannot open "BPMemory.h" no such file or directory". Maybe it has to do with the "..\..\..\whatever_path". does vs2008 know to move up in the directory when it sees "..\" in the path?
 
#18 ·
rev.26
Code:
1>d:\_projects\dolphin\source\plugins\plugin_videoogl\src\VertexShader.h(224) : error C2039: 'string' : is not a member of 'std'
1>d:\_projects\dolphin\source\plugins\plugin_videoogl\src\VertexShader.h(224) : error C2146: syntax error : missing ';' before identifier 'strprog'
1>d:\_projects\dolphin\source\plugins\plugin_videoogl\src\VertexShader.h(224) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\_projects\dolphin\source\plugins\plugin_videoogl\src\VertexShader.h(224) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
debug version doesn't compiles :cry: you broke it ector...




note: I made this topic sticky
 
#20 ·
Is there any trick in order to get this to compile in Visual Studio Express? Can I obtain the normal Visual Studio headers/libraries and use them somehow with Visual Studio Express 2008 (C++/C#)?

Some of us don't have the money to purchase mega expensive Microsoft Products.:(
We plan to make it buildable in VS Express, until then you'll just have to wait ...
 
#22 ·
Is there any trick in order to get this to compile in Visual Studio Express? Can I obtain the normal Visual Studio headers/libraries and use them somehow with Visual Studio Express 2008 (C++/C#)?

Some of us don't have the money to purchase mega expensive Microsoft Products.:(
afiak, svn builds are for people interested in the actual _coding_. therefor, they already have/know what's required. so if you don't fall into that category, just lurk for binaries.
 
#23 ·
ector, or anyone else on the dev team, would there be any logical explanation why a successful build on VS2005 would run slower than it would with VS2008?, myself and Daco have been providing binaries from the SVN builds for the past few days and it's been reported many times that daco's release, why the menu messes up, are indeed a little bit faster?
to my knowledge we're using the exact same directX SDK, and compiling the exact same SVN builds, so why there is a speed difference i could only imagine being something to do with the compiler..

But that in itself makes no sense at all..

Side note : svn r31 isn't compilable, GPUDirect3D9.cpp and Gpuopengl.cpp are missing :drool:
 
#24 ·
I don't know, maybe VS2008 really is better than VS2005? :)

We are thinking of switching. It won't happen really soon though, we're probably talking months for various reasons.

And yes, the svn has been fixed now.

(btw, you do know that with tortoisesvn, you can easily grab any past version).
 
#25 ·
(btw, you do know that with tortoisesvn, you can easily grab any past version).
Yup, but posting binaries for frequent builds already seems moot enough without posting previous builds ;)

If possible, i'd like to request a few changes to be made in future versions?, just to save myself or daco doing them, just three.

1) correction of 'instable!' to 'Unstable!' in frame.cpp, line 229
2) inclusion of revision number on main window, main.cpp line 90 (i simply change _T("Dolphin"), to _T("Dolphin R33"), - purely for the sake of error reporting to make sure people are reporting about the correct builds.
3) inclusion of the icon in the installer dir, on the executable itself

Not that i want to offend you with requesting these changes, just some things i'd rather were already done! (yes yes i realize 1 is more grammar nazi than erro xD)
 
#26 ·
2) inclusion of revision number on main window, main.cpp line 90 (i simply change _T("Dolphin"), to _T("Dolphin R33"), - purely for the sake of error reporting to make sure people are reporting about the correct builds.
ive never been any good of a coder but wouldn't it be better to have

char Revnumber = "rev33"
_T("Dolphin %s",Revnumber);
unless you can't use var's there...
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top