Re: error building head on OS X 10.7.1

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: error building head on OS X 10.7.1
Дата
Msg-id CADK3HHLWg-aEQqfu7JTmF0sYhkDv8pE1xG1KzpsW4Zr2Ly7j5g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: error building head on OS X 10.7.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Sep 7, 2011 at 11:32 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Dave Cramer <pg@fastcrypt.com> writes:
>> Well the problem is that buildfarm can't build HEAD on OS X 10.7.1
>
> HEAD builds fine on my 10.7.1 laptop.  If you're referring to orangutan,
> it's not failing on that, it's failing here:
>
> configure:3301: checking for C compiler default output file name
> configure:3323: ccache gcc /opt/local/include   conftest.c  >&5
> ld: in /opt/local/include, can't map file, errno=22 for architecture x86_64
> collect2: ld returned 1 exit status
>
> which is probably because you have a malformed value of CFLAGS:
>
>   'config_env' => {
>                                     'CFLAGS' => '/opt/local/include',
>
>                        regards, tom lane
>

Thanks Tom, that was it.


Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OPERATOR FAMILY and pg_dump
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem