..:: PCSX2 Forums ::..

Full Version: Windows - Compile Guide and Support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Hello everyone! I can't compile last revisions of SPU-X. VS2008 Express spams me with this:
SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_Initialize
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetErrorText
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetDeviceCount
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetDeviceInfo
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetHostApiInfo
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetHostApiCount
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_OpenStream
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_OpenDefaultStream
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_Terminate
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_StartStream
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_CloseStream
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_IsStreamActive
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_StopStream
1>SndOut_Portaudio.obj : error LNK2001: unresolved external symbol _Pa_GetStreamWriteAvailable
1>C:\Users\Антон\Desktop\pcsx2SVN\plugins\spu2-x\src\Windows\\bin\plugins\SPU2-X.dll : fatal error LNK1120: 14 unresolved externals
1>Build log was saved at "file://c:\Users\Антон\Desktop\pcsx2SVN\plugins\spu2-x\src\Windows\Win32\Release\BuildLog.htm"
1>SPU2-X - 15 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Just don't know what to do....
Compile 'portaudio' first.
(03-09-2010, 11:27 PM)Bositman Wrote: [ -> ]Compile 'portaudio' first.
Done... Now I have portaudio_x86_noasio.dll, but it does not change anything. I still can't compile SPU2-X... I'm so dumb sometimes...
Did you try cleaning and rebuilding? It still compiles normal in express here.
(03-11-2010, 05:44 AM)Shadow Lady Wrote: [ -> ]Did you try cleaning and rebuilding? It still compiles normal in express here.

Yes I tried... Ok. I've got SPU2-X.dll (1,5mb is it normal?). Put it in plugins folder, but PCSX2 tells me that " The configured SPU2 plugin file is not a valid dynamic library". Hm, I can build everyting I need, but not this damn plugin, when I need it so much.... (I want to play Fatal Frame 1\2 on my pc badly...).
You can download it already from the new plugin pack:
http://forums.pcsx2.net/thread-6830-post...l#pid74682
Thanks! Excuse me for bothering you...Blush
I have 2 problems when I try to compile pcsx2:

First:
28>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(970,23): error MSB4198: The expression "DirectoryName" cannot be evaluated on item ""D:\PCSX2 SVN\bin\pcsx2.pdb"". Illegal characters in path.


when I erase it, another error appears:
"couldn't include wxCore28.lib"


I'm tired to make this works! If someone could upload a release for me, I'd thank!
where microsoft visual studio 2008 saves compiled exe and plugins?after build success can't find pcsx 2!!!someone !!!

look very good pcsx2 0.9.7,but have a lot of errors
Update the SVN in real time and give it another try. it is SVN r2786 at this moment and pcsx2 itself is r2780 can be compiled in Visual Studio 2008 Professional SP1. No errors during compilation.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36