[cairo-bugs]
[Bug 5382] test apps fail to build, dll missing symbols,
on cygwin
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Dec 20 16:23:31 PST 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=5382
------- Additional Comments From davek at csh.rit.edu 2005-12-21 11:19 -------
I fixed the compilation error by editing cairo.def ->
--- tmp/cairo-1.0.2/src/cairo.def 2005-10-03 20:48:48.000000000 -0400
+++ cairo-1.0.2/src/cairo.def 2005-12-20 19:16:55.935325500 -0500
@@ -170,4 +170,9 @@
cairo_win32_scaled_font_get_metrics_factor
cairo_win32_scaled_font_select_font
cairo_win32_surface_create
+cairo_xlib_surface_create
+cairo_xlib_surface_create_for_bitmap
+cairo_xlib_surface_create_with_xrender_format
+cairo_xlib_surface_set_drawable
+cairo_xlib_surface_set_size
LIBRARY libcairo-2.dll
Since that isn't a generated file, I'm not sure why those symbols aren't
included. When I included them in that list, they exported fine to
libcairo.dll.a and the test apps linked correctly.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list