RESOLVED DUPLICATE of bug 2523525236
[gtk] WebKitGTK 1.1.5 gain L10N but don't check for msgfmt
https://bugs.webkit.org/show_bug.cgi?id=25236
Summary [gtk] WebKitGTK 1.1.5 gain L10N but don't check for msgfmt
Arthur Webkid
Reported 2009-04-16 05:55:28 PDT
The build system (configure) should check if the host computer has msgfmt (gettext) ready. Currently the build system does not check, so if one build WebKitGTK without gettext installed, one would able to pass configure but fail with the following message eventually during compile: make[1]: Entering directory `/home/arthurwebkid/src/webkit-1.1.5' test -d WebKit/gtk/po/ || mkdir -p WebKit/gtk/po/ -c -o WebKit/gtk/po/de.mo WebKit/gtk/po/de.po /bin/bash: line 1: -c: command not found make[1]: *** [WebKit/gtk/po/de.mo] Error 127 make[1]: Leaving directory `/home/arthurwebkid/src/webkit-1.1.5' make: *** [all] Error 2
Attachments
Arthur Webkid
Comment 1 2009-04-16 06:02:18 PDT
*** This bug has been marked as a duplicate of 25235 ***
Note You need to log in before you can comment on or make changes to this bug.