[Mono-bugs] [Bug 409097] New: Windows paths incorrectly escaped on cygwin autotools

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 14 20:44:50 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=409097


           Summary: Windows paths incorrectly escaped on cygwin autotools
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Mono.Addins
        AssignedTo: lluis at novell.com
        ReportedBy: sempuki1 at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


The following post-processing step corrects this problem and allows the build
to proceed from within cygwin:

cd /cygwin/c/mono-addins
/configure
sed -i 's/Program Files/Program\\ Files/g' $(find . -name Makefile)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list