Skip to content

compile copus on win32 #3

@acccounttest

Description

@acccounttest

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions