Re: Again VC6 compilation is broken in freetds-0.83.dev.20110125
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 17, 2011 at 01:10:23PM +0500, mikhail.v.gavrilov wrote: > Compilation interrupt with fatal error: > > c:\runtime\freetds-0.83.dev.20110125\include\tds_sysdep_private.h(239) : > fatal error C1083: Cannot open include file: 'inttypes.h': No such file or > directory challenge.c Does it compile if you remove these lines from include\tds_sysdep_private.h? #ifdef bug_HAVE_INTTYPES_H #include <inttypes.h> #endif That works for me on XP SP3 with VS 2005. --jkl