Bug 25236

Summary: [gtk] WebKitGTK 1.1.5 gain L10N but don't check for msgfmt
Product: WebKit Reporter: Arthur Webkid <arthur.webkid>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   

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.