..:: 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
Hi,
I'm trying to build PCSX2 with Plugins by using VS 2008 Express.
I followed the guide at googlecode.
When I start the build, everything apart from portaudio and consequencial SPU2-X compiles correctly.
Portaudio's build fails with:
Code:
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\host\ASIOConvertSamples.cpp": No such file or directory
4>asiodrivers.cpp
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\host\asiodrivers.cpp": No such file or directory
4>asiolist.cpp
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\host\pc\asiolist.cpp": No such file or directory
4>combase.cpp
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\common\combase.cpp": No such file or directory
4>debugmessage.cpp
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\common\debugmessage.cpp": No such file or directory
4>register.cpp
4>c1xx : fatal error C1083: Datei (Quelle) kann nicht geöffnet werden: "..\..\src\hostapi\asio\ASIOSDK\common\register.cpp": No such file or directory
4>Das Buildprotokoll wurde unter "file://c:\Development\Project Source\PCSX2\3rdparty\portaudio\build\msvc\Win32\Release\BuildLog.htm" gespeichert.
4>portaudio - 8 Fehler, 0 Warnung(en)
(If you don't understand the German phrases, I'll translate).
I looked for the missing files, the folder "ASIOSDK" is empty.
So I went to the pcsx2 project page and browsed the source code, even here that folder is empty.
Do you have any idea to fix this?

Thanks in advance,
ratchet94
(03-30-2011, 10:25 PM)Hungry Man Wrote: [ -> ]GSDX won't work. Getting a dynamic library error.

*sigh* am I gonna have to start with vs2010?

I just installed vs2010 yesterday, grabbed the latest code, and got the same thing you did. It compiles successfully, but when I try to USE it I am told it is not a legitimate DLL. I am guessing its a regression bug in the latest build.

PCSX2 itself compiled beutifully under vs2010. GSDx was much more difficult since I had to look up info on how it now handles includes (per project nonsense which means you need to readd it every time you checkout code)
Well if it's a problem with both VS that's good to know... I'll wait for it to work again.
Just noticed, that my problem was a misconfiguration in the VS2008 solution file.
The Release type of portaudio must be set to "Release (NO ASIO)", since the asio sdk files aren't included in pcsx2's sources.
Maybe someone could fix that in the sln file, or doesn't any1 else have that problem?
(03-31-2011, 01:15 PM)Bright-Warrior Wrote: [ -> ]I already installed all updates available for VS (with the exception of SQL Server 2005 SP4, but I guess that's not the problem...) via Windows Update and the version number says "Version 3.5 SP1". I guess that means I also installed the Service Pack, doesn't it?

Had the same problem, reinstalled SP1, no other changes, and it worked.

Make sure to use the "preparation" tool before installing SP1, just in-case: http://www.microsoft.com/downloads/en/de...laylang=en
Checkpoint r4538

I successfully built pcsx2 excutable and plugins, by VS2008 SP1, I didn't compile unnecessary null plugins.
And GSdx SSE41 is working in game.



(03-27-2011, 04:50 AM)pcsx2fan Wrote: [ -> ]I'm not sure if I set right Properties from TortoiseSVN for changes in r4488, please tell me if I am doing right or wrong.

Now I have time to figure it out. I recalled TortoiseSVN automatically converts end of line to Windows'(CRLF) for each file downloaded from google code where source code file is storing in Linux text format(LF). We can disregard the effect of r4488 on Windows and no special settings required in TortoiseSVN, just compile pcsx2 as usual.



(03-31-2011, 01:15 PM)Bright-Warrior Wrote: [ -> ]I already installed all updates available for VS (with the exception of SQL Server 2005 SP4, but I guess that's not the problem...) via Windows Update and the version number says "Version 3.5 SP1". I guess that means I also installed the Service Pack, doesn't it?

I answered it in former post for someone else.
(02-15-2011, 09:38 PM)pcsx2fan Wrote: [ -> ]"Version 3.5 SP1" is the version below Microsoft .NET Framework

I guess "Version 9.0.21022.8 RTM" is the version below Microsoft Visual Studio 2008, where my string is "Version 9.0.30729.1 SP" without quotes.

You should download and install VS2008 SP1 in addition to VS2008 you installed already.
http://www.microsoft.com/downloads/detai...laylang=en&FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61
Hello all! I try to compile the emulator but i try i got some error i need this file ->

1>GPUDrawScanlineCodeGenerator.obj : error LNK2001: symbole externe non résolu ___xgetbv

It's on GSDx Plugins .

Thanks in advance!
That was probably answered a few times - update your VS2008 to SP1.
Ok Thanks ! i try to update my VS2008 to SP1 thanks!
Hi everyone. I'm new to here ,I want to know what's the difference between the compiled plugin version rxxxx and rxxxxm , why my compiled plugins always has "m" after the name ? The others people compiled plugin didn't with "m"?
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