BUG #15414: extension compilation fails when c++ files are named with.cc

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15414: extension compilation fails when c++ files are named with.cc
Дата
Msg-id 15414-df6868d261e60784@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15414: extension compilation fails when c++ files are namedwith .cc  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15414
Logged by:          Jerry Sievert
Email address:      code@legitimatesounding.com
PostgreSQL version: 11beta4
Operating system:   any
Description:

when --with-llvm is configured, compiling c++ extensions that use .cc and
not .cpp fail with no rule to create .bc files.

.cc is a fairly standard c++ file ending, and has been in use by a popular
pg extension for 7 years.  pg should be able to understand this file ending,
and not fail when trying to compile them against pg11 with llvm configured.


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

Предыдущее
От: Keith Fiske
Дата:
Сообщение: Re: BUG #15409: Error reading file C:/Program Files (x86) /PostgreSQL/8.3/data/postgresql.conf
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #15414: extension compilation fails when c++ files are namedwith .cc