[cairo] MSVC 2013 Compiling Issue?

Bryce Harrington bryce at osg.samsung.com
Wed Aug 6 16:05:57 PDT 2014


On Wed, Aug 06, 2014 at 04:37:24AM -0300, Dub wrote:
> Hello,
> 
> I am trying to compile on MSVC 2013 Pro and I am getting an error at
> 
> 1>cairo-traps-compositor.obj : error LNK2019: unresolved external symbol
> __cairo_path_fixed_stroke_to_traps referenced in function
> __cairo_traps_compositor_stroke
> 1>D:\gtk_compliation\cairo\msvc\vs10\Release\Win32\bin\cairo-vs10.dll :
> fatal error LNK1120: 1 unresolved externals
> 
> I am using
> https://wiki.gnome.org/Projects/GTK%2B/Win32/MSVCCompilationOfGTKStack?action=AttachFile&do=get&target=cairo-vsprojects.zip
> project files.
> 
> Any ideas of what is going on? When I did a search
> for _cairo_path_fixed_stroke_to_traps I could only find it in that one
> file. Does that come from somewhere else, maybe a library I am missing?
> 
> Any help would be appreciated.

If you're using a snapshot from over a week ago, maybe try the
--disable-lto option.  That seems to have helped with a number of these
"unresolved external symbol" errors about actually internal symbols.

Bryce


More information about the cairo mailing list