conda-forge / libarchive-feedstock

A conda-smithy repository for libarchive.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

Build for Windows (VS 2008) #1

Closed jakirkham closed 4 years ago

jakirkham commented 8 years ago

It should be possible to build this for Windows. Please see this link on how to build with CMake. Note some tests use C99. So, we might need c99-to-c89 for VS 2008 or will need to skip those tests.

jakirkham commented 5 years ago

PR ( https://github.com/conda-forge/libarchive-feedstock/pull/19 ) added Windows support. However VS 2008 does not build currently and will likely need c99-to-c89 to work. Have updated the issue title accordingly.

jakirkham commented 5 years ago

PR ( https://github.com/conda-forge/libarchive-feedstock/pull/23 ) disables VS 2008 for now until we can get it working. VS 2015 (as noted above) already is supported.

jakirkham commented 4 years ago

Looks like it got enabled accidentally even though the build still fails. Am disabling it again in PR ( https://github.com/conda-forge/libarchive-feedstock/pull/41 ). At least one issue is zstd is not built for VS 2008. ( https://github.com/conda-forge/zstd-feedstock/issues/34 )

jakirkham commented 4 years ago

We've dropped VS 2008 in CFEP 15.