[vlc-devel] problem compiling skins2 in msvc...
Brian Robb
vascy at hotmail.com
Fri Sep 9 16:13:31 CEST 2005
I've been trying to compile the skins2 module in msvc, and I've got it down
to the following errors:
--------------------Configuration: plugin_skins2 - Win32
Debug--------------------
Linking...
Creating library Debug/libskins2_plugin.lib and object
Debug/libskins2_plugin.exp
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs;
use /NODEFAULTLIB:library
freetype2110ST_D.lib(ftinit.obj) : error LNK2001: unresolved external symbol
_otv_module_class
freetype2110ST_D.lib(ftinit.obj) : error LNK2001: unresolved external symbol
_autofit_module_class
freetype2110ST_D.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_Copy
freetype2110ST_D.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_New
freetype2110ST_D.lib(ftglyph.obj) : error LNK2001: unresolved external
symbol _FT_Bitmap_Done
plugins\libskins2_plugin.dll : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
libskins2_plugin.dll - 6 error(s), 1 warning(s)
It appears otv_module_class, autofit_module_class, _FT_Bitmap_Copy,
_FT_Bitmap_New and _FT_Bitmap_Done are missing. What library do I need to
link to, to fix this?
Thanks.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list