[HACKERS] build WIN32 ODBC using VC++, not Cygwin/gcc

2001-02-05 Thread Fred Yankowski
To build the PostgreSQL ODBC driver from CVS (or a recent snapshot/beta, I presume): the following steps worked for me: + Make sure that the psqlodbc.def file in interfaces/odbc is exactly as distributed or obtained from CVS, not the result of some prior build. + Run 'configure' _without_

Re: [HACKERS] build WIN32 ODBC using VC++, not Cygwin/gcc

2001-02-05 Thread Peter Eisentraut
Fred Yankowski writes: To build the PostgreSQL ODBC driver from CVS (or a recent snapshot/beta, I presume): the following steps worked for me: [snip] + Run 'configure' _without_ '--with-odbc' to build PostgreSQL. I doubt you need that, since you don't use the makefiles. [snip] Building

Re: [HACKERS] build WIN32 ODBC using VC++, not Cygwin/gcc

2001-02-05 Thread Fred Yankowski
On Mon, Feb 05, 2001 at 08:06:28PM +0100, Peter Eisentraut wrote: + Run 'configure' _without_ '--with-odbc' to build PostgreSQL. I doubt you need that, since you don't use the makefiles. I stated that point for the benefit of those, like me, who are building all of PG from source, not just

Re: [HACKERS] build WIN32 ODBC using VC++, not Cygwin/gcc

2001-02-05 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: Can somebody explain to me what this means, from said readme.txt: "In order to use row versioning, you must overload the int4eq function for use with the xid type." Apparently, there is something in either the ODBC driver itself or MS Access that