Re: Problems compiling contribs in Open Solaris

From: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems compiling contribs in Open Solaris
Date: 2009-07-30 16:09:09
Message-ID: f205bb120907300909s69339f70x61bb25d5caf956c5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> I trying to compile several contribs in Osol. I had in result some
>> problems to take them work.
>>
>> /opt/SUNWspro/bin/cc -Xa -xO3 -xarch=native -xspace -W0,-Lt
>> -W2,-Rcond_elim -Xa -xildoff -xc99=none -xCC -KPIC -I.
>> -I../../src/include   -c -o xpath.o xpath.c
>> Putting child 0x080a3290 (xpath.o) PID 1718 on the chain.
>> Live child 0x080a3290 (xpath.o) PID 1718
>> "xpath.c", line 18: cannot find include file: <libxml/xpath.h>
>> "xpath.c", line 19: cannot find include file: <libxml/tree.h>
>> "xpath.c", line 20: cannot find include file: <libxml/xmlmemory.h>
>> "xpath.c", line 21: cannot find include file: <libxml/xmlerror.h>
>> "xpath.c", line 22: cannot find include file: <libxml/parserInternals.h>
>
> You need to tell configure where to find libxml's headers
> (--with-includes).
>

Ok, sounds good :)

I will try to take a woraround on this shortly.

Thkx Alvaro!

--
Emanuel Calvo Franco
www.emanuelcalvofranco.com.ar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-07-30 16:33:48 Re: PostgreSQL server listen on other port than 5432
Previous Message Dotan Barak 2009-07-30 15:46:04 Re: PostgreSQL server listen on other port than 5432