This is a discussion on Re: Nightly builds within the pgsql Hackers forums, part of the PostgreSQL category; --> >> I for one am still struggling with Kerberos on Windows, and >> it would be a great help ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| >> I for one am still struggling with Kerberos on Windows, and >> it would be a great help for me to know where to get >> libraries and headers from. > > The pginstaller README might help you - it contains the steps used to > build it for the installer... One of my problems is that it needs VC++ to build, and I don't have that. I tried the precompiled binaries, but the headers declare all functions as __stdcall which breaks my mingw build. If I change the headers to omit that __stdcall, libpq.dll builds but crashes. Any help would be welcome. Yours, Laurenz Albe ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |