beyond-all-reason/pr-downloader

Can't build pr-d under MSVC

lhog opened this issue · 2 comments

lhog commented
Severity	Code	Description	Project	File	Line	Suppression State
Error	C1083	Cannot open include file: 'getopt.h': No such file or directory	pr-downloader	C:\spring\tools\pr-downloader\src\main.cpp	13	

Started looking into it once I've set up compiler aaand there is a bunch of places where indeed posix only functionality is used.

Aaand done, compilation under MSVC works, and all the current functional test we have for prd pass on that build (we don't have 100% coverage for functionality yet though)