-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Complains about mpv.lib
setup.py build
running build
running build_ext
building 'mpv' extension
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python34\include -IC:\Python34\include /Tcmpv.c /Fobuild\temp.win32-3.4\Release\mpv.obj
mpv.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python34\libs /LIBPATH:C:\Python34\PCbuild mpv.lib /EXPORT:PyInit_mpv build\temp.win32-3.4\Release\mpv.obj /OUT:build\lib.win32-3.4\mpv.pyd /IMPLIB:build\temp.win32-3.4\Release\mpv.lib /MANIFESTFILE:build\temp.win32-3.4\Release\mpv.pyd.manifest
LINK : fatal error LNK1181: cannot open input file 'mpv.lib'
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\BIN\\link.exe' failed with exit status 1181
I assume i will have to build it myself but i found no instructions for doing so either on Windows or cross-compiling on Linux. I know it's not a pympv problem, but some help in that direction would be greatly appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels