..:: PCSX2 Forums ::..

Full Version: Compile Guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
now we know why I run linux.. lol try using no username and password, does it still fail?
(05-09-2009, 07:01 PM)Saiki Wrote: [ -> ]now we know why I run linux.. lol try using no username and password, does it still fail?

it says
OPTIONS of 'http://pcsx2.googlecode.com/svn/trunk': authorization failed (http://pcsx2.googlecode.com)
hey guys, can anyone confirm if we can compile it the express version?

my trial ends today and i really don't want to format my pc to get a new trial, and as far as i can remember from 3 months ago, some plugins had some dependencies so we couldn't compile them on the express version
yea you can compile the sources with the express version Smile (but you won't be able to compile gsdx, xpad or cdvdolio if you don't copy the MFC files from your std/pro version Smile)
im trying to compile rev 1343
VC++ directories are ok
tried cleaning and re downloaded from SVN
[Image: th_PCSX.png]
I get two errors when I try to compile the newest rev. of pcsx2

Code:
pcsx2\x86\microVU_Misc.h(69) : error C2059: syntax error : '<<'
pcsx2\x86\microVU.h(71) : error C2065: 'mVUsearchXMM' : undeclared identifier

And the newest GSdx

Code:
plugins\gsdx\stdafx.h(118) : fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory

but that's because Gabest add OGL to his plugin and I don't have the needed files(where can I get them)
(06-12-2009, 11:02 PM)vsub Wrote: [ -> ]And the newest GSdx

Code:
plugins\gsdx\stdafx.h(118) : fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory

but that's because Gabest add OGL to his plugin and I don't have the needed files(where can I get them)
http://www.cs.csustan.edu/~rsc/SDSU/GLUTinstall.html Smile
(06-12-2009, 11:31 PM)LuisR14 Wrote: [ -> ]http://www.cs.csustan.edu/~rsc/SDSU/GLUTinstall.html Smile

When I do that it continues to ask for other files(glext.h,cg.h,cgGL.h and maybe more)
http://www.opengl.org/registry/api/glext.h (save this to the folder where you put glut.h)
http://developer.download.nvidia.com/cg/..._Setup.exe (and install this) Smile
(06-13-2009, 12:01 AM)LuisR14 Wrote: [ -> ]http://www.opengl.org/registry/api/glext.h (save this to the folder where you put glut.h)
http://developer.download.nvidia.com/cg/..._Setup.exe (and install this) Smile

glext.h was in the setup and it's placed where glut.h is.
It works now...now the other problem,pcsx2

btw I just extract the setup and place the files from bin,include and lib folders to the correct places and it's working(I don't need to install it)

Edit: Ok I fixed the problem and find what's wrong with with pcsx2