djimenez / iconv-go

iconv support for Go
BSD 2-Clause "Simplified" License
418 stars 66 forks source link

install error #7

Closed centny closed 11 years ago

centny commented 11 years ago

github.com/djimenez/iconv-go clang: error: argument unused during compilation: '-fno-eliminate-unused-debug-types'

I get the error when install in osx 10.8.4

centny commented 11 years ago

I found the reason by myself.because of i install the xcode5-dp,the clang version is newer,it not support fno-eliminate-unused-debug-types or a bug. fix it by this article:http://www.cocoanetics.com/2012/07/you-dont-need-the-xcode-command-line-tools/ swith the xcode and reinstall the command line tools.