Emuforums.com

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


Reply
 
LinkBack Thread Tools Display Modes
Old August 24th, 2008   #101 (permalink)
Emu author
 
Join Date: May 2003
Posts: 296

Quote:
Originally Posted by Xtreme2damax View Post
I'm getting errors now with trying to compile revisions 284 and 285, here is the build logs.

Nothing has changed on my end for compiling so it can't be anything I'm doing wrong.
Turn off "warnings as errors" in the wx projects. I'm going to change it back on all projects, it's just too annoying.

ector is offline   Reply With Quote
Old August 27th, 2008   #102 (permalink)
Kawaii Ken
 
Xtreme2damax's Avatar
 
Join Date: Aug 2005
Location: Flashing my PSP'z Bricking it in the nuts
Posts: 2,152
I have a question, how come the 32-bit x86 builds of Dolphin compile fine without warnings when using the arch:SSE2 option in Visual Studio, but the 64-bit build throws warnings out all over the place when setting arch:SSE2 in Visual Studio.

Does the 64-bit version of Dolphin not have SSE2 optimizations?

I get a warnings stating unknown command - ignoring arch:SSE2 when attempting to compile the 64-bit builds using this command but not the 32-bit builds.
__________________

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.


Xtreme2damax is offline   Reply With Quote
Old August 27th, 2008   #103 (permalink)
Registered User
 
Join Date: Jan 2008
Location: everywhere
Posts: 131
Quote:
Originally Posted by Xtreme2damax View Post
I have a question, how come the 32-bit x86 builds of Dolphin compile fine without warnings when using the arch:SSE2 option in Visual Studio, but the 64-bit build throws warnings out all over the place when setting arch:SSE2 in Visual Studio.

Does the 64-bit version of Dolphin not have SSE2 optimizations?

I get a warnings stating unknown command - ignoring arch:SSE2 when attempting to compile the 64-bit builds using this command but not the 32-bit builds.
maybe that is the reason that 64bit is a bit faster or equal than 32bit?
__________________
my specs:

CPU: AMD Athlon x2 64 3800+ OC@ 2.4GHz
Memory: 2GB RAM DDR2
Video: ATI Radeon HD 2400+ pro
SO: Windows Vista Ultimate 64
lestar is offline   Reply With Quote
Old August 27th, 2008   #104 (permalink)
Registered User
 
Join Date: Aug 2008
Location: France
Posts: 53
R337 do not build under Linux x86, missing headers reported :
Code:
g++ -o Source/Core/VideoCommon/Src/VideoState.o -c -g -Os -fno-strict-aliasing -msse2 -msse3 -march=prescott -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGCC_HASCLASSVISIBILITY -fvisibility=hidden -fvisibility-inlines-hidden -Wall -Wwrite-strings -Wfloat-equal -Wshadow -Wpointer-arith -Wpacked -Wno-conversion -fPIC -ISource/Core/Common/Src -ISource/Core/DiscIO/Src -ISource/PluginSpecs -ISource -ISource/Core/Core/Src -ISource/Core/DebuggerWX/src -IExternals/Bochs_disasm -ISource/Core/VideoCommon/Src Source/Core/VideoCommon/Src/VideoState.cpp
In file included from Source/Core/VideoCommon/Src/VideoState.cpp:18:
Source/Core/VideoCommon/Src/VideoState.h:26:7: warning: no newline at end of file
Source/Core/VideoCommon/Src/VideoState.cpp:20:21: error: windows.h: No such file or directory
Source/Core/VideoCommon/Src/VideoState.cpp:32:2: warning: no newline at end of file
scons: *** [Source/Core/VideoCommon/Src/VideoState.o] Error 1
scons: building terminated because of errors.
With last Rev (R340) I now have the exact same issue un x86 than the one reported here.

For example, with ZWW, I see Nintendo logo, then surround logo and Dolphin crash with
this error :

Code:
(0) : fatal error C9999: *** exception during compilation *** Cg compiler terminated due to fatal error
One step forward since x86 is now a little more functionnal.
__________________
My Spec :
AMD Athlon 64 X2 6000+
Asrock AM2-NF3 VSTA
4GB DDR2 Ram (Corsair XMS2)
2x250GB IDE HDD
GeForce 7800GS "Special Edition" (512MB of DDR3, GPU and Memory frequencies x2)
Dual-boot GNU/Linux Debian Lenny X86_64 - Windows XP x64

