Re: Problem to build libpq with bcc32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rodrigo Moreno <rodrigo(dot)miguel(at)terra(dot)com(dot)br>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Problem to build libpq with bcc32
Date: 2005-05-10 02:27:44
Message-ID: 200505100227.j4A2Rip14203@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


This is fixed in 8.0.3, which should be released in a few days.

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

Rodrigo Moreno wrote:
> Hi,
>
> I'm trying build the libpq, but it's no working. This problems happens only
> with bcc32.mak in 8.0.2, with 7.4.6, it's compile perfectly.
>
> So, first, someone have used a "/* */" C style comment at line 148. After
> removed these comment, these is the erros:
>
> D:\postgresql-8.0.2\src>make -f bcc32.mak
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> cd include
> if not exist pg_config.h copy pg_config.h.win32 pg_config.h
> cd ..
> cd interfaces\libpq
> make -DCFG=Release /f bcc32.mak
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> Building the Win32 DLL and Static Library...
>
> Configuration "Release"
>
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> The system cannot find the file specified.
> cd ..\..\bin\psql
> make -DCFG=Release /f bcc32.mak
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> Building PSQL.EXE ...
>
> Configuration "Release"
>
> Error bcc32.mak 151: Command syntax error
> *** 1 errors during make ***
>
> ** error 1 ** deleting ALL
>
>
> Best Regards,
> Rodrigo Moreno
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
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-interfaces by date

  From Date Subject
Next Message sandy 2005-05-12 01:56:41 Couldn't load librady [dynamic load error]
Previous Message Rodrigo Moreno 2005-05-09 17:44:48 Problem to build libpq with bcc32