Re: Problem building on MacOS

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Problem building on MacOS
Дата
Msg-id CA+OCxox_BBw45MtTG+rU+=P0rC2aX7QqBX90v4H5B9WjeSPiag@mail.gmail.com
обсуждение исходный текст
Ответ на Problem building on MacOS  ("Charlie Clark" <charlie.clark@clark-consulting.eu>)
Ответы Re: Problem building on MacOS  ("Charlie Clark" <charlie.clark@clark-consulting.eu>)
Список pgadmin-support
On Tue, Sep 23, 2014 at 3:57 PM, Charlie Clark
<charlie.clark@clark-consulting.eu> wrote:
> Hi,
>
> I thought I'd give the beta a spin but I'm having trouble building it.
>
> I get the following error:
>
>   "_xmlTextWriterWriteString", referenced from:
>       frmQuery::SaveQueries() in frmQuery.o
>       queryFavouriteFolder::saveFolder(_xmlTextWriter*) in favourites.o
>       queryMacroList::saveList(_xmlTextWriter*) in macros.o
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
>
> I've set /configure  --with-wx-version=3.0 and tried --with-arch-x86_64 but
> no success. How can I correct this?

You need to use a 32 bit build of libxml2 (and possibly some of the
other libraries used). We typically use private builds for some such
libraries, and install them into /usr/local.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: "Charlie Clark"
Дата:
Сообщение: Problem building on MacOS
Следующее
От: Dave Page
Дата:
Сообщение: Re: Problem building on MacOS