weimingtom / angel-engine

Automatically exported from code.google.com/p/angel-engine
0 stars 0 forks source link

Path problems with iPhone Project #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Store project folder in a path with space characters
2. Compile project

What is the expected output? What do you see instead?
I expected that the IntroGame starts, but I cann't compile.

What version of the product are you using? On what operating system? Is it
a downloaded distribution or from SVN?
It's revision 529 from svn on Win7 with VS2010 Ultimate.

Error messages:

11>PreBuildEvent:
11>  Description: Scripting setup...
11>EXEC(4): error : Unable to find 'C:\Users\Hacky\Documents\Visual'
11>EXEC(999999): error : Unterminated string constant starting at line 4
11>  At least inheritance_intro.i was newer than AngelLuaWrappingIntroGame.cpp 
-- touching angel.i and regenerating AngelLuaWrappingIntroGame.cpp
11>EXEC(4): error : Unable to find 'C:\Users\Hacky\Documents\Visual'
11>EXEC(999999): error : Unterminated string constant starting at line 4
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: Der Befehl "xcopy ..\Angel\Scripting\EngineScripts\* Resources\Scripts 
/y /e > nul
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: 
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: cd ..\Tools\BuildScripts
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: ..\..\Angel\Libraries\lua-5.1.4\Debug\lua.exe swig_wrap.lua -D 
INTROGAME -p "C:\Users\Hacky\Documents\Visual Studio 
2010\Projects\Angel2D_iPhone\Code\
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: 
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(103,5): error 
MSB3073: :VCEnd" wurde mit dem Code -1 beendet.

Original issue reported on code.google.com by Hackbart...@gmail.com on 15 Mar 2011 at 1:16

GoogleCodeExporter commented 8 years ago
Is this from the trunk or the sjml-iphone branch? 

Original comment by lieseg...@gmail.com on 15 Mar 2011 at 1:55

GoogleCodeExporter commented 8 years ago
From the sjml-iphone.
Is there a trunk version since yesterday?

Original comment by Hackbart...@gmail.com on 15 Mar 2011 at 1:57

GoogleCodeExporter commented 8 years ago
Oh. Yeah, I wouldn't recommend regular syncing to the work branch. It's all 
kinds of messy usually (doing work on the Mac, checking in, then fixing the PC 
build a few days later, etc.). Definitely feel free to take a look whenever you 
want (that's why it's done in a publicly available branch like that), but 
expect branches to be broken at any given time. They'll get promoted into the 
trunk when they're ready. 

The good news is that this is in the final stages of prep, so should be 
trunk-worthy pretty soon. I'm going to mark this closed for now, but keep an 
eye on the trunk over the next week or so. 

Original comment by lieseg...@gmail.com on 15 Mar 2011 at 2:54

GoogleCodeExporter commented 8 years ago
For what it's worth, this appears to be a bug in the latest version of SWIG. 
I'm in touch with the SWIG people to see if it's a regression or if there's 
some new fancier way of handling spaces in paths. 

Gets a big ole sigh from me at the moment. 

Original comment by lieseg...@gmail.com on 16 Mar 2011 at 2:34