|
|
|||||||
| Home | About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Registered User
Join Date: Dec 2006
Location: netherlands
Posts: 13
|
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 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: May 2003
Posts: 296
|
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 (permalink) |
|
Registered User
![]() ![]() Join Date: Jul 2008
Location: Argentina
Posts: 109
|
Hi! Is any of the versions on Downloads enough to compile the project? which one sould i download? thanks in advance!
__________________
CPU: Intel Core2Duo E6750 Motherboard: Gigabyte (forgot the model )RAM: 2gb OCZ HD: 320 GB Maxtor Sound card: Realtek High Definition Audio 7.1 Graphics Card: Geforce 8600 GT XXX OS: 1. Windows XP Professional 32bit - 2. Ubuntu 8.04 |
|
|
|
|
|
#5 (permalink) | |
|
so i herd you like emu's?
![]() ![]() ![]() ![]() Join Date: Oct 2007
Location: a country called Belgium
Posts: 647
|
Quote:
__________________
![]() ![]() my DolphinWx rev Builds: http://www.nyleveia.com/daco/ Njoy with rumble disabled: 32bit clickme and 64bit clickme |
|
|
|
|
|
|
#6 (permalink) | |
|
Registered User
Join Date: Dec 2006
Location: netherlands
Posts: 13
|
Quote:
|
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
![]() ![]() ![]() Join Date: Dec 2006
Location: ß
Posts: 341
|
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 ==========
__________________
AMD X2 5200+(65Watt)@3.2GHz | GTX280 | 4GB RAM | Vista Ultimate x64 |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Jul 2008
Location: Germany
Posts: 14
|
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: sq_st(union UGeckoInstruction)" (?psq_st@Jit64@@YAXTUGeckoInstruction@@@Z)".14>core.lib(PPCTables.obj) : error LNK2001: Nicht aufgelöstes externes Symbol ""void __cdecl Jit64: sq_l(union UGeckoInstruction)" (?psq_l@Jit64@@YAXTUGeckoInstruction@@@Z)".14>../../../Binary/x64/DolphinWx.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
__________________
My System: C2D E8400 @3.45GHz | Gigabyte GA-EP35-DS3L | 4GB DDR2 800 | GeForce 8800GT Extreme |
|
|
|
|
|
#10 (permalink) |
|
Registered User
![]() ![]() ![]() Join Date: Dec 2006
Location: ß
Posts: 341
|
hrm i guess ill just convert the 2005 project whenever it changes ![]() edit: yup, 2005 version compiles fine...now i feel like a tard :/
__________________
AMD X2 5200+(65Watt)@3.2GHz | GTX280 | 4GB RAM | Vista Ultimate x64 |
|
|
|
|
|
#11 (permalink) | |
|
Registered User
Join Date: Jul 2008
Location: Germany
Posts: 14
|
Quote:
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 ]![]() greets...
__________________
My System: C2D E8400 @3.45GHz | Gigabyte GA-EP35-DS3L | 4GB DDR2 800 | GeForce 8800GT Extreme |
|
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Jul 2008
Location: Canada
Posts: 8
|
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 (permalink) |
|
Plugin coder / Betatester
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2003
Location: The Netherlands
Posts: 320
|
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 you broke it ector...note: I made this topic sticky |
|
|
|
|
|
#19 (permalink) |
|
Kawaii Ken
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2005
Location: Flashing my PSP'z Bricking it in the nuts
Posts: 2,152
|
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.
__________________
![]() Download Dolphin SVN Compiles Here!!!! Dolphin SVN Revision Compatibility List! Join the newest faction of Recylobinia, and the ultimate spam forum here. We allow full nudity, and are extremely lax on allowed content. |
|
|
|