irtlab / rtptools

RTP Tools
http://www.cs.columbia.edu/irt/software/rtptools/
Other
166 stars 64 forks source link

tweak the build system to support windows #112

Closed janstary closed 6 years ago

janstary commented 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.

mcd500 commented 6 years ago

Thank! Sorry for the late merge.

janstary commented 6 years ago

Does it work for you on windows then? What happens with https://github.com/columbia-irt/rtptools/issues/98 ?