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
Commit 32e26dc causes bootstrap to fail on OS X with:
invoke gl_INIT in ./configure.ac.
Creating lib/unicase/special-casing-table.h for gperf < 3.1
sed: 1: "lib/unicase/special-cas ...": extra characters at the end of l command
./bootstrap: bootstrap_post_import_hook failed
Commit 32e26dc causes bootstrap to fail on OS X with:
Creating lib/unicase/special-casing-table.h for gperf < 3.1
sed: 1: "lib/unicase/special-cas ...": extra characters at the end of l command
./bootstrap: bootstrap_post_import_hook failed
Per the discussion at
https://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux, the -i option is not part of POSIX Sed, and is apparently implemented differently on BSD/Apple OS X/macOS.
The text was updated successfully, but these errors were encountered: