Emuforums.com

Go Back   Emuforums.com > Gamecube Emulation > Dolphin Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old October 8th, 2008   #161 (permalink)
Registered User
 
Join Date: Aug 2006
Location: connecticut
Posts: 61
I was trying to compile Dolphin X64 rev799

I would like to inform you that the linux compile is broken on debian Lenny beta 2 X64 I got all of the required files as listed on the google code page here is the whole compile log

Code:
Alex-Debian:/home/alex/dolphin-emu-read-only# scons
scons: Reading SConscript files ...
Checking for pkg-config version > 0.15.0... yes
Checking for sdl lib version > 1.0.0... (cached) yes
Checking for ao... yes
Checking for wxWidgets >= 2.8... (cached) yes
Checking for x11... yes
Checking for xxf86vm... yes
scons: done reading SConscript files.
scons: Building targets ...
Compiling Source/Core/DolphinWX/Src/BootManager.o
Compiling Source/Core/DolphinWX/Src/Config.o
Compiling Source/Core/DolphinWX/Src/ConfigMain.o
Compiling Source/Core/DolphinWX/Src/FileSearch.o
Compiling Source/Core/DolphinWX/Src/FilesystemViewer.o
Compiling Source/Core/DolphinWX/Src/Frame.o
Compiling Source/Core/DolphinWX/Src/GameListCtrl.o
Compiling Source/Core/DolphinWX/Src/Globals.o
Compiling Source/Core/DolphinWX/Src/ISOFile.o
Compiling Source/Core/DolphinWX/Src/MemcardManager.o
Compiling Source/Core/DolphinWX/Src/MemoryCards/GCMemcard.o
Compiling Source/Core/DolphinWX/Src/PluginManager.o
Compiling Source/Core/DolphinWX/Src/stdafx.o
Compiling Source/Core/DolphinWX/Src/cmdline.o
Compiling Source/Core/DolphinWX/Src/Main.o
Compiling Source/Core/DebuggerWX/Src/LogWindow.o
Compiling Source/Core/DebuggerWX/Src/BreakPointDlg.o
Compiling Source/Core/DebuggerWX/Src/BreakpointView.o
Compiling Source/Core/DebuggerWX/Src/CodeView.o
Compiling Source/Core/DebuggerWX/Src/BreakpointWindow.o
Compiling Source/Core/DebuggerWX/Src/CodeWindow.o
Compiling Source/Core/DebuggerWX/Src/Debugger.o
Compiling Source/Core/DebuggerWX/Src/MemoryCheckDlg.o
Compiling Source/Core/DebuggerWX/Src/MemoryView.o
Compiling Source/Core/DebuggerWX/Src/MemoryWindow.o
Compiling Source/Core/DebuggerWX/Src/RegisterWindow.o
Compiling Source/Core/DebuggerWX/Src/RegisterView.o
Compiling Source/Core/DebuggerWX/Src/JitWindow.o
Archiving Source/Core/DebuggerWX/Src/libdebwx.a
Indexing Source/Core/DebuggerWX/Src/libdebwx.a
Compiling Source/Core/Core/Src/Console.o
Compiling Source/Core/Core/Src/Core.o
Compiling Source/Core/Core/Src/CoreTiming.o
Compiling Source/Core/Core/Src/CoreParameter.o
Compiling Source/Core/Core/Src/Host.o
Compiling Source/Core/Core/Src/LogManager.o
Compiling Source/Core/Core/Src/MemTools.o
Compiling Source/Core/Core/Src/PatchEngine.o
Compiling Source/Core/Core/Src/State.o
Compiling Source/Core/Core/Src/Tracer.o
Compiling Source/Core/Core/Src/VolumeHandler.o
Compiling Source/Core/Core/Src/Boot/Boot.o
Compiling Source/Core/Core/Src/Boot/Boot_BIOSEmu.o
Compiling Source/Core/Core/Src/Boot/Boot_DOL.o
Compiling Source/Core/Core/Src/Boot/Boot_ELF.o
Compiling Source/Core/Core/Src/Boot/ElfReader.o
Compiling Source/Core/Core/Src/Debugger/Debugger_BreakPoints.o
Compiling Source/Core/Core/Src/Debugger/Debugger_SymbolMap.o
Compiling Source/Core/Core/Src/Debugger/Dump.o
Compiling Source/Core/Core/Src/Debugger/PPCDebugInterface.o
Compiling Source/Core/Core/Src/HW/AudioInterface.o
Compiling Source/Core/Core/Src/HW/CommandProcessor.o
Source/Core/Core/Src/HW/CommandProcessor.cpp: In function 'void CommandProcessor::UpdateFifoRegister()':
Source/Core/Core/Src/HW/CommandProcessor.cpp:538: error: 'LONG' was not declared in this scope
Source/Core/Core/Src/HW/CommandProcessor.cpp:538: error: expected primary-expression before ')' token
Source/Core/Core/Src/HW/CommandProcessor.cpp:538: error: 'InterlockedExchange' was not declared in this scope
scons: *** [Source/Core/Core/Src/HW/CommandProcessor.o] Error 1
scons: building terminated because of errors.
if i am missing something please let me know... otherwise you have a new bug! =p

