Closed janstary closed 6 years ago
Windows cannot run the ./configure script, so config.h (the result of configure) will not exist. Hence we cannot include config.h in files that we want to compile on windows. So include sysdep.h instead, and conditionaly include config.h there.
Thank! Sorry for the late merge.
Does it work for you on windows then? What happens with https://github.com/columbia-irt/rtptools/issues/98 ?
Windows cannot run the ./configure script, so config.h (the result of configure) will not exist. Hence we cannot include config.h in files that we want to compile on windows. So include sysdep.h instead, and conditionaly include config.h there.