Play you favorite games under GNU/Linux : http://playonlinux.com

Last edited by bad_billou; August 27th, 2008 at 10:40. Reason: Automerged Doublepost
bad_billou is offline   Reply With Quote
Old August 27th, 2008   #105 (permalink)
Registered User
 
Join Date: May 2008
Location: South Africa
Posts: 507
352 is up now! My goodness, you guys are releasing quickly.
jasong is offline   Reply With Quote
Old August 27th, 2008   #106 (permalink)
Registered User
 
Join Date: Aug 2008
Location: France
Posts: 53
Here all warnings (and only warnings) displayed with R363 under GNU/Linux x86 :

C++ pastebin - collaborative debugging tool

I also spotted that Cg toolkit 2.0 (and 2.1 beta) have issues with PixelShaders. Here functions you must deactivate to be able to have usable build under GNU/Linux (only idea) :
Code:
GL_EXT_texture_rectangle
GL_ARB_texture_rectangle
GL_NV_texture_rectangle
__________________
My Spec :
AMD Athlon 64 X2 6000+
Asrock AM2-NF3 VSTA
4GB DDR2 Ram (Corsair XMS2)
2x250GB IDE HDD
GeForce 7800GS "Special Edition" (512MB of DDR3, GPU and Memory frequencies x2)
Dual-boot GNU/Linux Debian Lenny X86_64 - Windows XP x64

Play you favorite games under GNU/Linux : http://playonlinux.com
bad_billou is offline   Reply With Quote
Old August 27th, 2008   #107 (permalink)
Registered User
 
Join Date: Sep 2007
Location: PA
Posts: 12
I'm having problems trying to compile on Ubuntu 8.04 64bit.

Code:
g++ -o Binary/linux/Plugins/libzeroogl.so `wx-config --libs` `pkg-config --libs xxf86vm` -shared Source/Plugins/Plugin_VideoOGL/Src/BPStructs.os Source/Plugins/Plugin_VideoOGL/Src/DataReader.os Source/Plugins/Plugin_VideoOGL/Src/Globals.os Source/Plugins/Plugin_VideoOGL/Src/GLInit.os Source/Plugins/Plugin_VideoOGL/Src/main.os Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.os Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.os Source/Plugins/Plugin_VideoOGL/Src/PixelShader.os Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.os Source/Plugins/Plugin_VideoOGL/Src/rasterfont.os Source/Plugins/Plugin_VideoOGL/Src/Render.os Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.os Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.os Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_Normal.os Source/Plugins/Plugin_VideoOGL/Src/VertexShader.os Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.os Source/Plugins/Plugin_VideoOGL/Src/XFB.os Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.os -LSource/Core/Common/Src -LSource/Core/DiscIO/Src -LSource/PluginSpecs -LSource -LSource/Core/Core/Src -LSource/Core/DebuggerWX/src -LExternals/Bochs_disasm -LSource/Core/VideoCommon/Src -lvideocommon -lcommon -lGLEW -ljpeg -lGL -lCg -lCgGL -lX11
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
scons: *** [Binary/linux/Plugins/libzeroogl.so] Error 1
scons: building terminated because of errors.
I've been getting this since REV300 or so, right now on REV365. Before this, it used to compile fine. Any ideas?

And before anyone asks, I do have libjpeg:
Code:
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjpeg.so

Last edited by evilhamwizard; August 27th, 2008 at 16:15.
evilhamwizard is offline   Reply With Quote
Old August 27th, 2008   #108 (permalink)
Registered User
 
Join Date: Aug 2008
Location: France
Posts: 53
Check if you have libjpeg installed :
Code:
locate libjpeg.so | head -n 3
Expect this kind of output :
Code:
/usr/lib/libjpeg.so
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
If not, install libjpeg and it's devel and try again.
__________________
My Spec :
AMD Athlon 64 X2 6000+
Asrock AM2-NF3 VSTA
4GB DDR2 Ram (Corsair XMS2)
2x250GB IDE HDD
GeForce 7800GS "Special Edition" (512MB of DDR3, GPU and Memory frequencies x2)
Dual-boot GNU/Linux Debian Lenny X86_64 - Windows XP x64

