Re: Problem building on MacOS

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Charlie Clark <charlie(dot)clark(at)clark-consulting(dot)eu>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Problem building on MacOS
Date: 2014-09-23 15:00:10
Message-ID: CA+OCxox_BBw45MtTG+rU+=P0rC2aX7QqBX90v4H5B9WjeSPiag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, Sep 23, 2014 at 3:57 PM, Charlie Clark
<charlie(dot)clark(at)clark-consulting(dot)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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Charlie Clark 2014-09-23 15:12:33 Re: Problem building on MacOS
Previous Message Charlie Clark 2014-09-23 14:57:02 Problem building on MacOS