
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
RE error: illegal byte sequence on Mac OS X
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
RE error: illegal byte sequence on Mac OS X
I'm trying to replace a string in a Makefile on Mac OS X for cross-compiling to iOS. The string h... I'm trying to replace a string in a Makefile on Mac OS X for cross-compiling to iOS. The string has embedded double quotes. The command is: sed -i "" 's|"iphoneos-cross","llvm-gcc:-O3|"iphoneos-cross","clang:-Os|g' Configure And the error is: sed: RE error: illegal byte sequence I've tried escaping the double quotes, commas, dashes, and colons with no joy. For example: sed -i "" 's|\"iphoneos-cros