Re: Can't build cairo via Makefile on win32
Andrej Mitrovic <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAJ85NXAcL-2=PY9Q8En=+bg=Nkq5T+E7yZM6=6RbHYrbwR89Dg@mail.gmail.com> |
Ok, I've changed the cairo libs line in the win32 makefile to: CAIRO_LIBS += $(top_builddir)/../zlib/zlib.lib $(top_builddir)/../OpenGL32.Lib $(top_builddir)/../GlU32.Lib That drops the unresolved symbols count to 62 (was ~90 or so before). Some of these are: cairo-gl-composite.obj : error LNK2001: unresolved external symbol __imp____glewClientActiveTexture cairo-gl-composite.obj : error LNK2001: unresolved external symbol __imp____glewActiveTexture cairo-gl-device.obj : error LNK2001: unresolved external symbol __imp____glewActiveTexture cairo-gl-glyphs.obj : error LNK2001: unresolved external symbol __imp____glewActiveTexture Anyone have a clew where these could be located on a win32 system? -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo