This is a discussion on Re: Using pg_config within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> > -----Original Message----- > From: Peter Eisentraut [mailto eter_e@gmx.net] > Sent: 12 October 2005 09:16 > To: Dave Page ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: Peter Eisentraut [mailto > Sent: 12 October 2005 09:16 > To: Dave Page > Cc: pgsql-odbc@postgresql.org > Subject: Re: [ODBC] Using pg_config > > Dave Page wrote: > > It's not a problem on Windows as we build using VC++ with win32.mak. > > We don't support Mingw builds as we don't currently have any > > configure code to allow the use of the Microsoft DM instead of iODBC > > or unixODBC. > > I think this could be made to work if there is interest. It > seems that > the current driver manager detection code might be pretty useless > anyway. Note that we don't even link with libodbcinst. All we need > are the header files <sql.h> etc., which are the same everywhere. I think it is worth doing given that we build PostgreSQL and Slony in mingw now. As you say, it shouldn't be too difficult. > > Can you apply the patch, or shall I? > > I just did. Thanks. Just in time for 08.01.0005 which was just tagged! Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| Hi Dave, Even though I don't build the installer there are still seven occurences of: "C:\Program Files\PostgreSQL\8.1\... " /> in psqlodbcm.wxs. But I'm not sure whether a universal path will work here. And maybe SET VERSION="08.01.0006" in Make.bat is too optimistic. regards Johann ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |