You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After
git clone
autoreconf -i
During
./configure
the following error occurred:
checking for LIBPQXX... ./configure: line 4035: syntax error near unexpected token noext,mandatory' ./configure: line 4035: AX_CXX_COMPILE_STDCXX_11(noext,mandatory)'
It may be because I have not installed libpqxx-dev (couldn't find it in the Arch Linux repos).
The text was updated successfully, but these errors were encountered:
After
git clone
autoreconf -i
During
./configure
the following error occurred:
checking for LIBPQXX... ./configure: line 4035: syntax error near unexpected token
noext,mandatory' ./configure: line 4035:
AX_CXX_COMPILE_STDCXX_11(noext,mandatory)'It may be because I have not installed libpqxx-dev (couldn't find it in the Arch Linux repos).
The text was updated successfully, but these errors were encountered: