> > 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.
Why should I be getting errors only with the debug version? Do they use different includes? If so, what should I be adding and where? Jonathan > -----Original Message----- > From: Jeroen T. Vermeulen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 13, 2006 3:55 AM > To: Jonathan Blitz > Cc: [email protected] > Subject: Re: [libpqxx-general] Problem building Debug version of libpq > > 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 > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 9/11/2006 > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 09/11/2006 > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.3/445 - Release Date: 09/11/2006 _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
