Compile Guide
For the zerospu2:

add "-DENABLE_NLS=1" to CFLAGS/CPPFLAGS/CXXFLAGS in the makefile will solve the problem. I still do not have any clue how to solve the 2nd one.
Reply

Sponsored links

(02-17-2009, 06:40 AM)wsun013 Wrote: For the zerospu2:

add "-DENABLE_NLS=1" to CFLAGS/CPPFLAGS/CXXFLAGS in the makefile will solve the problem. I still do not have any clue how to solve the 2nd one.

I just found out that I was using gcc 4.1, change to version 4.3 and compile fine now.
Reply
(02-17-2009, 02:44 AM)tabasket Wrote: THANK YOU LUIS! I never noticed that you could select include or lib from that drop down menu -.-

darkt123, make sure that when you add the lib files for sdk, add the x64 and x86 folder separately.
you're welcome. Laugh
glad that i was of help. Tongue2
Windows 7 64bit
Intel Pentium Dual-Core E5200 OC to 3.6GHz, Intel GMA x4500, 1GB DDR2

NinjaMight just work on next guideNinja
Reply
I cant compile GSdx. afxwin.h always missing.
Today revision 518, I got a lot of error.
Code:
1>------ Build started: Project: pthreads, Configuration: Release Win32 ------
2>------ Build started: Project: ZeroPAD, Configuration: Release Win32 ------
1>Compiling...
2>Performing Pre-Build Event...
1>attr.c
2>SubWCRev 1.5.6, Build 14908 - 32 Bit
2>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
2>Params:
2>WorkingCopyPath    :   path to a Subversion working copy.
2>SrcVersionFile     :   path to a template file containing keywords.
2>DstVersionFile     :   path to save the resulting parsed file.
2>-n                 :   if given, then SubWCRev will error if the working
2>                       copy contains local modifications.
2>-m                 :   if given, then SubWCRev will error if the working
2>                       copy contains mixed revisions.
2>-d                 :   if given, then SubWCRev will only do its job if
2>                       DstVersionFile does not exist.
2>-f                 :   if given, then SubWCRev will include the
2>                       last-committed revision of folders. Default is
2>                       to use only files to get the revision numbers.
2>                       this only affects $WCREV$ and $WCDATE$.
2>-e                 :   if given, also include dirs which are included
2>                       with svn:externals, but only if they're from the
2>                       same repository.
2>-x                 :   if given, then SubWCRev will write the revisions
2>                       numbers in HEX instead of decimal
2>-X                 :   if given, then SubWCRev will write the revisions
2>                       numbers in HEX with '0x' before them
2>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
2>SubWCRev reads the Subversion status of all files in a working copy
2>excluding externals. If SrcVersionFile is specified, it is scanned
2>for special placeholders of the form "$WCxxx$".
2>SrcVersionFile is then copied to DstVersionFile but the placeholders
2>are replaced with information about the working copy as follows:
2>$WCREV$      Highest committed revision number
2>$WCDATE$     Date of highest committed revision
2>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
2>$WCRANGE$    Update revision range
2>$WCURL$      Repository URL of the working copy
2>$WCNOW$      Current system date & time
2>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
2>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
2>TrueText if the tested condition is true, and FalseText if false.
2>$WCMODS$     True if local modifications found
2>$WCMIXED$    True if mixed update revisions found
2>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
2>than 64 characters, and must not produce output greater than 128 characters.
2>\PCSX2\plugins\zeropad\Windows\vsprops\svnrev_unknown.h was unexpected at this time.
1>tsd.c
1>sync.c
1>spin.c
1>signal.c
1>semaphore.c
1>sched.c
1>rwlock.c
1>private.c
1>nonportable.c
1>mutex.c
1>misc.c
1>global.c
1>fork.c
1>exit.c
1>errno.c
1>create.c
1>condvar.c
1>cleanup.c
1>cancel.c
1>Compiling...
1>barrier.c
1>Creating library...
2>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
2>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zeropad\Windows\Release\BuildLog.htm"
2>ZeroPAD - 1 error(s), 0 warning(s)
3>------ Build started: Project: CDVDiso, Configuration: Release Win32 ------
3>Performing Pre-Build Event...
1>Creating browse information file...
3>SubWCRev 1.5.6, Build 14908 - 32 Bit
3>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
3>Params:
3>WorkingCopyPath    :   path to a Subversion working copy.
3>SrcVersionFile     :   path to a template file containing keywords.
3>DstVersionFile     :   path to save the resulting parsed file.
3>-n                 :   if given, then SubWCRev will error if the working
3>                       copy contains local modifications.
3>-m                 :   if given, then SubWCRev will error if the working
3>                       copy contains mixed revisions.
3>-d                 :   if given, then SubWCRev will only do its job if
3>                       DstVersionFile does not exist.
3>-f                 :   if given, then SubWCRev will include the
3>                       last-committed revision of folders. Default is
3>                       to use only files to get the revision numbers.
3>                       this only affects $WCREV$ and $WCDATE$.
3>-e                 :   if given, also include dirs which are included
3>                       with svn:externals, but only if they're from the
3>                       same repository.
3>-x                 :   if given, then SubWCRev will write the revisions
3>                       numbers in HEX instead of decimal
3>-X                 :   if given, then SubWCRev will write the revisions
3>                       numbers in HEX with '0x' before them
3>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
3>SubWCRev reads the Subversion status of all files in a working copy
3>excluding externals. If SrcVersionFile is specified, it is scanned
3>for special placeholders of the form "$WCxxx$".
3>SrcVersionFile is then copied to DstVersionFile but the placeholders
3>are replaced with information about the working copy as follows:
3>$WCREV$      Highest committed revision number
3>$WCDATE$     Date of highest committed revision
3>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
3>$WCRANGE$    Update revision range
3>$WCURL$      Repository URL of the working copy
3>$WCNOW$      Current system date & time
3>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
3>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
3>TrueText if the tested condition is true, and FalseText if false.
3>$WCMODS$     True if local modifications found
3>$WCMIXED$    True if mixed update revisions found
3>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
3>than 64 characters, and must not produce output greater than 128 characters.
3>\PCSX2\plugins\CDVDiso\src\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
3>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
3>Creating browse information file...
3>Microsoft Browse Information Maintenance Utility Version 9.00.30729
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>BSCMAKE: error BK1506 : cannot open file '.\Release\Config.sbr': No such file or directory
3>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\CDVDiso\src\Win32\Release\BuildLog.htm"
3>CDVDiso - 2 error(s), 0 warning(s)
4>------ Build started: Project: ZeroSPU2, Configuration: Release Win32 ------
4>Performing Pre-Build Event...
4>SubWCRev 1.5.6, Build 14908 - 32 Bit
4>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
4>Params:
4>WorkingCopyPath    :   path to a Subversion working copy.
4>SrcVersionFile     :   path to a template file containing keywords.
4>DstVersionFile     :   path to save the resulting parsed file.
4>-n                 :   if given, then SubWCRev will error if the working
4>                       copy contains local modifications.
4>-m                 :   if given, then SubWCRev will error if the working
4>                       copy contains mixed revisions.
4>-d                 :   if given, then SubWCRev will only do its job if
4>                       DstVersionFile does not exist.
4>-f                 :   if given, then SubWCRev will include the
4>                       last-committed revision of folders. Default is
4>                       to use only files to get the revision numbers.
4>                       this only affects $WCREV$ and $WCDATE$.
4>-e                 :   if given, also include dirs which are included
4>                       with svn:externals, but only if they're from the
4>                       same repository.
4>-x                 :   if given, then SubWCRev will write the revisions
4>                       numbers in HEX instead of decimal
4>-X                 :   if given, then SubWCRev will write the revisions
4>                       numbers in HEX with '0x' before them
4>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
4>SubWCRev reads the Subversion status of all files in a working copy
4>excluding externals. If SrcVersionFile is specified, it is scanned
4>for special placeholders of the form "$WCxxx$".
4>SrcVersionFile is then copied to DstVersionFile but the placeholders
4>are replaced with information about the working copy as follows:
4>$WCREV$      Highest committed revision number
4>$WCDATE$     Date of highest committed revision
4>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
4>$WCRANGE$    Update revision range
4>$WCURL$      Repository URL of the working copy
4>$WCNOW$      Current system date & time
4>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
4>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
4>TrueText if the tested condition is true, and FalseText if false.
4>$WCMODS$     True if local modifications found
4>$WCMIXED$    True if mixed update revisions found
4>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
4>than 64 characters, and must not produce output greater than 128 characters.
4>\PCSX2\plugins\zerospu2\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
4>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
4>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zerospu2\Win32\Release\BuildLog.htm"
4>ZeroSPU2 - 1 error(s), 0 warning(s)
5>------ Build started: Project: ZeroGS, Configuration: Release Win32 ------
5>Performing Pre-Build Event...
5>SubWCRev 1.5.6, Build 14908 - 32 Bit
5>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
5>Params:
5>WorkingCopyPath    :   path to a Subversion working copy.
5>SrcVersionFile     :   path to a template file containing keywords.
5>DstVersionFile     :   path to save the resulting parsed file.
5>-n                 :   if given, then SubWCRev will error if the working
5>                       copy contains local modifications.
5>-m                 :   if given, then SubWCRev will error if the working
5>                       copy contains mixed revisions.
5>-d                 :   if given, then SubWCRev will only do its job if
5>                       DstVersionFile does not exist.
5>-f                 :   if given, then SubWCRev will include the
5>                       last-committed revision of folders. Default is
5>                       to use only files to get the revision numbers.
5>                       this only affects $WCREV$ and $WCDATE$.
5>-e                 :   if given, also include dirs which are included
5>                       with svn:externals, but only if they're from the
5>                       same repository.
5>-x                 :   if given, then SubWCRev will write the revisions
5>                       numbers in HEX instead of decimal
5>-X                 :   if given, then SubWCRev will write the revisions
5>                       numbers in HEX with '0x' before them
5>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
5>SubWCRev reads the Subversion status of all files in a working copy
5>excluding externals. If SrcVersionFile is specified, it is scanned
5>for special placeholders of the form "$WCxxx$".
5>SrcVersionFile is then copied to DstVersionFile but the placeholders
5>are replaced with information about the working copy as follows:
5>$WCREV$      Highest committed revision number
5>$WCDATE$     Date of highest committed revision
5>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
5>$WCRANGE$    Update revision range
5>$WCURL$      Repository URL of the working copy
5>$WCNOW$      Current system date & time
5>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
5>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
5>TrueText if the tested condition is true, and FalseText if false.
5>$WCMODS$     True if local modifications found
5>$WCMIXED$    True if mixed update revisions found
5>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
5>than 64 characters, and must not produce output greater than 128 characters.
5>\PCSX2\plugins\zerogs\dx\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
5>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
5>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zerogs\dx\Win32\Release\BuildLog.htm"
5>ZeroGS - 1 error(s), 0 warning(s)
6>------ Build started: Project: SPU2-X, Configuration: Release Win32 ------
6>Performing Pre-Build Event...
6>SubWCRev 1.5.6, Build 14908 - 32 Bit
6>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
6>Params:
6>WorkingCopyPath    :   path to a Subversion working copy.
6>SrcVersionFile     :   path to a template file containing keywords.
6>DstVersionFile     :   path to save the resulting parsed file.
6>-n                 :   if given, then SubWCRev will error if the working
6>                       copy contains local modifications.
6>-m                 :   if given, then SubWCRev will error if the working
6>                       copy contains mixed revisions.
6>-d                 :   if given, then SubWCRev will only do its job if
6>                       DstVersionFile does not exist.
6>-f                 :   if given, then SubWCRev will include the
6>                       last-committed revision of folders. Default is
6>                       to use only files to get the revision numbers.
6>                       this only affects $WCREV$ and $WCDATE$.
6>-e                 :   if given, also include dirs which are included
6>                       with svn:externals, but only if they're from the
6>                       same repository.
6>-x                 :   if given, then SubWCRev will write the revisions
6>                       numbers in HEX instead of decimal
6>-X                 :   if given, then SubWCRev will write the revisions
6>                       numbers in HEX with '0x' before them
6>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
6>SubWCRev reads the Subversion status of all files in a working copy
6>excluding externals. If SrcVersionFile is specified, it is scanned
6>for special placeholders of the form "$WCxxx$".
6>SrcVersionFile is then copied to DstVersionFile but the placeholders
6>are replaced with information about the working copy as follows:
6>$WCREV$      Highest committed revision number
6>$WCDATE$     Date of highest committed revision
6>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
6>$WCRANGE$    Update revision range
6>$WCURL$      Repository URL of the working copy
6>$WCNOW$      Current system date & time
6>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
6>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
6>TrueText if the tested condition is true, and FalseText if false.
6>$WCMODS$     True if local modifications found
6>$WCMIXED$    True if mixed update revisions found
6>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
6>than 64 characters, and must not produce output greater than 128 characters.
6>\PCSX2\plugins\spu2-x\src\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
6>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
6>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\spu2-x\src\Win32\Release\BuildLog.htm"
6>SPU2-X - 1 error(s), 0 warning(s)
7>------ Build started: Project: GSdx, Configuration: Release SSE2 Win32 ------
7>Performing Pre-Build Event...
7>SubWCRev 1.5.6, Build 14908 - 32 Bit
7>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
7>Params:
7>WorkingCopyPath    :   path to a Subversion working copy.
7>SrcVersionFile     :   path to a template file containing keywords.
7>DstVersionFile     :   path to save the resulting parsed file.
7>-n                 :   if given, then SubWCRev will error if the working
7>                       copy contains local modifications.
7>-m                 :   if given, then SubWCRev will error if the working
7>                       copy contains mixed revisions.
7>-d                 :   if given, then SubWCRev will only do its job if
7>                       DstVersionFile does not exist.
7>-f                 :   if given, then SubWCRev will include the
7>                       last-committed revision of folders. Default is
7>                       to use only files to get the revision numbers.
7>                       this only affects $WCREV$ and $WCDATE$.
7>-e                 :   if given, also include dirs which are included
7>                       with svn:externals, but only if they're from the
7>                       same repository.
7>-x                 :   if given, then SubWCRev will write the revisions
7>                       numbers in HEX instead of decimal
7>-X                 :   if given, then SubWCRev will write the revisions
7>                       numbers in HEX with '0x' before them
7>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
7>SubWCRev reads the Subversion status of all files in a working copy
7>excluding externals. If SrcVersionFile is specified, it is scanned
7>for special placeholders of the form "$WCxxx$".
7>SrcVersionFile is then copied to DstVersionFile but the placeholders
7>are replaced with information about the working copy as follows:
7>$WCREV$      Highest committed revision number
7>$WCDATE$     Date of highest committed revision
7>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
7>$WCRANGE$    Update revision range
7>$WCURL$      Repository URL of the working copy
7>$WCNOW$      Current system date & time
7>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
7>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
7>TrueText if the tested condition is true, and FalseText if false.
7>$WCMODS$     True if local modifications found
7>$WCMIXED$    True if mixed update revisions found
7>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
7>than 64 characters, and must not produce output greater than 128 characters.
7>\PCSX2\plugins\GSdx\vsprops\svnrev_unknown.h was unexpected at this time.
7>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
7>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\GSdx\Win32\Release SSE2\BuildLog.htm"
7>GSdx - 1 error(s), 0 warning(s)
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\pcsx2\windows\VCprojects\Release\pthreads\BuildLog.htm"
1>pthreads - 0 error(s), 0 warning(s)
8>------ Build started: Project: pcsx2, Configuration: Release Win32 ------
8>Performing Pre-Build Event...
8>SubWCRev 1.5.6, Build 14908 - 32 Bit
8>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
8>Params:
8>WorkingCopyPath    :   path to a Subversion working copy.
8>SrcVersionFile     :   path to a template file containing keywords.
8>DstVersionFile     :   path to save the resulting parsed file.
8>-n                 :   if given, then SubWCRev will error if the working
8>                       copy contains local modifications.
8>-m                 :   if given, then SubWCRev will error if the working
8>                       copy contains mixed revisions.
8>-d                 :   if given, then SubWCRev will only do its job if
8>                       DstVersionFile does not exist.
8>-f                 :   if given, then SubWCRev will include the
8>                       last-committed revision of folders. Default is
8>                       to use only files to get the revision numbers.
8>                       this only affects $WCREV$ and $WCDATE$.
8>-e                 :   if given, also include dirs which are included
8>                       with svn:externals, but only if they're from the
8>                       same repository.
8>-x                 :   if given, then SubWCRev will write the revisions
8>                       numbers in HEX instead of decimal
8>-X                 :   if given, then SubWCRev will write the revisions
8>                       numbers in HEX with '0x' before them
8>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
8>SubWCRev reads the Subversion status of all files in a working copy
8>excluding externals. If SrcVersionFile is specified, it is scanned
8>for special placeholders of the form "$WCxxx$".
8>SrcVersionFile is then copied to DstVersionFile but the placeholders
8>are replaced with information about the working copy as follows:
8>$WCREV$      Highest committed revision number
8>$WCDATE$     Date of highest committed revision
8>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
8>$WCRANGE$    Update revision range
8>$WCURL$      Repository URL of the working copy
8>$WCNOW$      Current system date & time
8>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
8>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
8>TrueText if the tested condition is true, and FalseText if false.
8>$WCMODS$     True if local modifications found
8>$WCMIXED$    True if mixed update revisions found
8>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
8>than 64 characters, and must not produce output greater than 128 characters.
8>\PCSX2\pcsx2\windows\VCprojects\vsprops\svnrev_unknown.h was unexpected at this time.
8>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
8>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\pcsx2\windows\VCprojects\Release\BuildLog.htm"
8>pcsx2 - 1 error(s), 0 warning(s)
========== Build: 1 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
Reply
Compiles just fine. As always tho...
Reply
(02-17-2009, 02:46 PM)keikeik Wrote: Today revision 518, I got a lot of error.
Code:
1>------ Build started: Project: pthreads, Configuration: Release Win32 ------
2>------ Build started: Project: ZeroPAD, Configuration: Release Win32 ------
1>Compiling...
2>Performing Pre-Build Event...
1>attr.c
2>SubWCRev 1.5.6, Build 14908 - 32 Bit
2>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
2>Params:
2>WorkingCopyPath    :   path to a Subversion working copy.
2>SrcVersionFile     :   path to a template file containing keywords.
2>DstVersionFile     :   path to save the resulting parsed file.
2>-n                 :   if given, then SubWCRev will error if the working
2>                       copy contains local modifications.
2>-m                 :   if given, then SubWCRev will error if the working
2>                       copy contains mixed revisions.
2>-d                 :   if given, then SubWCRev will only do its job if
2>                       DstVersionFile does not exist.
2>-f                 :   if given, then SubWCRev will include the
2>                       last-committed revision of folders. Default is
2>                       to use only files to get the revision numbers.
2>                       this only affects $WCREV$ and $WCDATE$.
2>-e                 :   if given, also include dirs which are included
2>                       with svn:externals, but only if they're from the
2>                       same repository.
2>-x                 :   if given, then SubWCRev will write the revisions
2>                       numbers in HEX instead of decimal
2>-X                 :   if given, then SubWCRev will write the revisions
2>                       numbers in HEX with '0x' before them
2>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
2>SubWCRev reads the Subversion status of all files in a working copy
2>excluding externals. If SrcVersionFile is specified, it is scanned
2>for special placeholders of the form "$WCxxx$".
2>SrcVersionFile is then copied to DstVersionFile but the placeholders
2>are replaced with information about the working copy as follows:
2>$WCREV$      Highest committed revision number
2>$WCDATE$     Date of highest committed revision
2>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
2>$WCRANGE$    Update revision range
2>$WCURL$      Repository URL of the working copy
2>$WCNOW$      Current system date & time
2>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
2>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
2>TrueText if the tested condition is true, and FalseText if false.
2>$WCMODS$     True if local modifications found
2>$WCMIXED$    True if mixed update revisions found
2>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
2>than 64 characters, and must not produce output greater than 128 characters.
2>\PCSX2\plugins\zeropad\Windows\vsprops\svnrev_unknown.h was unexpected at this time.
1>tsd.c
1>sync.c
1>spin.c
1>signal.c
1>semaphore.c
1>sched.c
1>rwlock.c
1>private.c
1>nonportable.c
1>mutex.c
1>misc.c
1>global.c
1>fork.c
1>exit.c
1>errno.c
1>create.c
1>condvar.c
1>cleanup.c
1>cancel.c
1>Compiling...
1>barrier.c
1>Creating library...
2>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
2>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zeropad\Windows\Release\BuildLog.htm"
2>ZeroPAD - 1 error(s), 0 warning(s)
3>------ Build started: Project: CDVDiso, Configuration: Release Win32 ------
3>Performing Pre-Build Event...
1>Creating browse information file...
3>SubWCRev 1.5.6, Build 14908 - 32 Bit
3>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
3>Params:
3>WorkingCopyPath    :   path to a Subversion working copy.
3>SrcVersionFile     :   path to a template file containing keywords.
3>DstVersionFile     :   path to save the resulting parsed file.
3>-n                 :   if given, then SubWCRev will error if the working
3>                       copy contains local modifications.
3>-m                 :   if given, then SubWCRev will error if the working
3>                       copy contains mixed revisions.
3>-d                 :   if given, then SubWCRev will only do its job if
3>                       DstVersionFile does not exist.
3>-f                 :   if given, then SubWCRev will include the
3>                       last-committed revision of folders. Default is
3>                       to use only files to get the revision numbers.
3>                       this only affects $WCREV$ and $WCDATE$.
3>-e                 :   if given, also include dirs which are included
3>                       with svn:externals, but only if they're from the
3>                       same repository.
3>-x                 :   if given, then SubWCRev will write the revisions
3>                       numbers in HEX instead of decimal
3>-X                 :   if given, then SubWCRev will write the revisions
3>                       numbers in HEX with '0x' before them
3>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
3>SubWCRev reads the Subversion status of all files in a working copy
3>excluding externals. If SrcVersionFile is specified, it is scanned
3>for special placeholders of the form "$WCxxx$".
3>SrcVersionFile is then copied to DstVersionFile but the placeholders
3>are replaced with information about the working copy as follows:
3>$WCREV$      Highest committed revision number
3>$WCDATE$     Date of highest committed revision
3>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
3>$WCRANGE$    Update revision range
3>$WCURL$      Repository URL of the working copy
3>$WCNOW$      Current system date & time
3>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
3>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
3>TrueText if the tested condition is true, and FalseText if false.
3>$WCMODS$     True if local modifications found
3>$WCMIXED$    True if mixed update revisions found
3>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
3>than 64 characters, and must not produce output greater than 128 characters.
3>\PCSX2\plugins\CDVDiso\src\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
3>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
3>Creating browse information file...
3>Microsoft Browse Information Maintenance Utility Version 9.00.30729
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>BSCMAKE: error BK1506 : cannot open file '.\Release\Config.sbr': No such file or directory
3>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\CDVDiso\src\Win32\Release\BuildLog.htm"
3>CDVDiso - 2 error(s), 0 warning(s)
4>------ Build started: Project: ZeroSPU2, Configuration: Release Win32 ------
4>Performing Pre-Build Event...
4>SubWCRev 1.5.6, Build 14908 - 32 Bit
4>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
4>Params:
4>WorkingCopyPath    :   path to a Subversion working copy.
4>SrcVersionFile     :   path to a template file containing keywords.
4>DstVersionFile     :   path to save the resulting parsed file.
4>-n                 :   if given, then SubWCRev will error if the working
4>                       copy contains local modifications.
4>-m                 :   if given, then SubWCRev will error if the working
4>                       copy contains mixed revisions.
4>-d                 :   if given, then SubWCRev will only do its job if
4>                       DstVersionFile does not exist.
4>-f                 :   if given, then SubWCRev will include the
4>                       last-committed revision of folders. Default is
4>                       to use only files to get the revision numbers.
4>                       this only affects $WCREV$ and $WCDATE$.
4>-e                 :   if given, also include dirs which are included
4>                       with svn:externals, but only if they're from the
4>                       same repository.
4>-x                 :   if given, then SubWCRev will write the revisions
4>                       numbers in HEX instead of decimal
4>-X                 :   if given, then SubWCRev will write the revisions
4>                       numbers in HEX with '0x' before them
4>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
4>SubWCRev reads the Subversion status of all files in a working copy
4>excluding externals. If SrcVersionFile is specified, it is scanned
4>for special placeholders of the form "$WCxxx$".
4>SrcVersionFile is then copied to DstVersionFile but the placeholders
4>are replaced with information about the working copy as follows:
4>$WCREV$      Highest committed revision number
4>$WCDATE$     Date of highest committed revision
4>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
4>$WCRANGE$    Update revision range
4>$WCURL$      Repository URL of the working copy
4>$WCNOW$      Current system date & time
4>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
4>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
4>TrueText if the tested condition is true, and FalseText if false.
4>$WCMODS$     True if local modifications found
4>$WCMIXED$    True if mixed update revisions found
4>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
4>than 64 characters, and must not produce output greater than 128 characters.
4>\PCSX2\plugins\zerospu2\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
4>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
4>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zerospu2\Win32\Release\BuildLog.htm"
4>ZeroSPU2 - 1 error(s), 0 warning(s)
5>------ Build started: Project: ZeroGS, Configuration: Release Win32 ------
5>Performing Pre-Build Event...
5>SubWCRev 1.5.6, Build 14908 - 32 Bit
5>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
5>Params:
5>WorkingCopyPath    :   path to a Subversion working copy.
5>SrcVersionFile     :   path to a template file containing keywords.
5>DstVersionFile     :   path to save the resulting parsed file.
5>-n                 :   if given, then SubWCRev will error if the working
5>                       copy contains local modifications.
5>-m                 :   if given, then SubWCRev will error if the working
5>                       copy contains mixed revisions.
5>-d                 :   if given, then SubWCRev will only do its job if
5>                       DstVersionFile does not exist.
5>-f                 :   if given, then SubWCRev will include the
5>                       last-committed revision of folders. Default is
5>                       to use only files to get the revision numbers.
5>                       this only affects $WCREV$ and $WCDATE$.
5>-e                 :   if given, also include dirs which are included
5>                       with svn:externals, but only if they're from the
5>                       same repository.
5>-x                 :   if given, then SubWCRev will write the revisions
5>                       numbers in HEX instead of decimal
5>-X                 :   if given, then SubWCRev will write the revisions
5>                       numbers in HEX with '0x' before them
5>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
5>SubWCRev reads the Subversion status of all files in a working copy
5>excluding externals. If SrcVersionFile is specified, it is scanned
5>for special placeholders of the form "$WCxxx$".
5>SrcVersionFile is then copied to DstVersionFile but the placeholders
5>are replaced with information about the working copy as follows:
5>$WCREV$      Highest committed revision number
5>$WCDATE$     Date of highest committed revision
5>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
5>$WCRANGE$    Update revision range
5>$WCURL$      Repository URL of the working copy
5>$WCNOW$      Current system date & time
5>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
5>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
5>TrueText if the tested condition is true, and FalseText if false.
5>$WCMODS$     True if local modifications found
5>$WCMIXED$    True if mixed update revisions found
5>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
5>than 64 characters, and must not produce output greater than 128 characters.
5>\PCSX2\plugins\zerogs\dx\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
5>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
5>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\zerogs\dx\Win32\Release\BuildLog.htm"
5>ZeroGS - 1 error(s), 0 warning(s)
6>------ Build started: Project: SPU2-X, Configuration: Release Win32 ------
6>Performing Pre-Build Event...
6>SubWCRev 1.5.6, Build 14908 - 32 Bit
6>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
6>Params:
6>WorkingCopyPath    :   path to a Subversion working copy.
6>SrcVersionFile     :   path to a template file containing keywords.
6>DstVersionFile     :   path to save the resulting parsed file.
6>-n                 :   if given, then SubWCRev will error if the working
6>                       copy contains local modifications.
6>-m                 :   if given, then SubWCRev will error if the working
6>                       copy contains mixed revisions.
6>-d                 :   if given, then SubWCRev will only do its job if
6>                       DstVersionFile does not exist.
6>-f                 :   if given, then SubWCRev will include the
6>                       last-committed revision of folders. Default is
6>                       to use only files to get the revision numbers.
6>                       this only affects $WCREV$ and $WCDATE$.
6>-e                 :   if given, also include dirs which are included
6>                       with svn:externals, but only if they're from the
6>                       same repository.
6>-x                 :   if given, then SubWCRev will write the revisions
6>                       numbers in HEX instead of decimal
6>-X                 :   if given, then SubWCRev will write the revisions
6>                       numbers in HEX with '0x' before them
6>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
6>SubWCRev reads the Subversion status of all files in a working copy
6>excluding externals. If SrcVersionFile is specified, it is scanned
6>for special placeholders of the form "$WCxxx$".
6>SrcVersionFile is then copied to DstVersionFile but the placeholders
6>are replaced with information about the working copy as follows:
6>$WCREV$      Highest committed revision number
6>$WCDATE$     Date of highest committed revision
6>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
6>$WCRANGE$    Update revision range
6>$WCURL$      Repository URL of the working copy
6>$WCNOW$      Current system date & time
6>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
6>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
6>TrueText if the tested condition is true, and FalseText if false.
6>$WCMODS$     True if local modifications found
6>$WCMIXED$    True if mixed update revisions found
6>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
6>than 64 characters, and must not produce output greater than 128 characters.
6>\PCSX2\plugins\spu2-x\src\Win32\vsprops\svnrev_unknown.h was unexpected at this time.
6>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
6>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\spu2-x\src\Win32\Release\BuildLog.htm"
6>SPU2-X - 1 error(s), 0 warning(s)
7>------ Build started: Project: GSdx, Configuration: Release SSE2 Win32 ------
7>Performing Pre-Build Event...
7>SubWCRev 1.5.6, Build 14908 - 32 Bit
7>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
7>Params:
7>WorkingCopyPath    :   path to a Subversion working copy.
7>SrcVersionFile     :   path to a template file containing keywords.
7>DstVersionFile     :   path to save the resulting parsed file.
7>-n                 :   if given, then SubWCRev will error if the working
7>                       copy contains local modifications.
7>-m                 :   if given, then SubWCRev will error if the working
7>                       copy contains mixed revisions.
7>-d                 :   if given, then SubWCRev will only do its job if
7>                       DstVersionFile does not exist.
7>-f                 :   if given, then SubWCRev will include the
7>                       last-committed revision of folders. Default is
7>                       to use only files to get the revision numbers.
7>                       this only affects $WCREV$ and $WCDATE$.
7>-e                 :   if given, also include dirs which are included
7>                       with svn:externals, but only if they're from the
7>                       same repository.
7>-x                 :   if given, then SubWCRev will write the revisions
7>                       numbers in HEX instead of decimal
7>-X                 :   if given, then SubWCRev will write the revisions
7>                       numbers in HEX with '0x' before them
7>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
7>SubWCRev reads the Subversion status of all files in a working copy
7>excluding externals. If SrcVersionFile is specified, it is scanned
7>for special placeholders of the form "$WCxxx$".
7>SrcVersionFile is then copied to DstVersionFile but the placeholders
7>are replaced with information about the working copy as follows:
7>$WCREV$      Highest committed revision number
7>$WCDATE$     Date of highest committed revision
7>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
7>$WCRANGE$    Update revision range
7>$WCURL$      Repository URL of the working copy
7>$WCNOW$      Current system date & time
7>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
7>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
7>TrueText if the tested condition is true, and FalseText if false.
7>$WCMODS$     True if local modifications found
7>$WCMIXED$    True if mixed update revisions found
7>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
7>than 64 characters, and must not produce output greater than 128 characters.
7>\PCSX2\plugins\GSdx\vsprops\svnrev_unknown.h was unexpected at this time.
7>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
7>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\plugins\GSdx\Win32\Release SSE2\BuildLog.htm"
7>GSdx - 1 error(s), 0 warning(s)
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\pcsx2\windows\VCprojects\Release\pthreads\BuildLog.htm"
1>pthreads - 0 error(s), 0 warning(s)
8>------ Build started: Project: pcsx2, Configuration: Release Win32 ------
8>Performing Pre-Build Event...
8>SubWCRev 1.5.6, Build 14908 - 32 Bit
8>Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
8>Params:
8>WorkingCopyPath    :   path to a Subversion working copy.
8>SrcVersionFile     :   path to a template file containing keywords.
8>DstVersionFile     :   path to save the resulting parsed file.
8>-n                 :   if given, then SubWCRev will error if the working
8>                       copy contains local modifications.
8>-m                 :   if given, then SubWCRev will error if the working
8>                       copy contains mixed revisions.
8>-d                 :   if given, then SubWCRev will only do its job if
8>                       DstVersionFile does not exist.
8>-f                 :   if given, then SubWCRev will include the
8>                       last-committed revision of folders. Default is
8>                       to use only files to get the revision numbers.
8>                       this only affects $WCREV$ and $WCDATE$.
8>-e                 :   if given, also include dirs which are included
8>                       with svn:externals, but only if they're from the
8>                       same repository.
8>-x                 :   if given, then SubWCRev will write the revisions
8>                       numbers in HEX instead of decimal
8>-X                 :   if given, then SubWCRev will write the revisions
8>                       numbers in HEX with '0x' before them
8>Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
8>SubWCRev reads the Subversion status of all files in a working copy
8>excluding externals. If SrcVersionFile is specified, it is scanned
8>for special placeholders of the form "$WCxxx$".
8>SrcVersionFile is then copied to DstVersionFile but the placeholders
8>are replaced with information about the working copy as follows:
8>$WCREV$      Highest committed revision number
8>$WCDATE$     Date of highest committed revision
8>$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
8>$WCRANGE$    Update revision range
8>$WCURL$      Repository URL of the working copy
8>$WCNOW$      Current system date & time
8>$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
8>Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
8>TrueText if the tested condition is true, and FalseText if false.
8>$WCMODS$     True if local modifications found
8>$WCMIXED$    True if mixed update revisions found
8>The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
8>than 64 characters, and must not produce output greater than 128 characters.
8>\PCSX2\pcsx2\windows\VCprojects\vsprops\svnrev_unknown.h was unexpected at this time.
8>Project : error PRJ0002 : Error result 255 returned from 'C:\WINDOWS\system32\cmd.exe'.
8>Build log was saved at "file://c:\Documents and Settings\HP_Administrator\Desktop\New Folder (2)\PCSX2\pcsx2\windows\VCprojects\Release\BuildLog.htm"
8>pcsx2 - 1 error(s), 0 warning(s)
========== Build: 1 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========
for that you have to open the "GSdx_vs2008.sln" file that is in the plugins folder of the svn, not the "GSdx_vs2008.vcproj" that is in "plugins\GSdx".
Windows 7 64bit
Intel Pentium Dual-Core E5200 OC to 3.6GHz, Intel GMA x4500, 1GB DDR2

