[Gtkradiant] [Bug 195] New: VC Project file for libxml2 doesn't like paths with spaces in
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Tue, 25 Sep 2001 18:27:22 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=195
Summary: VC Project file for libxml2 doesn't like paths with
spaces in
Product: GtkRadiant
Version: 1.2-nightly
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: editor
AssignedTo: ttimo@idsoftware.com
ReportedBy: hydra@hydras-world.com
The project file for libxml2_so (libxml2\win32\libxml2\libxml2_so.dsp) has some
errors that don't allow the custom build step to work if the source path has
spaces in it (e.g. c:\my documents\cvs\gtkradiantproject\libxml2)
There are two occurences of these lines:
"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cl /nologo /EP $(InputPath) > libxml2.def
They need to be ammended thus:
"libxml2.def" : "$(SOURCE)" "$(INTDIR)" "$(OUTDIR)"
cl /nologo /EP "$(InputPath)" > libxml2.def
Just a case of missing quotes..
I've attached an updated file.
------- You are receiving this mail because: -------
Whoops! I have no idea!