dbTalk Databases Forums  

contrib/xml make error on Mac OS X 10.3.4

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss contrib/xml make error on Mac OS X 10.3.4 in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joel Rodrigues
 
Posts: n/a

Default contrib/xml make error on Mac OS X 10.3.4 - 07-30-2004 , 12:42 PM






This is what happens :

make
gcc -no-cpp-precomp -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
-Wmissing-declarations -I. -I../../src/include -c -o pgxml_dom.o
pgxml_dom.c
pgxml_dom.c:11:26: libxml/xpath.h: No such file or directory
pgxml_dom.c:12:25: libxml/tree.h: No such file or directory
pgxml_dom.c:13:30: libxml/xmlmemory.h: No such file or directory

.... followed by several errors & warnings


Any ideas ? I never had any trouble compiling it on OS X 10.1.5

- Joel


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)


Reply With Quote
  #2  
Old   
Joel Rodrigues
 
Posts: n/a

Default Fwd: contrib/xml make error on Mac OS X 10.3.4 - 08-01-2004 , 03:42 AM






Thought I'd try this on the pgsql-general list.

Begin forwarded message:
Quote:
This is what happens :

make
gcc -no-cpp-precomp -O2 -fno-strict-aliasing -Wall
-Wmissing-prototypes -Wmissing-declarations -I. -I../../src/include
-c -o pgxml_dom.o pgxml_dom.c
pgxml_dom.c:11:26: libxml/xpath.h: No such file or directory
pgxml_dom.c:12:25: libxml/tree.h: No such file or directory
pgxml_dom.c:13:30: libxml/xmlmemory.h: No such file or directory

... followed by several errors & warnings


Any ideas ? I never had any trouble compiling it on OS X 10.1.5

- Joel
The files do exist, for example:
/usr/include/libxml2/libxml/xpath.h

Cheers,
- Joel


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match



Reply With Quote
  #3  
Old   
Joel Rodrigues
 
Posts: n/a

Default Re: [GENERAL] Fwd: contrib/xml make error on Mac OS X 10.3.4 - 08-02-2004 , 04:04 AM



Thank you ! that did it. - Joel

On Aug 1, 2004, at 11:15, Peter Eisentraut wrote:

Quote:
Joel Rodrigues wrote:
The files do exist, for example:
/usr/include/libxml2/libxml/xpath.h

Try

make all CPPFLAGS=-I/usr/include/libxml2

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.