Re: Can't build cairo via Makefile on win32
Andrej Mitrovic <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <CAJ85NXAxkKOGfg_rgXjovLR4und6DckPeDHzy6pKD99dJM397Q@mail.gmail.com> |
Ok I just copied cairo\src\glew\GL to cairo\src, and I also had to download the 3 headers from here: http://www.opengl.org/registry/#headers I'm getting unresolved externals now, I guess I'm not linking to an import lib. E.g.: cairo-gl-surface.obj : error LNK2001: unresolved external symbol __imp__glGetError@0 cairo-gl-composite.obj : error LNK2001: unresolved external symbol __imp__glGetError@0 I should probably link with OpenGL32.Lib that's found on my system in C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib. However I'm not sure where to add this dependency in the makefiles? I'm really not well versed with msys builds, any help would be much appreciated. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo