1
I am using codeblocks and the library however I am with the following error:
fatal error: libpq-fe.h: No such file or directory
I have already added the path pointing to the header file by the following path
Project -> Build Options -> Linker Settings.
Is there any other way to access this library??
See if it can help you. https://github.com/jgallagher/go-libpq/issues/4
– Netinho Santos
Linux or Windows ?
– Lacobus
@Lacobus, I use Windows.
– Willian Lima
@Netinhosantos, Thanks for your help, but I had to install another IDE
– Willian Lima