NinjaMight just work on next guideNinja
Reply
just to clarify something, you actually can compile pcsx2 under visual studio 2008 express, i've done some testing so i could build it using only the express edition, since eventually the 90 days of trial will be over, not to mention the ton of useless stuff the pro version makes you install...

my conclusions were (until they don't change some dependencies, and i'm assuming you have directx sdk installed):
1. the main executable pcsx2 file can be compiled using just the express edition (properly installed)
2. if i'm not mistaken some other plugin can also be compiled using just the express edition
3. most of the plugins that you should care about cannot be compiled with express alone, they will complain of the missing afxres.h header file, but installing windows platform sdk samples you are given this file in one of the samples, later it complained about another header file which was also on that same sample, so just copy these two files to your include folder and they compile just fine
4. gsdx still cannot be compiled with only this, it requires the afxwin.h file and i'm guessing some other files too (because of it's dependencies), since i couldn't find this anywhere i ended up installing the pro version, but i'm pretty sure you can simply copy this files (in case you know which ones to copy) to your includes folder too, this is what i'm gonna do when my trial ends

maybe this ends up being useful to someone
E8400 @ 3.2GHz - 8800 GT @ stock - 4GB DDR2 800 [actual: 3.5GB with PAE] - WinXP PRO 32bit SP3
[Image: 133779.png]
Reply
pcsx2 executable file were built successfully using VC++ 2008 express.
Most plugins (except GSDX) were also compiled successfully using VC++ 2008 express + DirectX SDK. You have to tell VC++ where to look for DirectX SDK's include files and library files. The settings is in menu Tools, Options, Projects and Solutions, VC++ Directories.
The missing afxres.h can be created easily. Just copy pcsx2\windows\afxresmw.h to the following 4 files : plugins\zeropad\Windows\afxres.h, plugins\CDVDiso\src\Win32\afxres.h, plugins\zerospu2\Win32\afxres.h and plugins\zerogs\dx\Win32\afxres.h.

