Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #51

Open
qianxiansheng90 opened this issue May 21, 2018 · 1 comment
Open

install error #51

qianxiansheng90 opened this issue May 21, 2018 · 1 comment

Comments

@qianxiansheng90
Copy link

CentOS7.1
PG10.3
./install.sh error:

func.c: In function ‘imcs_cast_to_char_next’:
func.c:1066:16: error: ‘FLT_DIG’ undeclared (first use in this function)
ndig = FLT_DIG + extra_float_digits;
^
func.c:1066:16: note: each undeclared identifier is reported only once for each function it appears in

@knizhnik
Copy link
Owner

Sorry, I can not reproduce th problem on CentOS 7
FLT_DIG is defined inn float.h and it is used in several Postgres files.
May be there is some "dummy" float.h file in your include path when you are building IMCS extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants