Re: Windows client from 7.4beta5 source

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Daniel Vogel <da-vogel(at)zuercher-hs(dot)de>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Windows client from 7.4beta5 source
Date: 2003-10-26 05:04:21
Message-ID: 200310260504.h9Q54Mf21358@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


I just applied a fix to this to CVS.

---------------------------------------------------------------------------

Daniel Vogel wrote:
> Hallo All,
>
> is it possible, that the compilation of the windows client from beta 5
> source tree no longer works with MS VC++ 6.0?
>
> According to the documentation, I simply stated 'nmake /f win32.mak'.
>
> The compiler complains about missing header files <pthread.h> and <pwd.h> in
> 'port/thread.c'. I commented out these two lines and libpq.dll builds
> without problems.
>
> When it comes to 'psql.exe' the build process is aborted once again due to
> an unresolved external 'simple_prompt'.
>
> Since I only needed 'libpq.dll' this is no problem for me. But, just in case
> I did not miss something, it possibly is a bug that should be reported
> before 7.4 is released.
>
> Thanks for this great database!
>
> Regards,
> Daniel Vogel
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Byron Amerson 2003-10-28 00:27:35 successful install of 7.4beta5 on OSX 10.3
Previous Message Bruce Momjian 2003-10-25 23:45:32 Re: macosx darwin replaced -traditional-cpp with -no-cpp-precomp