GSDX depends on Microsoft's ATL (+/-MFC, not sure) which is not included with VC++ express, so it cannot be compiled.
Do someone want to port GSDX to native Win32 (without MFC,ATL) so that it can be built with VC++ express ?
Reply
ATL MFC, yes.
Reply
Hi everyone Smile

I've currently got a problem compiling PCSX2 since some revisions, whatever the SSE version or debug/devel/release type..

Here is my error log :

Code:
        

Exécution d'un événement avant génération...
SubWCRev 1.5.7, Build 15182 - 32 Bit
Usage: SubWCRev WorkingCopyPath [SrcVersionFile DstVersionFile] [-nmdf]
Params:
WorkingCopyPath    :   path to a Subversion working copy.
SrcVersionFile     :   path to a template file containing keywords.
DstVersionFile     :   path to save the resulting parsed file.
-n                 :   if given, then SubWCRev will error if the working
                       copy contains local modifications.
-m                 :   if given, then SubWCRev will error if the working
                       copy contains mixed revisions.
-d                 :   if given, then SubWCRev will only do its job if
                       DstVersionFile does not exist.
-f                 :   if given, then SubWCRev will include the
                       last-committed revision of folders. Default is
                       to use only files to get the revision numbers.
                       this only affects $WCREV$ and $WCDATE$.
