[cairo] Can't build cairo via Makefile on win32

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Aug 9 09:12:50 PDT 2011


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?


More information about the cairo mailing list