[vlc-devel] osd functions

Brian Robb vascy at hotmail.com
Sun Sep 4 19:33:50 CEST 2005


I installed a svn client, did:
svn co svn://svn.videolan.org/vlc/trunk vlc-trunk

Then proceeded to build it like before using MSVC++ v6.
But I've eventually ran into the problem of unresolved functions for osd...
Here's the compile log of vlc:

--------------------Configuration: vlc - Win32 Debug--------------------
Compiling...
libc.c
vlc.c
Linking...
libvlc.lib(modules.obj) : error LNK2001: unresolved external symbol 
_osd_ShowTextAbsolute
libvlc.lib(modules.obj) : error LNK2001: unresolved external symbol 
_osd_Message
libvlc.lib(modules.obj) : error LNK2001: unresolved external symbol 
_osd_ShowTextRelative
vlc.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.

vlc.exe - 4 error(s), 0 warning(s)

So_osd_ShowTextAbsolute and _osd_Message and _osd_ShowTextRelative are 
missing.
Is there a library I need to link, to fix this?


-- 
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