-e                 :   if given, also include dirs which are included
                       with svn:externals, but only if they're from the
                       same repository.
-x                 :   if given, then SubWCRev will write the revisions
                       numbers in HEX instead of decimal
-X                 :   if given, then SubWCRev will write the revisions
                       numbers in HEX with '0x' before them
Switches must be given in a single argument, e.g. '-nm' not '-n -m'.
SubWCRev reads the Subversion status of all files in a working copy
excluding externals. If SrcVersionFile is specified, it is scanned
for special placeholders of the form "$WCxxx$".
SrcVersionFile is then copied to DstVersionFile but the placeholders
are replaced with information about the working copy as follows:
$WCREV$      Highest committed revision number
$WCDATE$     Date of highest committed revision
$WCDATE=$    Like $WCDATE$ with an added strftime format after the =
$WCRANGE$    Update revision range
$WCURL$      Repository URL of the working copy
$WCNOW$      Current system date & time
$WCNOW=$     Like $WCNOW$ with an added strftime format after the =
Placeholders of the form "$WCxxx?TrueText:FalseText$" are replaced with
TrueText if the tested condition is true, and FalseText if false.
$WCMODS$     True if local modifications found
$WCMIXED$    True if mixed update revisions found
The strftime format strings for $WCDATE=$ & $WCNOW=$ must not be longer
than 64 characters, and must not produce output greater than 128 characters.
\PCSX2_SVN\pcsx2\windows\VCprojects\vsprops\svnrev_unknown.h was unexpected at this time.
Projet : error PRJ0002 : Résultat d'erreur 255 retourné à partir de 'E:\Windows\SysWow64\cmd.exe'.

Could you help me to resolve that ? That's the first time I have this error.. Thanks in advance Happy
Core 2 Quad Q9550 @ 3.7Ghz - Geforce GTX 280 1Go OCed @ 640/1400/1200 Mhz - 4Go RAM Corsair Dominator PC2-8500 - Sound Blaster X-Fi Fatal1ty Pro Series - Windows Vista Ultimate x64
Reply




Users browsing this thread: 5 Guest(s)