On Mon, Jul 25, 2011 at 09:54:34AM -0700, Peter wrote: > fatal error C1083: Cannot open include file: 'curl/curlbuild.h': No such > file or directory > > It looks that include/curl contains the following files: > > curlbuild.h.dist curlbuild.h.cmake curlbuild.h.in > > somehow, it does not generate curlbuild.h.
Are you building from git or from a daily snapshot? curlbuild.h is created during the configure process and shipped in the tar balls. Since the configure can't be done under stock Windows, you'll be better off building from a daily snapshot (or a normal curl release) tar ball. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
