Skip to content

Error building on Windows pcm.h syntax error #71

@Alquemist

Description

@Alquemist

Is this package supported by Windows at all?

I'm trying to install it using ,"pip3 install git+url" but I get a lot of syntax errors on pcm.h file:

creating build\temp.win-amd64-3.5\Release\src
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe/c /nologo /Ox /W3 /GL /DNDEBUG /MD -DPCM_MODULE -I d:\programs\anaconda\include -I d:\programs\anaconda\include "-I C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-I C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-I C:\Program Files (x86)\Windows Kits\8.1\include\shared" "-I C:\Program Files (x86)\Windows Kits\8.1\include\um" "-I C:\Program Files (x86)\Windows Kits\8.1\include\winrt" /Tcsrc/pcm.c /Fobuild\temp.win-amd64-3.5\Release\src/pcm.obj
pcm.c
c:\users\korisnik\appdata\local\temp\pip-16kjc4kl-build\src\pcm.h(33): error
C2059: syntax error: ';'
c:\users\korisnik\appdata\local\temp\pip-16kjc4kl-build\src\pcm.h(44): error
C2059: syntax error: '}'
c:\users\korisnik\appdata\local\temp\pip-16kjc4kl-build\src\pcm.h(48): error
C2143: syntax error: missing ')' before '*'

. . . and so on, finally.

error count exceeds 100; stopping compilation
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2

BTW sourceforge package is missing setup.py

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