Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows build failing #96

Open
dopplershift opened this issue Nov 17, 2020 · 1 comment
Open

Windows build failing #96

dopplershift opened this issue Nov 17, 2020 · 1 comment

Comments

@dopplershift
Copy link
Member

Seeing this failure now on windows (through Conda), both here on AppVeyor and on conda-forge's Azure builds:

%SRC_DIR%\build\config.h(8): warning C4005: 'YY_NO_UNISTD_H': macro redefinition
660%SRC_DIR%\build\config.h(8): note: command-line arguments:  see previous definition of 'YY_NO_UNISTD_H'
661%SRC_DIR%\lib\xml.c(2161): error C2065: 'PATH_MAX': undeclared identifier
662%SRC_DIR%\lib\xml.c(2161): error C2057: expected constant expression
663%SRC_DIR%\lib\xml.c(2161): error C2466: cannot allocate an array of constant size 0
664%SRC_DIR%\lib\xml.c(2161): error C2133: 'result': unknown size
665%SRC_DIR%\lib\xml.c(2172): warning C4034: sizeof returns 0
666%SRC_DIR%\lib\xml.c(2174): warning C4034: sizeof returns 0
667%SRC_DIR%\lib\xml.c(2164): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
668NMAKE : fatal error U1077: 'C:\PROGRA~2\MI0E91~1.0\VC\bin\amd64\cl.exe' : return code '0x2'
669Stop.
670NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
671
@semmerson
Copy link
Collaborator

Gosh, I hate Windows.

AppVeyor has been reporting failure for the UDUNITS-2 package for a while now. Guess I'll have to investigate. :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants