LoginSignup
1
1

More than 5 years have passed since last update.

Django環境を構築していたら

Posted at

「cc1: error: unrecognized command line option "-Wno-null-conversion"」エラーにはまったので対応策をメモ

私の環境

・mac os 10.8.4
・mac port 2.1.3
・mysql-server 5.6.12
・python 2.7.3

書き換えたファイル

/opt/local/bin/mysql_config (mac portの場合)

cflags="-I$pkgincludedir -pipe -O2   -Wall -Wno-null-conversion -Wno-unused-private-field -Os -g -fno-strict-aliasing -DDBUG_OFF  " #note: end space!
cflags="-I$pkgincludedir  -Wall   -Os -g -fno-strict-aliasing -DDBUG_OFF -arch x86_64 "

上記のようにしたらインストールできた。

1
1
0

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
1
1