Play you favorite games under GNU/Linux : http://playonlinux.com
bad_billou is offline   Reply With Quote
Old August 27th, 2008   #109 (permalink)
Registered User
 
Join Date: Sep 2007
Location: PA
Posts: 12
Quote:
Originally Posted by bad_billou View Post
Check if you have libjpeg installed :
Code:
locate libjpeg.so | head -n 3
Expect this kind of output :
Code:
/usr/lib/libjpeg.so
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
If not, install libjpeg and it's devel and try again.
Yep, I get this:
Code:
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libjpeg.so
Oddly I don't have libjpeg.so in usr/lib...should I copy and paste or reinstall libjpeg?

EDIT: Nevermind, got it working. Thanks!
evilhamwizard is offline   Reply With Quote
Old August 27th, 2008   #110 (permalink)
Registered User
 
Join Date: Aug 2008
Location: France
Posts: 53
nope, just a symlink problem as I can see ^^

To XTra.KrazzY :

YES, it break build under Linux :

C++ pastebin - collaborative debugging tool

To XTra.KrazzY :

Still broken, R371 :

C++ pastebin - collaborative debugging tool

Build fixed with R372 ^^
__________________
My Spec :
AMD Athlon 64 X2 6000+
Asrock AM2-NF3 VSTA
4GB DDR2 Ram (Corsair XMS2)
2x250GB IDE HDD
GeForce 7800GS "Special Edition" (512MB of DDR3, GPU and Memory frequencies x2)
Dual-boot GNU/Linux Debian Lenny X86_64 - Windows XP x64

Play you favorite games under GNU/Linux : http://playonlinux.com

Last edited by bad_billou; August 28th, 2008 at 10:45. Reason: Automerged Doublepost
bad_billou is offline   Reply With Quote
Old September 1st, 2008   #111 (permalink)
Kawaii Ken
 
Xtreme2damax's Avatar
 
Join Date: Aug 2005
Location: Flashing my PSP'z Bricking it in the nuts
Posts: 2,152
Quote:
Originally Posted by Xtreme2damax View Post
I have a question, how come the 32-bit x86 builds of Dolphin compile fine without warnings when using the arch:SSE2 option in Visual Studio, but the 64-bit build throws warnings out all over the place when setting arch:SSE2 in Visual Studio.

Does the 64-bit version of Dolphin not have SSE2 optimizations?

I get a warnings stating unknown command - ignoring arch:SSE2 when attempting to compile the 64-bit builds using this command but not the 32-bit builds.
Ector, any chance you could answer what I quoted, my last post? If the 64-bit version doesn't have SSE2 optimizations, is it planned down the road and will it make any speed improvements over the 32-bit builds for the 64-bit builds?
__________________

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.


Xtreme2damax is offline   Reply With Quote
Old September 2nd, 2008   #112 (permalink)
Banned
 
Join Date: Aug 2008
Location: Cyber Space
Posts: 355
There is no reason to not believe that an SSE2 optimization would not improve the 64-bit version as it does to the 32-bit version. That is if it's truly not already being used.

It seems that there may be some sort of Wii-mote controller interaction now implemented to the 427 build. If I can get this version compiled, I can post some results with a few Wii games I own.

Last edited by -Shockwave-; September 2nd, 2008 at 03:41. Reason: Automerged Doublepost
-Shockwave- is offline   Reply With Quote
Old September 2nd, 2008   #113 (permalink)
Omega
 
omegadox's Avatar
 
Join Date: Jul 2008
Location: trees
Posts: 855
well R430 uploaded for linux/windows

DolphinWx - Windows Live SkyDrive
__________________
Download the latest build for windows
Dolphin FAQ!!! PLZ READ!
Click here to visit the Dolphin Cheat Database
System 1 Specs: Windows Vista Home Premium SP1 x64 / Ubuntu x64, AMD Phenom X4 @ 2.2Ghz, NVIDIA GeForce 9600 GT, 6GB RAM.
System 2 Specs: Windows Vista Ultimate SP1 x64 / Ubuntu x64, Intel Core 2 Duo @ 2Ghz, NVIDIA GeForce 8600M GS, 2GB RAM.

