Problem to build libpq with bcc32

Поиск
Список
Период
Сортировка
От Rodrigo Moreno
Тема Problem to build libpq with bcc32
Дата
Msg-id 20050509174320.B9B5914C060@talara.terra.com.br
обсуждение исходный текст
Ответы Re: Problem to build libpq with bcc32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-interfaces
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.win32pg_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




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

Предыдущее
От: sandy@informatika.org
Дата:
Сообщение: Binary Structure LIBPQ - HELP
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Problem to build libpq with bcc32