SDL 1.3 VC2005 project load fail

Hello

I just downloaded the latest build of SDL 1.3 (4904) and I get this when I try to load up the VC2005 project

"The following error has occurred during XML parsing:

File: C:\SDL13\SDL-1.3.0-4904\VisualC\SDL\SDL_VS2005.vcproj
Line: 4
Column: 1
Error Message:
Illegal qualified name character.

The file ‘C:\SDL13\SDL-1.3.0-4904\VisualC\SDL\SDL_VS2005.vcproj’ has failed to load."

and also…

"The following error has occurred during XML parsing:

File: C:\SDL13\SDL-1.3.0-4904\VisualC\SDLmain\SDLmain_VS2005.vcproj
Line: 4
Column: 1
Error Message:
Illegal qualified name character.

The file ‘C:\SDL13\SDL-1.3.0-4904\VisualC\SDLmain\SDLmain_VS2005.vcproj’ has failed to load."

The last build I had, 4634, worked fine. Did anyone actually test this prior to release?

Thanks
Ed

The solution was opened in VS2008 and never merged correctly …

$ head SDL_VS2005.vcproj

<?xml version="1.0" encoding="Windows-1252"?>

<VisualStudioProject
ProjectType=“Visual C++”
<<<<<<< local
Version=“8.00”=======
Version=“9.00”

other
Name=“SDL"
ProjectGUID=”{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"

Jim, could you revert these 2 files to an older revision when they were
still working?

$ hg log -r 4662 SDL_VS2005.vcproj
changeset: 4662:3c4e0130c9b1
user: Jim Grandpre <jim.tla at gmail.com>
date: Tue Jul 13 18:31:09 2010 -0400
summary: Added alternative finger tracking method. Still prefer
IPHONE_TOUCH_EFFICIENT_DANGEROUS.

$ hg diff -r 4661 SDL_VS2005.vcproj | head
diff -r 03dcb795c583 VisualC/SDL/SDL_VS2005.vcproj
— a/VisualC/SDL/SDL_VS2005.vcproj Mon Jul 12 21:09:23 2010 -0700
+++ b/VisualC/SDL/SDL_VS2005.vcproj Wed Dec 15 17:13:34 2010 -0800
@@ -1,11 +1,18 @@

<?xml version="1.0" encoding="Windows-1252"?>

<VisualStudioProject
ProjectType=“Visual C++”
+<<<<<<< local

  • Version=“8.00”
    +=======

On 12/15/10 9:33 AM, ebyard wrote:

Hello

I just downloaded the latest build of SDL 1.3 (4904) and I get this
when I try to load up the VC2005 project

"The following error has occurred during XML parsing:

File: C:\SDL13\SDL-1.3.0-4904\VisualC\SDL\SDL_VS2005.vcproj
Line: 4
Column: 1
Error Message:
Illegal qualified name character.

The file ‘C:\SDL13\SDL-1.3.0-4904\VisualC\SDL\SDL_VS2005.vcproj’ has
failed to load."

and also…

"The following error has occurred during XML parsing:

File: C:\SDL13\SDL-1.3.0-4904\VisualC\SDLmain\SDLmain_VS2005.vcproj
Line: 4
Column: 1
Error Message:
Illegal qualified name character.

The file
’C:\SDL13\SDL-1.3.0-4904\VisualC\SDLmain\SDLmain_VS2005.vcproj’ has
failed to load."

The last build I had, 4634, worked fine. Did anyone actually test this
prior to release?

Thanks
Ed


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org