PS i'm using GCC4.3 which treats warnings as errors if that changes anything

Update

I've have been having numerous problems similar to this one that i am about to show you

Code:
In file included from /usr/include/wx-2.8/wx/gtk/filedlg.h:13,
                 from /usr/include/wx-2.8/wx/filedlg.h:210,
                 from /usr/include/wx-2.8/wx/wx.h:94,
                 from Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h:21,
                 from Source/Plugins/Plugin_VideoOGL/Src/main.cpp:28:
/usr/include/wx-2.8/wx/generic/filedlgg.h: At global scope:
/usr/include/wx-2.8/wx/generic/filedlgg.h:262: error: default argument for parameter of type 'const wxString&' has type 'const char [9]'
In file included from Source/Plugins/Plugin_VideoOGL/Src/main.cpp:28:
Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h:45: error: default argument for parameter of type 'const wxString&' has type 'const char [28]'
scons: *** [Source/Plugins/Plugin_VideoOGL/Src/main.os] Error 1
scons: building terminated because of errors.
I got past the first errors by commenting out a few (possibly important!) lines of code
I got stuck at the open GL Error
This new Open GL error Happened in a few other files
(Sorry i'm being very vague)
Plugin pad simple.cpp
and in the plugin pad simple gui folder
Also in the open Gl main.cpp

Also, Wiimote_Test was not found! I made a copy of wiimote and renamed it Wiimote_Test.cpp and all seemed fine

From My POV The Linux Part of Dolphin Hasn't been updated for a while and needs a bit of optimization

Last edited by starfox5194; October 8th, 2008 at 23:44..
starfox5194 is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old October 9th, 2008   #162 (permalink)
Registered User
 
Geomancer's Avatar
 
Join Date: Nov 2007
Location: Argentina
Posts: 183
Anyone can compile the latest revision? I am getting errors in the OpenGL plugin...
__________________
Intel® Core™2 Duo E8400 @ 3.60GHz «-» Thermalright Ultra 120 eXtreme «-» Gigabyte™ GA-P35-DS4 «-» Corsair™ XMS2 DHX 2X2GB DDR2-800 4-4-4-12 «-» Sapphire HD 4850 Toxic 512 mb «-» Cooler Master Silent Pro 600 W «-» Samsung SyncMaster 2232GW «-» Edifier C2 2.1 «-» Windows 7 RC1 x64
Geomancer is offline   Reply With Quote
Old October 9th, 2008   #163 (permalink)
Registered User
 
metalgamer2008's Avatar
 
Join Date: May 2007
Location: Union City, CA
Posts: 129
im in class on my laptop, dont have visual studio on this
__________________
Intel E7200 @ 4.2 ghz LAPPED| Zalman CNPS9700 | ASUS P5N-D | 9800 GX2 @ 697/1746/1054 | Patriot 4GB DDR2 800 (4-4-4-12) | Western Digital Caviar 500GB | Antec True Power Trio 650W |Windows vista x64 ultimate edition | Windows XP x64 Professional edition
metalgamer2008 is offline   Reply With Quote
Old October 9th, 2008   #164 (permalink)
Registered User
 
Geomancer's Avatar
 
Join Date: Nov 2007
Location: Argentina
Posts: 183
Edit: problem solved!
__________________
Intel® Core™2 Duo E8400 @ 3.60GHz «-» Thermalright Ultra 120 eXtreme «-» Gigabyte™ GA-P35-DS4 «-» Corsair™ XMS2 DHX 2X2GB DDR2-800 4-4-4-12 «-» Sapphire HD 4850 Toxic 512 mb «-» Cooler Master Silent Pro 600 W «-» Samsung SyncMaster 2232GW «-» Edifier C2 2.1 «-» Windows 7 RC1 x64

Last edited by Geomancer; October 9th, 2008 at 23:09..
Geomancer is offline   Reply With Quote
Old October 10th, 2008   #165 (permalink)
Registered User
 
Join Date: Aug 2006
Location: connecticut
Posts: 61
ok, I have tried to compile again after the linux bugfix, but i am still having problems compiling the open GL plugin.

Code:
Alex-Debian:/home/alex# svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_LLE/Src/Logging/Logging.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_LLE/Src/main.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_aram.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_LLE/Src/DisAsmDlg.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.h
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Logging
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.cpp
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.cpp
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Logging/Console.h
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Logging/Logging.h
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Globals.h
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/BPStructs.cpp
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Debugger
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Debugger/PBView.h
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Debugger/Debugger.cpp
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Debugger/Debugger.h
A    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Debugger/PBView.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/Globals.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoOGL/Plugin_VideoOGL.vcproj
U    dolphin-emu-read-only/Source/Plugins/Plugin_VideoDX9/Src/main.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.h
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/Logging/Console.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp
U    dolphin-emu-read-only/Source/Plugins/Plugin_DSP_HLE/Src/Logging/Console.h
U    dolphin-emu-read-only/Source/Core/VideoCommon/Src/Fifo.cpp
U    dolphin-emu-read-only/Source/Core/VideoCommon/Src/TextureDecoder.cpp
U    dolphin-emu-read-only/Source/Core/DebuggerWX/Src/CodeWindow.cpp
U    dolphin-emu-read-only/Source/Core/DebuggerWX/Src/CodeWindow.h
U    dolphin-emu-read-only/Source/Core/Common/Src/WaveFile.h
U    dolphin-emu-read-only/Source/Core/Common/Src/Common.h
U    dolphin-emu-read-only/Source/Core/Common/Src/Plugin.cpp
U    dolphin-emu-read-only/Source/Core/Common/Src/StringUtil.cpp
U    dolphin-emu-read-only/Source/Core/Common/Src/SConscript
U    dolphin-emu-read-only/Source/Core/Common/Src/Thread.cpp
U    dolphin-emu-read-only/Source/Core/Core/Src/Plugins/Plugin_Video.cpp
U    dolphin-emu-read-only/Source/Core/Core/Src/Plugins/Plugin_Video.h
U    dolphin-emu-read-only/Source/Core/Core/Src/HW/CommandProcessor.cpp
U    dolphin-emu-read-only/Source/Core/Core/Src/Boot/Boot.cpp
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeWiiCrypted.h
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeGC.h
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeDirectory.h
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeWiiCrypted.cpp
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/Volume.h
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeGC.cpp
U    dolphin-emu-read-only/Source/Core/DiscIO/Src/VolumeDirectory.cpp
U    dolphin-emu-read-only/Source/Core/DolphinWX/Src/FilesystemViewer.h
U    dolphin-emu-read-only/Source/Core/DolphinWX/Src/FilesystemViewer.cpp
U    dolphin-emu-read-only/Source/PluginSpecs/pluginspecs_video.h
U    dolphin-emu-read-only/Docs/DSP/dsp_rom.txt
U    dolphin-emu-read-only/Docs/DSP/Crazy Taxi.txt
Checked out revision 818.
Alex-Debian:/home/alex# cd dolphin-emu-read-only/
Alex-Debian:/home/alex/dolphin-emu-read-only# scons
scons: Reading SConscript files ...
Checking for pkg-config version > 0.15.0... (cached) yes
Checking for sdl lib version > 1.0.0... (cached) yes
Checking for ao... (cached) yes
Checking for wxWidgets >= 2.8... (cached) yes
Checking for x11... (cached) yes
Checking for xxf86vm... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
Compiling Source/Core/DolphinWX/Src/BootManager.o
Compiling Source/Core/DolphinWX/Src/Config.o
Compiling Source/Core/DolphinWX/Src/ConfigMain.o
Compiling Source/Core/DolphinWX/Src/FileSearch.o
Compiling Source/Core/DolphinWX/Src/FilesystemViewer.o
Compiling Source/Core/DolphinWX/Src/Frame.o
Compiling Source/Core/DolphinWX/Src/GameListCtrl.o
Compiling Source/Core/DolphinWX/Src/ISOFile.o
Compiling Source/Core/DolphinWX/Src/PluginManager.o
Compiling Source/Core/DolphinWX/Src/Main.o
Compiling Source/Core/DebuggerWX/Src/LogWindow.o
Compiling Source/Core/DebuggerWX/Src/BreakPointDlg.o
Compiling Source/Core/DebuggerWX/Src/BreakpointView.o
Compiling Source/Core/DebuggerWX/Src/CodeView.o
Compiling Source/Core/DebuggerWX/Src/BreakpointWindow.o
Compiling Source/Core/DebuggerWX/Src/CodeWindow.o
Compiling Source/Core/DebuggerWX/Src/MemoryCheckDlg.o
Compiling Source/Core/DebuggerWX/Src/MemoryView.o
Compiling Source/Core/DebuggerWX/Src/MemoryWindow.o
Compiling Source/Core/DebuggerWX/Src/RegisterWindow.o
Compiling Source/Core/DebuggerWX/Src/RegisterView.o
Compiling Source/Core/DebuggerWX/Src/JitWindow.o
Archiving Source/Core/DebuggerWX/Src/libdebwx.a
Indexing Source/Core/DebuggerWX/Src/libdebwx.a
Compiling Source/Core/Core/Src/Console.o
Compiling Source/Core/Core/Src/Core.o
Compiling Source/Core/Core/Src/CoreTiming.o
Compiling Source/Core/Core/Src/CoreParameter.o
Compiling Source/Core/Core/Src/LogManager.o
Compiling Source/Core/Core/Src/MemTools.o
Compiling Source/Core/Core/Src/PatchEngine.o
Compiling Source/Core/Core/Src/State.o
Compiling Source/Core/Core/Src/Tracer.o
Compiling Source/Core/Core/Src/VolumeHandler.o
Compiling Source/Core/Core/Src/Boot/Boot.o
Compiling Source/Core/Core/Src/Boot/Boot_BIOSEmu.o
Compiling Source/Core/Core/Src/Boot/Boot_DOL.o
Compiling Source/Core/Core/Src/Boot/Boot_ELF.o
Compiling Source/Core/Core/Src/Boot/ElfReader.o
Compiling Source/Core/Core/Src/Debugger/Debugger_BreakPoints.o
Compiling Source/Core/Core/Src/Debugger/Debugger_SymbolMap.o
Compiling Source/Core/Core/Src/Debugger/Dump.o
Compiling Source/Core/Core/Src/Debugger/PPCDebugInterface.o
Compiling Source/Core/Core/Src/HW/AudioInterface.o
Compiling Source/Core/Core/Src/HW/CommandProcessor.o
Compiling Source/Core/Core/Src/HW/CPU.o
Compiling Source/Core/Core/Src/HW/CPUCompare.o
Compiling Source/Core/Core/Src/HW/DSP.o
Compiling Source/Core/Core/Src/HW/DVDInterface.o
Compiling Source/Core/Core/Src/HW/EXI.o
Compiling Source/Core/Core/Src/HW/EXI_Channel.o
Compiling Source/Core/Core/Src/HW/EXI_Device.o
Compiling Source/Core/Core/Src/HW/EXI_DeviceIPL.o
Compiling Source/Core/Core/Src/HW/EXI_DeviceAD16.o
Compiling Source/Core/Core/Src/HW/EXI_DeviceMemoryCard.o
Compiling Source/Core/Core/Src/HW/GPFifo.o
Compiling Source/Core/Core/Src/HW/HW.o
Compiling Source/Core/Core/Src/HW/Memmap.o
Compiling Source/Core/Core/Src/HW/MemoryInterface.o
Compiling Source/Core/Core/Src/HW/PeripheralInterface.o
Compiling Source/Core/Core/Src/HW/PixelEngine.o
Compiling Source/Core/Core/Src/HW/SerialInterface.o
Compiling Source/Core/Core/Src/HW/SerialInterface_Devices.o
Compiling Source/Core/Core/Src/HW/StreamADPCM.o
Compiling Source/Core/Core/Src/HW/SystemTimers.o
Compiling Source/Core/Core/Src/HW/VideoInterface.o
Compiling Source/Core/Core/Src/HW/WII_IOB.o
Compiling Source/Core/Core/Src/HW/WII_IPC.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_DI.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_sdio_slot0.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_usb.o
Compiling Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_WiiMote.o
Compiling Source/Core/Core/Src/Plugins/Plugin_DSP.o
Compiling Source/Core/Core/Src/Plugins/Plugin_PAD.o
Compiling Source/Core/Core/Src/Plugins/Plugin_Video.o
Compiling Source/Core/Core/Src/Plugins/Plugin_Wiimote.o
Compiling Source/Core/Core/Src/PowerPC/PowerPC.o
Compiling Source/Core/Core/Src/PowerPC/PPCAnalyst.o
Compiling Source/Core/Core/Src/PowerPC/PPCTables.o
Compiling Source/Core/Core/Src/PowerPC/Profiler.o
Compiling Source/Core/Core/Src/PowerPC/SignatureDB.o
Compiling Source/Core/Core/Src/PowerPC/SymbolDB.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Branch.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Integer.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_FloatingPoint.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_Paired.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_LoadStore.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_LoadStorePaired.o
Compiling Source/Core/Core/Src/PowerPC/Interpreter/Interpreter_SystemRegisters.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/JitCore.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/JitCache.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/JitRegCache.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/JitAsm.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_Branch.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_Integer.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_FloatingPoint.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStorePaired.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_Paired.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStore.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_LoadStoreFloating.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_SystemRegisters.o
Compiling Source/Core/Core/Src/PowerPC/Jit64/Jit_Util.o
Compiling Source/Core/Core/Src/HLE/HLE.o
Compiling Source/Core/Core/Src/HLE/HLE_Misc.o
Compiling Source/Core/Core/Src/HLE/HLE_OS.o
Archiving Source/Core/Core/Src/libcore.a
Indexing Source/Core/Core/Src/libcore.a
Compiling Externals/LZO/minilzo.o
Archiving Externals/LZO/libminilzo.a
Indexing Externals/LZO/libminilzo.a
Compiling Source/Core/DiscIO/Src/BannerLoader.o
Compiling Source/Core/DiscIO/Src/BannerLoaderGC.o
Compiling Source/Core/DiscIO/Src/BannerLoaderWii.o
Compiling Source/Core/DiscIO/Src/Blob.o
Compiling Source/Core/DiscIO/Src/CompressedBlob.o
Compiling Source/Core/DiscIO/Src/DriveBlob.o
Compiling Source/Core/DiscIO/Src/FileBlob.o
Compiling Source/Core/DiscIO/Src/FileHandlerARC.o
Compiling Source/Core/DiscIO/Src/Filesystem.o
Compiling Source/Core/DiscIO/Src/FileSystemGCWii.o
Compiling Source/Core/DiscIO/Src/VolumeCreator.o
Compiling Source/Core/DiscIO/Src/VolumeDirectory.o
Compiling Source/Core/DiscIO/Src/VolumeGC.o
Compiling Source/Core/DiscIO/Src/VolumeWiiCrypted.o
Compiling Source/Core/DiscIO/Src/AES/aes_cbc.o
Compiling Source/Core/DiscIO/Src/AES/aes_core.o
Archiving Source/Core/DiscIO/Src/libdiscio.a
Indexing Source/Core/DiscIO/Src/libdiscio.a
Compiling Externals/Bochs_disasm/dis_decode.o
Compiling Externals/Bochs_disasm/dis_groups.o
Compiling Externals/Bochs_disasm/resolve.o
Compiling Externals/Bochs_disasm/syntax.o
Compiling Externals/Bochs_disasm/PowerPCDisasm.o
Archiving Externals/Bochs_disasm/libbdisasm.a
Indexing Externals/Bochs_disasm/libbdisasm.a
Compiling Source/Core/VideoCommon/Src/BPMemory.o
Compiling Source/Core/VideoCommon/Src/CPMemory.o
Compiling Source/Core/VideoCommon/Src/LookUpTables.o
Compiling Source/Core/VideoCommon/Src/TextureDecoder.o
Compiling Source/Core/VideoCommon/Src/XFMemory.o
Compiling Source/Core/VideoCommon/Src/XFBConvert.o
Compiling Source/Core/VideoCommon/Src/Fifo.o
Source/Core/VideoCommon/Src/Fifo.cpp:174:18: warning: "/*" within comment
Compiling Source/Core/VideoCommon/Src/VideoState.o
Compiling Source/Core/VideoCommon/Src/Profiler.o
Archiving Source/Core/VideoCommon/Src/libvideocommon.a
Indexing Source/Core/VideoCommon/Src/libvideocommon.a
Compiling Source/Core/Common/Src/ABI.o
Compiling Source/Core/Common/Src/Common.o
Compiling Source/Core/Common/Src/ChunkFile.o
Compiling Source/Core/Common/Src/CPUDetect.o
Compiling Source/Core/Common/Src/DynamicLibrary.o
Compiling Source/Core/Common/Src/Hash.o
Compiling Source/Core/Common/Src/IniFile.o
Compiling Source/Core/Common/Src/Logging.o
Compiling Source/Core/Common/Src/FileUtil.o
Compiling Source/Core/Common/Src/MappedFile.o
Compiling Source/Core/Common/Src/MathUtil.o
Compiling Source/Core/Common/Src/MemArena.o
Compiling Source/Core/Common/Src/MemoryUtil.o
Compiling Source/Core/Common/Src/Plugin.o
Compiling Source/Core/Common/Src/StringUtil.o
Compiling Source/Core/Common/Src/TestFramework.o
Compiling Source/Core/Common/Src/Thunk.o
Compiling Source/Core/Common/Src/Timer.o
Compiling Source/Core/Common/Src/Thread.o
Compiling Source/Core/Common/Src/WaveFile.o
Source/Core/Common/Src/WaveFile.cpp: In member function 'void WaveFileWriter::Stop()':
Source/Core/Common/Src/WaveFile.cpp:67: warning: unused variable 'file_size'
Source/Core/Common/Src/WaveFile.cpp: In member function 'bool WaveFileWriter::Start(const char*)':
Source/Core/Common/Src/WaveFile.cpp:61: warning: control reaches end of non-void function
Compiling Source/Core/Common/Src/x64Emitter.o
Compiling Source/Core/Common/Src/x64Analyzer.o
Archiving Source/Core/Common/Src/libcommon.a
Indexing Source/Core/Common/Src/libcommon.a
Linking Binary/linux/Dolphin
Compiling Source/Core/DolphinWX/Src/MainNoGUI.o
Linking Binary/linux/DolphinNoGUI
Compiling shared Source/Plugins/Plugin_Wiimote_Test/Src/Wiimote.os
Linking shared Binary/linux/Plugins/libPlugin_Wiimote.so
Compiling shared Source/Plugins/Plugin_nJoy_SDL/Src/nJoy.os
Compiling shared Source/Plugins/Plugin_nJoy_SDL/Src/GUI/AboutBox.os
Compiling shared Source/Plugins/Plugin_nJoy_SDL/Src/GUI/ConfigBox.os
Linking shared Binary/linux/Plugins/libPlugin_nJoy_SDL.so
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/DSPHandler.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/MailHandler.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/main.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Config.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Globals.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/PCHW/AOSoundStream.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/PCHW/Mixer.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.os
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp: In member function 'void CDebugger::Sequenced(wxCommandEvent&)':
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:315: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp: In member function 'void CDebugger::Reset(wxCommandEvent&)':
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:322: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp: In member function 'void CDebugger::OnlyLooping(wxCommandEvent&)':
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:391: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp: In member function 'void CDebugger::CreateGUIControls()':
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:146: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:152: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:172: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:173: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:175: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:176: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:181: warning: array subscript is above array bounds
Source/Plugins/Plugin_DSP_HLE/Src/Debugger/Debugger.cpp:182: warning: array subscript is above array bounds
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Debugger/PBView.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.os
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp: In member function 'void CUCode_AX::Logging(short int*, int, int)':
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:285: warning: declaration of 'i' shadows a previous local
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:275: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:413: warning: declaration of 'j' shadows a global declaration
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:128: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:438: warning: declaration of 'j' shadows a global declaration
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:128: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:458: warning: declaration of 'j' shadows a global declaration
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:128: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:508: warning: declaration of 'j' shadows a global declaration
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:128: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:527: warning: declaration of 'j' shadows a global declaration
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:128: warning: shadowed declaration is here
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:630: warning: comparison between signed and unsigned integer expressions
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:632: warning: comparison between signed and unsigned integer expressions
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:652: warning: comparison between signed and unsigned integer expressions
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:666: warning: deprecated conversion from string constant to 'char*'
Source/Plugins/Plugin_DSP_HLE/Src/Logging/Logging.cpp:370: warning: array subscript is above array bounds
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/Logging/Console.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AX.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_CARD.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_InitAudioSystem.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Jac.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_ROM.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCodes.os
Compiling shared Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.os
Linking shared Binary/linux/Plugins/libdsphle.so
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/AOSoundStream.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/disassemble.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_aram.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_ext_op.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interface.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_interpreter.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_memory.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_opcodes.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/gdsp_registers.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Globals.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/opcodes.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Tools.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/main.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Mixer.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Logging/Console.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Logging/Logging.os
Compiling shared Source/Plugins/Plugin_DSP_LLE/Src/Logging/AXTask.os
Linking shared Binary/linux/Plugins/libdsplle.so
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/DSPHandler.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/MailHandler.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/main.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/Globals.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_AX.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_CARD.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_InitAudioSystem.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_Jac.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_ROM.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCodes.os
Compiling shared Source/Plugins/Plugin_DSP_NULL/Src/UCodes/UCode_Zelda.os
Linking shared Binary/linux/Plugins/libdspnull.so
Compiling shared Source/Plugins/Plugin_PadSimple/Src/PadSimple.os
Compiling shared Source/Plugins/Plugin_PadSimple/Src/XInputBase.os
Compiling shared Source/Plugins/Plugin_PadSimple/Src/GUI/ConfigDlg.os
Source/Plugins/Plugin_PadSimple/Src/GUI/../PadSimple.h:49: warning: 'controlNames' defined but not used
Linking shared Binary/linux/Plugins/libpadsimple.so
Compiling shared Source/Plugins/Plugin_VideoOGL/Src/BPStructs.os
Compiling shared Source/Plugins/Plugin_VideoOGL/Src/Globals.os
Compiling shared Source/Plugins/Plugin_VideoOGL/Src/GLInit.os
Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp: In function 'void OpenGL_Update()':
Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp:633: error: 'rcWindow' was not declared in this scope
scons: *** [Source/Plugins/Plugin_VideoOGL/Src/GLInit.os] Error 1
scons: building terminated because of errors.
I hope i'm helping the coders out and not just annoying them with bugs
I going to try and fix this myself i will update on my progress

Once again I am using Debian Lenny X64 Beta 2 With GCC 4.3
This is dolphin revision 818
starfox5194 is offline   Reply With Quote
Old October 10th, 2008   #166 (permalink)
******
 
Join Date: Jul 2008
Posts: 1,188
To me it looks like some C++ coding mistakes.
At:
Source/Plugins/Plugin_VideGL/Src/GLInit.cpp: In function 'void OpenGL_Update()':
Source/Plugins/Plugin_VideGL/Src/GLInit.cpp:633: error: 'rcWindow' was not declared in this scope
it maybe a problem with a #ifdef, where "rcWindow" needs to be in a linux ifdef or not in a #ifdef for windows. If it was a missing header, I am certain there would be more errors, so I figure rcWindow is not getting defined on a linux platform, so look for "rcWindow" and make it get declared on the linux platform.
omegadox is offline   Reply With Quote
Old October 10th, 2008   #167 (permalink)
Registered User
 
Join Date: Dec 2006
Location: ß
Posts: 432
edit: ack you're on nix nvm
__________________
AMD X2 5200+(65Watt)@3.2GHz | GTX280 | 4GB RAM | Vista Ultimate x64
shuffle2 is offline   Reply With Quote
Old October 11th, 2008   #168 (permalink)
Registered User
 
Join Date: Dec 2007
Location: France
Posts: 17
Hello,

I've compiled Dolphin x86 R839 with success. But unfortunately, I didn't find how to compile Dolphin in x64. I've selected the option "x64" but when I try to compile, it doesn't build anything, it just skip the 19 parts of Dolphin (========== Build: 0 succeeded or up-to-date, 0 failed, 19 skipped ==========)

So, what is the solution to compile Dolphin x64 with VS2008 ?

Thank you
Shuny is offline   Reply With Quote
Old October 11th, 2008   #169 (permalink)
******
 
Join Date: Jul 2008
Posts: 1,188
Try a "Rebuild" on the solution, does it print any errors, info or warning?
omegadox is offline   Reply With Quote
Old October 11th, 2008   #170 (permalink)
Registered User
 
Join Date: Dec 2007
Location: France
Posts: 17
Nope, it stills skip anything =(

EDIT : When I compile in x86 mode, I have this warning :

17>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release

It may not be related but it seems strange

I may have found the problem. When I right-click on the "Solution Dolphin" and choose Properties, every project has "Win32" as it's plateform. And I can't select x64, I just can select Win32 or New.

When I try new, I just can create platform like PocketPC or Smartphone, wtf ?

Is there a way to create X64 ?

Last edited by Shuny; October 11th, 2008 at 18:27.. Reason: Automerged Doublepost
Shuny is offline   Reply With Quote
Old October 12th, 2008   #171 (permalink)
Registered User
 
Join Date: Dec 2007
Location: France
Posts: 17
Finally managed to compile it in x64. I just forgot to install x64 support
Shuny is offline   Reply With Quote
Old October 18th, 2008   #172 (permalink)
Emulator User
 
Master_Cloud's Avatar
 
Join Date: Apr 2006
Location: Hollow Bastion, taking on Sephiroth
Posts: 346
Greetings everyone, I've been looking in this thread for quite a while now, and I finally decided to try to compile on my own as well, but I can't even get that far because the Visual Studio Pro trial version cannot complete its installation because one of the files, called cab27.cab, is not extracting properly and thus, being unable to finish installing. What I would like to ask, if it is Ok, is if someone can find or upload a working copy of cab27.cab please. Delete this post if it offends the rules in anyway, thank you.
__________________

Click here to level up my card!

OS: Windows XP x64 edition
Processor: AMD Athlon 64 X2 5200+
Motherboard: MSI K9VGM-V
Memory: 2 Gig DDR2 RAM
Graphics card: NVIDIA 7300 LE 256MB
Power Supply: 500W!!
Master_Cloud is offline   Reply With Quote
Old October 18th, 2008   #173 (permalink)
Registered User
 
Join Date: Dec 2007
Location: France
Posts: 17
Quote:
Originally Posted by Master_Cloud View Post
Greetings everyone, I've been looking in this thread for quite a while now, and I finally decided to try to compile on my own as well, but I can't even get that far because the Visual Studio Pro trial version cannot complete its installation because one of the files, called cab27.cab, is not extracting properly and thus, being unable to finish installing. What I would like to ask, if it is Ok, is if someone can find or upload a working copy of cab27.cab please. Delete this post if it offends the rules in anyway, thank you.
If one of your CAB is corrupted then it's possible that a lot of cab file will be corrupted. Anyway, here's the file you're looking for :

MEGAUPLOAD - The leading online storage and file delivery service
Shuny is offline   Reply With Quote
Old October 18th, 2008   #174 (permalink)
Emulator User
 
Master_Cloud's Avatar
 
Join Date: Apr 2006
Location: Hollow Bastion, taking on Sephiroth
Posts: 346
Red face

*MEGA Edit!*
Do not worry about uploading them anymore Shuny, I got past the obstacles and it was finally installed, at last! Thanks a billion for uploading your file and I'm very sorry for my outrageous request!
__________________

Click here to level up my card!

OS: Windows XP x64 edition
Processor: AMD Athlon 64 X2 5200+
Motherboard: MSI K9VGM-V
Memory: 2 Gig DDR2 RAM
Graphics card: NVIDIA 7300 LE 256MB
Power Supply: 500W!!

Last edited by Master_Cloud; October 18th, 2008 at 23:33..
Master_Cloud is offline   Reply With Quote
Old October 19th, 2008   #175 (permalink)
Registered User
 
Join Date: Dec 2006
Location: Alpena, MI
Posts: 21
I apologize if I'm running off topic here, but is 609 the latest compiled release? I'm having a hard time finding the official site for this project. Is there one? I wouldn't mind givin this a shot on my pc. Thanks.
__________________
Intel Core 2 Duo E6420 @ 3.1 GHz
nForce 650i SLI
DDR2 PC2 6400/ 2GB
Single EVGA GeForce 8800GTS 320MB 320-bit GDDR3 PCI Express x16.

Shoutout to everyone on the PCSX2 team including testers and plugin developers! Awesome Emulator, Great Job!
Slander is offline   Reply With Quote
Old October 19th, 2008   #176 (permalink)
Registered User
 
Join Date: Dec 2007
Location: France
Posts: 17
Quote:
Originally Posted by Master_Cloud View Post
*MEGA Edit!*
Do not worry about uploading them anymore Shuny, I got past the obstacles and it was finally installed, at last! Thanks a billion for uploading your file and I'm very sorry for my outrageous request!
No problem have fun

Quote:
Originally Posted by Slander View Post
I apologize if I'm running off topic here, but is 609 the latest compiled release? I'm having a hard time finding the official site for this project. Is there one? I wouldn't mind givin this a shot on my pc. Thanks.
Index of /Dolphin

Here is the latest build, just compiled from the source at Google code, have fun

Nb : I'll upload here every compiled build i'll make

Last edited by Shuny; October 19th, 2008 at 19:31.. Reason: Automerged Doublepost
Shuny is offline   Reply With Quote
Old October 19th, 2008   #177 (permalink)
Registered User
 
Join Date: May 2008
Location: South Africa
Posts: 815
slander there is an official site....

dolphin-emu - Google Code

You can find the files there and compile them yourself if you know how to. Otherwise some members here do it as a service, which is mighty nice of them. 906 is nearabouts the latest revision yes.
jasong is offline   Reply With Quote
Old October 21st, 2008   #178 (permalink)
Registered User
 
darkh4wk's Avatar
 
Join Date: Dec 2006
Location: Brazil
Posts: 72
Quote:
Originally Posted by metalgamer2008 View Post
im in class on my laptop, dont have visual studio on this
Hi metalgamer, I'm enjoying your work to trying to always compile the last revisions. I even stopped compiling again because there are more people compiling the last ones, nice work. But I would suggest you to when the revision got compiled, insite dolphin-emu\binary dir you could drag & drop the dir's win32 and x64 with the right button mouse to desktop and select Export All Files so your releases would be more clean This way we wouldn't get the hidden .svn folders and you could delete the .exp .lib .pbd files insite the Plugins dir so this way would reduce the size of the Rar files. i'm not complaining just a suggestion
__________________
AMD Athlon 64 3000+ @2.2Ghz Socket 754 Newcastle 130nm/ASUS K8V-X/XFX GeForce FX 5500 256MB 128-Bit AGP-8X Downclocked/Seagate SataII 250GB 8MB Cache/512MB DDR-400/Samsung SyncMaster 920N 19"

Consoles: Atari/MasterSystem/Mega Drive+SegaCD/SNES/N64/GBC/PS2/DC/GCN/Xbox


Público - Windows Live SkyDrive - Dolphin Builds
darkh4wk is offline   Reply With Quote
Old October 21st, 2008   #179 (permalink)
Registered User
 
metalgamer2008's Avatar
 
Join Date: May 2007
Location: Union City, CA
Posts: 129
done, thx for telling me 'bout that
__________________
Intel E7200 @ 4.2 ghz LAPPED| Zalman CNPS9700 | ASUS P5N-D | 9800 GX2 @ 697/1746/1054 | Patriot 4GB DDR2 800 (4-4-4-12) | Western Digital Caviar 500GB | Antec True Power Trio 650W |Windows vista x64 ultimate edition | Windows XP x64 Professional edition
metalgamer2008 is offline   Reply With Quote
Old October 21st, 2008   #180 (permalink)
Emulator User
 
Master_Cloud's Avatar
 
Join Date: Apr 2006
Location: Hollow Bastion, taking on Sephiroth
Posts: 346
Talking

Quote:
Originally Posted by darkh4wk View Post
Hi metalgamer, I'm enjoying your work to trying to always compile the last revisions. I even stopped compiling again because there are more people compiling the last ones, nice work. But I would suggest you to when the revision got compiled, insite dolphin-emu\binary dir you could drag & drop the dir's win32 and x64 with the right button mouse to desktop and select Export All Files so your releases would be more clean This way we wouldn't get the hidden .svn folders and you could delete the .exp .lib .pbd files insite the Plugins dir so this way would reduce the size of the Rar files. i'm not complaining just a suggestion
Quote:
Originally Posted by metalgamer2008 View Post
done, thx for telling me 'bout that
Me too!
__________________

Click here to level up my card!

OS: Windows XP x64 edition
Processor: AMD Athlon 64 X2 5200+
Motherboard: MSI K9VGM-V
Memory: 2 Gig DDR2 RAM
Graphics card: NVIDIA 7300 LE 256MB
Power Supply: 500W!!
Master_Cloud is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 00:01.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5