On Wed, September 13, 2006 11:00, Jonathan Blitz wrote: > I am building libpq in Windows so that I can create the libpqxxD files. > > I am using VC++ to create it and have followed the instructions in the > Install file.
> So, I ran the make with the debug=1 parameter. > Now I get a compile error: > > c:\postgresqlsrc\src\include\pg_config.h(58) : fatal error C1083: Cannot > open include file: 'windows.h': No such file or directory This compiler maintains different builds of the same project (Release and Debug) with entirely separate settings. This error looks like the system headers aren't in your preprocessor include path for the Debug build. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
