Re: Problems compiling contribs in Open Solaris - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Problems compiling contribs in Open Solaris
Date
Msg-id 20090730021631.GG18634@alvh.no-ip.org
Whole thread Raw
In response to Problems compiling contribs in Open Solaris  (Emanuel Calvo Franco <postgres.arg@gmail.com>)
Responses Re: Problems compiling contribs in Open Solaris
List pgsql-general
Emanuel Calvo Franco escribió:
> HI all,
>
> 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).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: "Alan Deane"
Date:
Subject: Re: V8.3 fails to start after unremming hba_file = 'ConfigDir/pg_hba.conf'
Next
From: "Alan Deane"
Date:
Subject: Re: V8.3 fails to start after unremming hba_file = 'ConfigDir/pg_hba.conf'