Unix Technical Forum

fixing uuid-ossp

This is a discussion on fixing uuid-ossp within the pgsql Hackers forums, part of the PostgreSQL category; --> I propose to unbreak this contrib module for machines that don't have uuid.h installed in a directory called ossp ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-12-2008, 08:42 AM
Andrew Dunstan
 
Posts: n/a
Default fixing uuid-ossp


I propose to unbreak this contrib module for machines that don't have
uuid.h installed in a directory called ossp (e.g. fc6), by changing
#include <ossp/uuid.h>
to
#include <uuid.h>

People who *do* have it installed in such a directory can add to the
build with a --with-includes configure directive.

If someone feels like fixing this using some configure magic calling
uuid-config in a similar way to the way we use tclConfig.sh, that might
be nice, but I don't have time right now.

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-12-2008, 08:42 AM
Andrew Dunstan
 
Posts: n/a
Default Re: fixing uuid-ossp



I wrote:
>
> I propose to unbreak this contrib module for machines that don't have
> uuid.h installed in a directory called ossp (e.g. fc6), by changing
> #include <ossp/uuid.h>
> to
> #include <uuid.h>
>
> People who *do* have it installed in such a directory can add to the
> build with a --with-includes configure directive.
>
> If someone feels like fixing this using some configure magic calling
> uuid-config in a similar way to the way we use tclConfig.sh, that
> might be nice, but I don't have time right now.
>
>


I have committed this now.

cheers

andrew

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:05 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com