0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MacでCatalinaにOSアップデートするとincludeでwchar.hなどが見つからなくなった

Posted at

OSアップデート後コンパイルが通らなくなりました
エラー文
/usr/local/Cellar/gcc@4.9/4.9.4_1/include/c++/4.9.4/wchar.h:119:24: fatal error: wchar.h: No such file or directory
#include_next
などなど・・
以前にも同様のエラーが発生したことがあるのですが
ネットに載っている方法(gcc再インストールやxcode再インストールなど)
ではうまくいきませんでした
ディレクトリ4.9.4にwchar.hなどヘッダーファイルはあるんですがコンパイルできないです
どうしてでしょうか?

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?