brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
263 stars 29 forks source link

Could not find the program ['msgfmt'] #145

Closed royi-klein closed 7 months ago

royi-klein commented 7 months ago

./waf configure --prefix=/usr --includeresampler --includeconvolver --optimization Setting top to : /home/royi/guitar/guitarix/trunk Setting out to : /home/royi/guitar/guitarix/trunk/build Checking for git submodule : up to date Checking for program 'msgfmt' : not found Could not find the program ['msgfmt']

brummer10 commented 7 months ago

msgfmt is part of gettext. (used for localisation) You could install gettext or, add the flag --disable-nls to the configure command.

brummer10 commented 7 months ago

I assume your issue is solved, so close this issue.