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

compile error : Cannot open include file: 'libintl.h' or 'sqlparse.h' #3

Closed
joelBrun opened this issue May 13, 2013 · 1 comment
Closed

Comments

@joelBrun
Copy link

with visual studio 2010, I have an error while compiling the project.
the error messages are :

c:\program files\postgresql\9.2\include\server\c.h(96): fatal error C1083: Cannot open include file: 'libintl.h': No such file or directory

..\plvlex.c(23): fatal error C1083: Cannot open include file: 'sqlparse.h'

do you have other dependencies then PostgreSQL we need to install befole compiling the project ?

@okbob
Copy link
Contributor

okbob commented Dec 27, 2014

There is indirect dependency on Bison and flex. I stored files produced by bison and flex to git repository, so now a building process should be simpler. libintl is used by Postgres, and it is part of GNU gettext package.

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