[cairo-bugs] [Bug 30294] New: win32+vc build broken for 1.10.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Sep 20 19:46:58 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30294
Summary: win32+vc build broken for 1.10.0
Product: cairo
Version: 1.10.0
Platform: x86-64 (AMD64)
OS/Version: Windows (All)
Status: NEW
Severity: critical
Priority: medium
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: jianliang79 at gmail.com
QAContact: cairo-bugs at cairographics.org
1) src/Makefile.sources contain some thing like that:
if CAIRO_HAS_PDF_SURFACE
req_cairo_deflate_stream_sources = $(cairo_deflate_stream_sources)
endif
this should be changed to:
ifeq ($(CAIRO_HAS_PDF_SURFACE),1)
req_cairo_deflate_stream_sources = $(cairo_deflate_stream_sources)
endif
otherwise, the make shipped in MSYS can't recognize the syntax.
2) in src/cairoint.h, _cairo_lround is defined to lround which is only availble
in GCC,visual c++ can't find lround.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the cairo-bugs
mailing list