omegadox is offline   Reply With Quote
Old September 2nd, 2008   #114 (permalink)
Emu author
 
Join Date: May 2003
Posts: 296
Quote:
Originally Posted by Xtreme2damax View Post
Ector, any chance you could answer what I quoted, my last post? If the 64-bit version doesn't have SSE2 optimizations, is it planned down the road and will it make any speed improvements over the 32-bit builds for the 64-bit builds?
You can't choose SSE2 on 64-bit because it's the default. It's impossible to compile 64-bit programs that DON'T use SSE2 in MSVC.
ector is offline   Reply With Quote
Old September 2nd, 2008   #115 (permalink)
Kawaii Ken
 
Xtreme2damax's Avatar
 
Join Date: Aug 2005
Location: Flashing my PSP'z Bricking it in the nuts
Posts: 2,152
Quote:
Originally Posted by ector View Post
You can't choose SSE2 on 64-bit because it's the default. It's impossible to compile 64-bit programs that DON'T use SSE2 in MSVC.
Ah ok, I was just curious as I didn't know. I asked so I could learn as to why this was, I'm very interested in learning about Gamecube emulation and possibly picking up on contributing to improving the emulator later on down the road after I learn how to code and more about emulation.
__________________

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.


Xtreme2damax is offline   Reply With Quote
Old September 2nd, 2008   #116 (permalink)
Omega
 
omegadox's Avatar
 
Join Date: Jul 2008
Location: trees
Posts: 855
It will take a lot of exp. You need to know tons of C++. Then for GC, PowerPC and x86 instructions, and the rest on how the hardware works. It will take a lot of knowledge to get as good as ector. Beginning and mastering C++ is already a challenge. It might take a month for you to really know C++ if you spend time mastering it. Also you might have to learn assembly language for both CPU types to really understand the core of JIT. Also don't forget about learning how memory works in computers like how it is allocated, etc. Yeah a lot :P, by then the time you learn it, maybe Dolphin will be even better at its emulation, I hope.
__________________
Download the latest build for windows
Dolphin FAQ!!! PLZ READ!
Click here to visit the Dolphin Cheat Database
System 1 Specs: Windows Vista Home Premium SP1 x64 / Ubuntu x64, AMD Phenom X4 @ 2.2Ghz, NVIDIA GeForce 9600 GT, 6GB RAM.
System 2 Specs: Windows Vista Ultimate SP1 x64 / Ubuntu x64, Intel Core 2 Duo @ 2Ghz, NVIDIA GeForce 8600M GS, 2GB RAM.

omegadox is offline   Reply With Quote
Old September 2nd, 2008   #117 (permalink)
Naruto fanatic
 
Chilango's Avatar
 
Join Date: Jan 2007
Location: Mexico
Posts: 76
yea, but why not begin to learn that

__________________
My old system
Intel Pentium 4 1.8 Ghz, RAM 256 Mb DDR 133Mhz, Geforce 2 MX 64Mb, Win XP Service PAck 3.
My new laptop
Intel Core 2 Duo P8400, RAM 4096MB DDR2 800Mhz, Geforce 9200 M 256MB, Win Vista 64 Bit

Last edited by Chilango; September 2nd, 2008 at 20:39.
Chilango is offline   Reply With Quote
Old September 2nd, 2008   #118 (permalink)
Omega
 
omegadox's Avatar
 
Join Date: Jul 2008
Location: trees
Posts: 855
Well yes, first with C++.
__________________
Download the latest build for windows
Dolphin FAQ!!! PLZ READ!
Click here to visit the Dolphin Cheat Database
System 1 Specs: Windows Vista Home Premium SP1 x64 / Ubuntu x64, AMD Phenom X4 @ 2.2Ghz, NVIDIA GeForce 9600 GT, 6GB RAM.
System 2 Specs: Windows Vista Ultimate SP1 x64 / Ubuntu x64, Intel Core 2 Duo @ 2Ghz, NVIDIA GeForce 8600M GS, 2GB RAM.

omegadox is offline   Reply With Quote
Old September 3rd, 2008   #119 (permalink)
It's Mama Luigi to You
 
