You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i try to compile under w7 32, i had some trouble but continue until i reach this code, i well extracted the opus content so compiler found file missing but always get block with this piece of code, i can't figure out where is the file missing, i tried too the 1.1 from original author website without success.(explanations in the end)
C:\Users\user\Desktop\pymumble\pyopus\copus>python setup.py install
running install
running build
running build_ext
skipping 'copus.c' Cython extension (up-to-date)
building 'copus' extension
C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\cl.exe /c /nologo /Ox /MD /
W3 /GS- /DNDEBUG -Ic:\python27\include -Ic:\python27\PC /Tccopus.c /Fobuild\temp
.win32-2.7\Release\copus.obj
copus.c
c:\python27\include\pymath.h(22) : warning C4273: 'round' : liaison DLL incohére
nte
C:\Program Files\Microsoft Visual Studio 13.0\VC\INCLUDE\math.h(516) : v
oir la définition précédente de 'round'
creating build\lib.win32-2.7
C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\link.exe /DLL /nologo /INCR
EMENTAL:NO /LIBPATH:c:\python27\libs /LIBPATH:c:\python27\PCbuild /EXPORT:initco
pus build\temp.win32-2.7\Release\copus.obj opus-1.1/.libs/libopus.a /OUT:build\l
ib.win32-2.7\copus.pyd /IMPLIB:build\temp.win32-2.7\Release\copus.lib /MANIFESTF
ILE:build\temp.win32-2.7\Release\copus.pyd.manifest
LINK : fatal error LNK1181: impossible d'ouvrir le fichier en entrée 'opus-1.1/.
libs/libopus.a'
error: command '"C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\link.exe"'
failed with exit status 1181
u can read at the end: impossible to open the file opus-1.1/.libs/libopus.a
i don't have the folder named .libs
i dont find where are created libopus.a or .libs
thanx in advance
The text was updated successfully, but these errors were encountered:
Hi
I don't have access to visual studio, I did all my developments on mingw...
The script assume the location and the name where the resulting opus static library is created but it might be different on vc...
Do you find somewhere else this file? With vc, it might have a different file extension...
For the libs, I can imagine some of them were preinstalled on my system but at least for some of them I seriously doubt they are required by pymumble...(twisted for instance is clearly not used...)
Hello i try to compile under w7 32, i had some trouble but continue until i reach this code, i well extracted the opus content so compiler found file missing but always get block with this piece of code, i can't figure out where is the file missing, i tried too the 1.1 from original author website without success.(explanations in the end)
C:\Users\user\Desktop\pymumble\pyopus\copus>python setup.py install
running install
running build
running build_ext
skipping 'copus.c' Cython extension (up-to-date)
building 'copus' extension
C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\cl.exe /c /nologo /Ox /MD /
W3 /GS- /DNDEBUG -Ic:\python27\include -Ic:\python27\PC /Tccopus.c /Fobuild\temp
.win32-2.7\Release\copus.obj
copus.c
c:\python27\include\pymath.h(22) : warning C4273: 'round' : liaison DLL incohére
nte
C:\Program Files\Microsoft Visual Studio 13.0\VC\INCLUDE\math.h(516) : v
oir la définition précédente de 'round'
creating build\lib.win32-2.7
C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\link.exe /DLL /nologo /INCR
EMENTAL:NO /LIBPATH:c:\python27\libs /LIBPATH:c:\python27\PCbuild /EXPORT:initco
pus build\temp.win32-2.7\Release\copus.obj opus-1.1/.libs/libopus.a /OUT:build\l
ib.win32-2.7\copus.pyd /IMPLIB:build\temp.win32-2.7\Release\copus.lib /MANIFESTF
ILE:build\temp.win32-2.7\Release\copus.pyd.manifest
LINK : fatal error LNK1181: impossible d'ouvrir le fichier en entrée 'opus-1.1/.
libs/libopus.a'
error: command '"C:\Program Files\Microsoft Visual Studio 13.0\VC\BIN\link.exe"'
failed with exit status 1181
u can read at the end: impossible to open the file opus-1.1/.libs/libopus.a
i don't have the folder named .libs
i dont find where are created libopus.a or .libs
thanx in advance
The text was updated successfully, but these errors were encountered: