[Webkit-unassigned] [Bug 88407] WebKit-GTK 1.8.1 does not build on OS X 10.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 23:41:11 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88407





--- Comment #3 from Jeremy Huddleston <jeremyhu at apple.com>  2012-08-17 23:41:47 PST ---
Which comes from:

webkit-1.8.2 $ sudo make V=1
echo -n > ./DerivedSources/WebCore/idl_files_list
...

Workaround is to use /bin/echo rather than the shell's builtin.  If /bin/sh is the shell being used by make, then "echo -n" will simply echo "-n" ...

sed -i 's:echo -n:/bin/echo -n:g' GNUmakefile{.in,}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list