darkh4wk's Avatar
 
Join Date: Dec 2006
Location: Brazil
Posts: 56
hi
i'm getting problem compiling the project

Code:
------ Rebuild All started: Project: Bochs_disasm, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'Bochs_disasm', configuration 'Release|Win32'
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
stdafx.cpp
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
dis_decode.cpp
syntax.cpp
resolve.cpp
PowerPCDisasm.cpp
dis_groups.cpp
Generating Code...
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Externals\Bochs_disasm\Win32\Release\BuildLog.htm"
Bochs_disasm - 0 error(s), 2 warning(s)
------ Rebuild All started: Project: DiscIO, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'DiscIO', configuration 'Release|Win32'
Compiling...
stdafx.cpp
Compiling...
aes_cbc.c
aes_core.c
Generating Code...
Compiling...
FileHandlerARC.cpp
BannerLoaderWii.cpp
BannerLoaderGC.cpp
BannerLoader.cpp
FileSystemGCWii.cpp
Filesystem.cpp
Blob.cpp
VolumeWiiCrypted.cpp
VolumeGC.cpp
VolumeCreator.cpp
Generating Code...
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Source\Core\DiscIO\Win32\Release\BuildLog.htm"
DiscIO - 0 error(s), 0 warning(s)
------ Rebuild All started: Project: Common, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'Common', configuration 'Release|Win32'
Performing Pre-Build Event...
SubWCRev: 'C:\Documents and Settings\Junior\Desktop\dolphin-emu\Source'
Last committed at revision 437
Updated to revision 437
Local modifications found
Compiling...
stdafx.cpp
Compiling...
ABI.cpp
x64Emitter.cpp
x64Analyzer.cpp
Thunk.cpp
Thread.cpp
TestFramework.cpp
StringUtil.cpp
Plugin.cpp
MemoryUtil.cpp
MemArena.cpp
MathUtil.cpp
MappedFile.cpp
IniFile.cpp
HTTP.cpp
Hash.cpp
FileUtil.cpp
DynamicLibrary.cpp
CPUDetect.cpp
Common.cpp
ChunkFile.cpp
Generating Code...
Compiling...
Timer.cpp
Creating library...
ChunkFile.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Source\Core\Common\Win32\Release\BuildLog.htm"
Common - 0 error(s), 1 warning(s)
------ Rebuild All started: Project: Core, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'Core', configuration 'Release|Win32'
Compiling...
stdafx.cpp
Compiling...
HLE.cpp
VolumeHandler.cpp
Tracer.cpp
State.cpp
PatchEngine.cpp
MemTools.cpp
LogManager.cpp
CoreTiming.cpp
CoreParameter.cpp
Core.cpp
Console.cpp
ElfReader.cpp
Boot_ELF.cpp
Boot_DOL.cpp
Boot.cpp
WII_IPC_HLE_WiiMote.cpp
WII_IPC_HLE_Device_usb.cpp
WII_IPC_HLE_Device_sdio_slot0.cpp
WII_IPC_HLE_Device_FileIO.cpp
WII_IPC_HLE_Device_DI.cpp
Generating Code...
Compiling...
WII_IPC_HLE.cpp
PPCDebugInterface.cpp
Dump.cpp
Debugger_SymbolMap.cpp
Debugger_BreakPoints.cpp
JitRegCache.cpp
JitCore.cpp
JitCache.cpp
JitBackpatch.cpp
JitAsm.cpp
Jit_Util.cpp
Jit_SystemRegisters.cpp
Jit_Paired.cpp
Jit_LoadStorePaired.cpp
Jit_LoadStoreFloating.cpp
Jit_LoadStore.cpp
Jit_Integer.cpp
Jit_FloatingPoint.cpp
Jit_Branch.cpp
Jit.cpp
Generating Code...
Compiling...
Interpreter_Paired.cpp
Interpreter_LoadStorePaired.cpp
Interpreter_LoadStore.cpp
Interpreter_Integer.cpp
Interpreter_Branch.cpp
Interpreter.cpp
SymbolDB.cpp
SignatureDB.cpp
Profiler.cpp
PPCTables.cpp
PPCAnalyst.cpp
PowerPC.cpp
Plugin_Video.cpp
Plugin_PAD.cpp
Plugin_DSP.cpp
WII_IPC.cpp
WII_IOB.cpp
PeripheralInterface.cpp
VideoInterface.cpp
GPFifo.cpp
Generating Code...
Compiling...
DVDInterface.cpp
DSP.cpp
CommandProcessor.cpp
StreamADPCM.cpp
AudioInterface.cpp
PixelEngine.cpp
MemoryInterface.cpp
SerialInterface_Devices.cpp
SerialInterface.cpp
EXI_DeviceMemoryCard.cpp
EXI_DeviceIPL.cpp
EXI_DeviceAD16.cpp
EXI_Device.cpp
EXI_Channel.cpp
EXI.cpp
SystemTimers.cpp
Memmap.cpp
HW.cpp
CPUCompare.cpp
CPU.cpp
Generating Code...
Compiling...
HLE_OS.cpp
HLE_Misc.cpp
Generating Code...
Compiling...
Interpreter_SystemRegisters.cpp
Interpreter_FloatingPoint.cpp
Generating Code...
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Source\Core\Core\Win32\Release\BuildLog.htm"
Core - 0 error(s), 0 warning(s)
------ Rebuild All started: Project: wxBase28, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'wxBase28', configuration 'Release|Win32'
Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h
genrcdefs.h
Creating ..\..\lib\vc_lib\msw\wx\setup.h
        1 file(s) copied.
