xuxiandi / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Compile fails due to file not found. #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Latest Angle Source to a program containing spaces. For example use 
the folder:
C:\My Project Files\Angle Project\Subversion

2. Open the following solution file (namely the samples) :
C:\My Project Files\Angle Project\Subversion\samples\samples.sln
3. Compile after setting the DirectX library and include paths.

What is the expected output?

To have the complete solution compile.

What do you see instead?
Errors about xcopy not finding files due to spaces being in the file.

Just for a quick list based on the checkout directory, troublesome files are:
C:\My Project Files\Angle 
Project\Subversion\samples\samples\gles2_book\MultiTexture\lightmap.tga
C:\My Project Files\Angle 
Project\Subversion\samples\samples\gles2_book\MultiTexture\basemap.tga
C:\My Project Files\Angle 
Project\Subversion\samples\gles2_book\ParticleSystem\smoke.tga

What version of the product are you using? On what operating system?
ANGLE 0.0.0.813 ( SVN Revision 813 )
Visual Studio 2010
DirectX SDK ( June 2010 release )
Windows 7 64

Possible Solution:

add quotations around every instance of $(OutDir) in the solution files.

Original issue reported on code.google.com by kphilli...@gmail.com on 4 Nov 2011 at 7:36

GoogleCodeExporter commented 9 years ago
fixed in r897

Original comment by dan...@transgaming.com on 29 Nov 2011 at 5:22