Re: bcc32.mak for libpq broken? (distro 8.0.0)

From: Pavel Golub <pavel(at)microolap(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: ber_(at)freemail(dot)hu, pgman(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: bcc32.mak for libpq broken? (distro 8.0.0)
Date: 2005-05-12 10:51:56
Message-ID: 688487776.20050512135156@microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello.

Guys, sorry that use your private mails.

It seems that I found error about bcc32.mak

The thing is that libpq\bcc32.mak and \psql\bcc32.mak waits that make
will be executed with -N option, but it is not. Why not? For this we
must look at \src\bcc32.mak

>>===============
...
ALL:
cd include
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
cd ..
cd interfaces\libpq
make -DCFG=$(CFG) /f bcc32.mak # This line executes make without -N option
cd ..\..\bin\psql
make -DCFG=$(CFG) /f bcc32.mak #This one too
cd ..\..
echo All Win32 parts have been built!
...
>>===============

I changed these lines to such view and all seems OK:

make -DCFG=$(CFG) -N /f bcc32.mak

Please, tell me if I wrong cause I'm not so familiar with C. I am
Pascal developer.

And one more question. make executes and then I have sush error
message:

>>===============
...

bcc32.exe -IE:\Bcc55\include;..\..\include -n".\Release" -WD -c -DFRONTE
ND;NDEBUG;WIN32;_WINDOWS;HAVE_VSNPRINTF;HAVE_STRDUP; -tWM -a8 -X -w-use -w-par
-w-pia -w-csu -w-aus -w-ccc -O -Oi -OS -DNDEBUG libpqdll.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
libpqdll.c:
Fatal: 'libpq.rc' does not exist - don't know how to make it

** error 1 ** deleting ALL
>>===============

Where or how can I get it? Thanks in advance

--
With best wishes,
Pavel mailto:pavel(at)microolap(dot)com

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Relyea, Mike 2005-05-13 12:12:04 Re: MS-Access and Stored procedures
Previous Message Peter Borg 2005-05-12 09:18:34 postgresql JSP Tags