Bug 46907 - Missing separator in Makefile.sources on Win32
Summary: Missing separator in Makefile.sources on Win32
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.10.2
Hardware: Other Windows (All)
: medium normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 09:58 UTC by omarhawk
Modified: 2012-04-14 06:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.