Re: Builing C libs for 7.3.4 on XP Professional

Поиск
Список
Период
Сортировка
От s0lao@netscape.net (S. L.)
Тема Re: Builing C libs for 7.3.4 on XP Professional
Дата
Msg-id 213F4C60.1CD92ECA.00013D13@netscape.net
обсуждение исходный текст
Ответ на Builing C libs for 7.3.4 on XP Professional  ("Paul R. Sand" <paul_sand@mverify.com>)
Ответы Re: Builing C libs for 7.3.4 on XP Professional
Список pgsql-cygwin
Paul,

[...]
>"nmake /f win32.mak" I get an error about not finding "pg_config_os.h". I
>find the file OK, it is linked to sys/win.h. If I remove the link and just
[...]

What kind of link? Please notice that (native) windows applications (here, nmake) do not understand some cygwin links
(i.e."pg_config.h -> /usr/src/postgresql-7.3.4/src/include/pg_config.h.win32"), especially those that involve cygwin
mounts.

[...]
>copy win.h as pg_config_os.h this error goes away. But then, I get errors
>about "cygwin/version.h" missing . Is there a patch or some predessor step
>that I missed in order to get this built?
[...]

Actually reading win32.mak one finds out that there is a command line set:

"  cd include
   if not exist pg_config.h copy pg_config.h.win32 pg_config.h "

that should solve your problem. In fact, what win.h did you copy for pg_config.h?

SLao

__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

В списке pgsql-cygwin по дате отправления:

Предыдущее
От: "Mimi Wu"
Дата:
Сообщение: Re: install ipc-daemon and postmaster as Windows services
Следующее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: please help me!