irtlab / rtptools

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

config.h is not included with make dist, failes to build on Windows #78

Closed mcd500 closed 6 years ago

mcd500 commented 6 years ago

1>d:\users\public\dev\rtptools-1.23\rtptrans.c(46): fatal error C1083: Cannot open include file: 'config.h': No such file or directory

janstary commented 6 years ago

fixed in https://github.com/columbia-irt/rtptools/pull/82

janstary commented 6 years ago

config.h is a product of ./configure, specific to the given system, so it makes no sense to include it in dist.

But on windows, rtptrans.c does not need to include config.h at all; we know it does not even have sendmsg().