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
I get an error while building. I suspect I need to install a library. It would be good if configure or the error pointed users to the library that is missing.
Specifically, line 196 of the Makefile has the statement: echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
I get an error while building. I suspect I need to install a library. It would be good if configure or the error pointed users to the library that is missing.
Specifically, line 196 of the Makefile has the statement:
echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \
cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo
It appears GMSGFMT is defined as ":".
Ubuntu version:
Ubuntu 18.04.5 LTS
G++ version:
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Actually error:
The text was updated successfully, but these errors were encountered: