cyga / www_fdw

fdw extension for postgres
http://wiki.postgresql.org/wiki/WWW_FDW
123 stars 21 forks source link

Installation via `pgxn` fails :( #3

Open bruno- opened 10 years ago

bruno- commented 10 years ago

Hi, I'm new to the postgresql community. Your extension is the first one I wanted to try by installing from pgxn.

After hitting pgxn install www_fdw here's the error output I get. In short - it fails, and I can't even tell is it because of something I did (or didn't do) or something else..

Other info: OS X 10.9.4 (laptop, not a server), PG version 9.4beta2. Please let me know is there some other info I can provide. I'll be responsive to any request.

Any help is appreciated! Thanks

cyga commented 10 years ago

It's compilation error. You can fix it with defining macros as empty string in: https://github.com/cyga/www_fdw/blob/master/src/utils.h

Most probably it can be fixed with special flags for compilation. I'm not sure, need to test it.