Bug 46907

Summary: Missing separator in Makefile.sources on Win32
Product: cairo Reporter: omarhawk
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.10.2   
Hardware: Other   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

Description omarhawk 2012-03-02 09:58:43 UTC
The file
Makefile.sources
uses various if statements to pull
souces into conditional builds.
GNU make v3.81 (using MSYS, MSVC) stops
reading the file complaining about
"missing separator".
Comment 1 Uli Schlachter 2012-03-02 10:22:32 UTC
GNU Make 3.81 on linux here prints a file name and a line number when something goes wrong. Does it do that on windows, too? If yes, that info would help a lot.
Comment 2 omarhawk 2012-03-02 11:45:22 UTC
The firt occurence was line 217.
As far as I remember all statemnents
beginning with "if <condition>"
needed to be edited to "ifdef <ycondition>"
to make it processable by make.
Comment 3 Chris Wilson 2012-04-14 06:06:34 UTC
Should be fixed in cairo-1.12. Thanks for the report.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.