Compiling...
dummy.cpp
Compiling...
appbase.cpp
volume.cpp
utilsexc.cpp
utils.cpp
thread.cpp
stdpaths.cpp
stackwalk.cpp
snglinst.cpp
registry.cpp
regconf.cpp
power.cpp
mslu.cpp
mimetype.cpp
main.cpp
..\..\src\msw\main.cpp(205) : warning C4535: calling _set_se_translator() requires /EHa
dlmsw.cpp
dir.cpp
debughlp.cpp
dde.cpp
crashrpt.cpp
basemsw.cpp
Generating Code...
Compiling...
zstream.cpp
zipstrm.cpp
xtistrm.cpp
xti.cpp
wxchar.cpp
wfstream.cpp
variant.cpp
utilscmn.cpp
uri.cpp
txtstrm.cpp
tokenzr.cpp
textfile.cpp
textbuf.cpp
tarstrm.cpp
sysopt.cpp
string.cpp
..\..\src\common\string.cpp: building with Multithreaded non DLL runtime has a performance impact on wxString!
stream.cpp
strconv.cpp
stopwatch.cpp
stdpbase.cpp
Generating Code...
Compiling...
sstream.cpp
regex.cpp
process.cpp
powercmn.cpp
platinfo.cpp
object.cpp
mstream.cpp
msgout.cpp
module.cpp
mimecmn.cpp
memory.cpp
longlong.cpp
log.cpp
list.cpp
ipcbase.cpp
intl.cpp
init.cpp
hashmap.cpp
hash.cpp
fs_mem.cpp
Generating Code...
Compiling...
fs_filter.cpp
fs_arc.cpp
fmapbase.cpp
filtfind.cpp
filtall.cpp
filesys.cpp
filename.cpp
filefn.cpp
fileconf.cpp
fileback.cpp
file.cpp
ffile.cpp
event.cpp
encconv.cpp
dynload.cpp
dynlib.cpp
dynarray.cpp
dircmn.cpp
datstrm.cpp
datetime.cpp
Generating Code...
Compiling...
convauto.cpp
config.cpp
cmdline.cpp
clntdata.cpp
archive.cpp
arcfind.cpp
arcall.cpp
Generating Code...
Compiling...
extended.c
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Externals\wxWidgets\build\msw\wxBase28_Win32\Release\BuildLog.htm"
wxBase28 - 0 error(s), 1 warning(s)
------ Rebuild All started: Project: wxCore28, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'wxCore28', configuration 'Release|Win32'
Creating ..\..\lib\vc_lib\msw\wx\msw\rcdefs.h
genrcdefs.h
Creating ..\..\lib\vc_lib\msw\wx\setup.h
        1 file(s) copied.
