|
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. When I first ran the make it only created the release
versions and not the debug ones. 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 What is causing this? Jonathan Blitz -- |
_______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
