Willkommen bei AEP Emulation Page - Emulation News

Hauptmenü
· Home / News
· News Kategorien
· News Archiv

· Mein Account
· Suche
· Forum (neu)
· Forum
· Weblinks
· Spiele Reviews
· Übersetzungen
· Impressum
· Datenschutz

Downloads
 


Forum
Mitglieder Online
Keine Mitglieder online.

You are an anonymous user. You can register for free by clicking here
Benutzername
Kennwort
 Angemeldet bleiben

Infos
· Museum
· Infocenter
· Das AEP Team
· Member Liste
· Top 25 Liste
· Glossar
· FAQ

Review of the moment

Sprache
Sprache auswählen:

DeutschEnglisch

News-Export
Holt Euch unsere News auf Eure Seite:
· RSS Newsfeed How-to
· RSS News-syndication Deutsch
· News-Banner (JPG)

Friends
· Emu-France
· progetto-SNAPS
· EmuBit.pl
· PDRoms


Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
Cole
29 Titel: Visual Studio 2008 Problem  BeitragVerfasst am: 04.08.2008, 12:43 Uhr
Godlike Mutant


Anmeldungsdatum: 27. Feb 2007
Beiträge: 1.071

Wohnort: Delta Vega
Hi Aep Member

Ich habe ein kleines Problem mit meinen Visual Studio 2008 kann zur zeit nichts kompilieren und bekomme immer diese Fehlermeldung hat einer ne Lösung für mein Problem!?

Fehlermeldung:
Code:

------ Build started: Project: GSdx, Configuration: Release SSSE3 Win32 ------
Performing Pre-Build Event...
SubWCRev 1.5.2, Build 13595 - 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.
Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
Build log was saved at "file://c:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\GSDX\gsdx\Win32\Release SSSE3\BuildLog.htm"
GSdx - 1 error(s), 0 warning(s)
------ Build started: Project: xpad, Configuration: Release SSSE3 Win32 ------
Performing Pre-Build Event...
SubWCRev 1.5.2, Build 13595 - 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.
Project : error PRJ0019: A tool returned an error code from "Performing Pre-Build Event..."
Build log was saved at "file://c:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\GSDX\xpad\Win32\Release SSSE3\BuildLog.htm"
xpad - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========


P.S. Habe mein System grade neu Installiert und eine neue Version von TortoiseSVN v.1.5.0.13595 benutzt könnte es an TortoiseSVN liegen?



 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
Cole
Titel: RE: Visual Studio 2008 Problem  BeitragVerfasst am: 05.08.2008, 00:07 Uhr
Godlike Mutant


Anmeldungsdatum: 27. Feb 2007
Beiträge: 1.071

Wohnort: Delta Vega
Habe leider immer noch keine Lösung für mein Problem gefunden.




_________________
Maggie Q - Need For Speed - Undercover



"Space... the Final Frontier. These are the voyages of the starship Enterprise. Her ongoing mission: to explore strange new worlds, to seek out new life forms and new civilizations, to boldly go where no one has gone before." 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
RBMKOffline
Titel:   BeitragVerfasst am: 05.08.2008, 13:47 Uhr
Retrokenner


Anmeldungsdatum: 22. Jun 2005
Beiträge: 183


Status: Offline
Hast du schon die Ergebnisse bei Google zum "error PRJ0019" durchgecheckt?
z.B.:
"This error can also occur when you are running as a member of the Users group and Administrative access is needed."
http://msdn.microsoft.com/en-us/library/yzk29wdw(VS.80).aspx
 
 
 
 Benutzer-Profile anzeigen  
Antworten mit Zitat Nach oben
Cole
Titel:   BeitragVerfasst am: 05.08.2008, 22:57 Uhr
Godlike Mutant


Anmeldungsdatum: 27. Feb 2007
Beiträge: 1.071

Wohnort: Delta Vega
Danke aber es geht jetzt wieder alles.



_________________
Maggie Q - Need For Speed - Undercover



"Space... the Final Frontier. These are the voyages of the starship Enterprise. Her ongoing mission: to explore strange new worlds, to seek out new life forms and new civilizations, to boldly go where no one has gone before." 
 
 
 Benutzer-Profile anzeigen Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen  
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 
AEP Emulation Page 1998 - 2024