Compiling...
dummy.cpp
Compiling...
hyperlink.cpp
fontpickerg.cpp
filepickerg.cpp
dragimgg.cpp
dirctrlg.cpp
dcpsg.cpp
combog.cpp
collpaneg.cpp
clrpickerg.cpp
choicdgg.cpp
choicbkg.cpp
buttonbar.cpp
busyinfo.cpp
aboutdlgg.cpp
window.cpp
volume.cpp
uxtheme.cpp
uuid.cpp
utilsgui.cpp
treectrl.cpp
Generating Code...
Compiling...
toplevel.cpp
tooltip.cpp
timer.cpp
tglbtn.cpp
textctrl.cpp
tbar95.cpp
tabctrl.cpp
stattext.cpp
statline.cpp
statbr95.cpp
statbox.cpp
statbmp.cpp
spinctrl.cpp
spinbutt.cpp
slider95.cpp
settings.cpp
scrolbar.cpp
renderer.cpp
region.cpp
radiobut.cpp
Generating Code...
Compiling...
radiobox.cpp
printwin.cpp
printdlg.cpp
popupwin.cpp
pen.cpp
palette.cpp
ownerdrw.cpp
oleutils.cpp
notebook.cpp
nativdlg.cpp
mslu.cpp
msgdlg.cpp
minifram.cpp
metafile.cpp
menuitem.cpp
menu.cpp
mdi.cpp
main.cpp
listctrl.cpp
listbox.cpp
Generating Code...
Compiling...
iniconf.cpp
imaglist.cpp
icon.cpp
helpwin.cpp
helpchm.cpp
gsockmsw.cpp
graphics.cpp
gdiobj.cpp
gdiimage.cpp
gauge95.cpp
frame.cpp
fontutil.cpp
fontenum.cpp
fontdlg.cpp
font.cpp
filedlg.cpp
fdrepdlg.cpp
evtloop.cpp
enhmeta.cpp
droptgt.cpp
Generating Code...
Compiling...
dropsrc.cpp
dragimag.cpp
display.cpp
dirdlg.cpp
dib.cpp
dialup.cpp
dialog.cpp
dcscreen.cpp
dcprint.cpp
dcmemory.cpp
dcclient.cpp
dc.cpp
dataobj.cpp
data.cpp
cursor.cpp
control.cpp
combobox.cpp
combo.cpp
colour.cpp
colordlg.cpp
Generating Code...
Compiling...
clipbrd.cpp
choice.cpp
checklst.cpp
checkbox.cpp
caret.cpp
button.cpp
brush.cpp
bmpbuttn.cpp
bitmap.cpp
automtn.cpp
app.cpp
access.cpp
accel.cpp
aboutdlg.cpp
xpmdecod.cpp
wincmn.cpp
valtext.cpp
validate.cpp
valgen.cpp
utilscmn.cpp
Generating Code...
Compiling...
treebase.cpp
toplvcmn.cpp
timercmn.cpp
textcmn.cpp
tbarbase.cpp
stockitem.cpp
statbar.cpp
srchcmn.cpp
sizer.cpp
settcmn.cpp
rgncmn.cpp
rendcmn.cpp
radiocmn.cpp
quantize.cpp
prntbase.cpp
popupcmn.cpp
pickerbase.cpp
paper.cpp
overlaycmn.cpp
nbkbase.cpp
Generating Code...
Compiling...
msgout.cpp
menucmn.cpp
matrix.cpp
listctrlcmn.cpp
lboxcmn.cpp
layout.cpp
imagxpm.cpp
imagtiff.cpp
imagtga.cpp
imagpnm.cpp
imagpng.cpp
imagpcx.cpp
imagjpeg.cpp
imagiff.cpp
imaggif.cpp
imagfill.cpp
image.cpp
imagbmp.cpp
imagall.cpp
iconbndl.cpp
Generating Code...
Compiling...
helpbase.cpp
graphcmn.cpp
gifdecod.cpp
geometry.cpp
gdicmn.cpp
gbsizer.cpp
gaugecmn.cpp
fs_mem.cpp
framecmn.cpp
fontpickercmn.cpp
fontmap.cpp
fontenumcmn.cpp
fontcmn.cpp
fldlgcmn.cpp
filepickercmn.cpp
fddlgcmn.cpp
evtloopcmn.cpp
event.cpp
effects.cpp
dseldlg.cpp
Generating Code...
Compiling...
dpycmn.cpp
docview.cpp
docmdi.cpp
dobjcmn.cpp
dndcmn.cpp
dlgcmn.cpp
dcgraph.cpp
dcbufcmn.cpp
dcbase.cpp
datacmn.cpp
ctrlsub.cpp
ctrlcmn.cpp
cshelp.cpp
containr.cpp
combocmn.cpp
colourcmn.cpp
cmndata.cpp
cmdproc.cpp
clrpickercmn.cpp
clipcmn.cpp
Generating Code...
Compiling...
choiccmn.cpp
bookctrl.cpp
bmpbase.cpp
artstd.cpp
artprov.cpp
appcmn.cpp
anidecod.cpp
Generating Code...
Compiling...
accesscmn.cpp
vscroll.cpp
vlbox.cpp
treectlg.cpp
treebkg.cpp
toolbkg.cpp
tipwin.cpp
textdlgg.cpp
statusbr.cpp
srchctlg.cpp
splitter.cpp
spinctlg.cpp
selstore.cpp
scrlwing.cpp
renderg.cpp
progdlgg.cpp
prntdlgg.cpp
printps.cpp
panelg.cpp
numdlgg.cpp
Generating Code...
Compiling...
logg.cpp
listbkg.cpp
Generating Code...
Compiling...
pngwutil.c
pngwtran.c
pngwrite.c
pngwio.c
pngvcrd.c
pngtrans.c
pngtest.c
pngset.c
pngrutil.c
pngrtran.c
pngrio.c
pngread.c
pngpread.c
pngmem.c
pngget.c
pnggccrd.c
pngerror.c
png.c
Generating Code...
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Externals\wxWidgets\build\msw\wxCore28_Win32\Release\BuildLog.htm"
wxCore28 - 0 error(s), 0 warning(s)
------ Rebuild All started: Project: zlib, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'zlib', configuration 'Release|Win32'
Compiling...
adler32.c
zutil.c
uncompr.c
trees.c
inftrees.c
inflate.c
inffast.c
infback.c
gzio.c
deflate.c
crc32.c
compress.c
Generating Code...
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Externals\zlib\Win32\Release\BuildLog.htm"
zlib - 0 error(s), 0 warning(s)
------ Rebuild All started: Project: VideoCommon, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'VideoCommon', configuration 'Release|Win32'
Compiling...
BPMemory.cpp
XFMemory.cpp
XFBConvert.cpp
VideoState.cpp
TextureDecoder.cpp
Profiler.cpp
LookUpTables.cpp
Fifo.cpp
CPMemory.cpp
Creating library...
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\dolphin-emu\Source\Core\VideoCommon\Win32\Release\BuildLog.htm"
VideoCommon - 0 error(s), 0 warning(s)
------ Rebuild All started: Project: DebuggerWX, Configuration: Release Win32 ------
Deleting intermediate and output files for project 'DebuggerWX', configuration 'Release|Win32'
Compiling...
BreakpointView.cpp
RegisterWindow.cpp
MemoryWindow.cpp
MemoryCheckDlg.cpp
LogWindow.cpp
JitWindow.cpp
Debugger.cpp
BreakpointWindow.cpp
BreakPointDlg.cpp
RegisterView.cpp
MemoryView.cpp
CodeView.cpp
Generating Code...
Compiling...
CodeWindow.cpp
Compiling...
toolbar_play.c
toolbar_pause.c
toolbar_delete.c
toolbar_add_memorycheck.c
toolbar_add_breakpoint.c
Generating Code...
Creating library...
rpcrt4.lib(RPCRT4.dll) : warning LNK4006: __NULL_IMPORT_DESCRIPTOR already defined in comctl32.lib(COMCTL32.dll); second definition ignored
rpcrt4.lib(RPCRT4.dll) : warning LNK4221: no public symbols found; archive member will be inaccessible
Debugger.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
toolbar_play.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
toolbar_pause.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
toolbar_delete.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
toolbar_add_memorycheck.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
toolbar_add_breakpoint.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
Build log was saved at "file://c:\Documents and Settings\Junior\Desktop\