c++ - Xcode can't find one of my gsl headers -
i installed gsl in /developer/usr/ , applied these settings:
header search paths: /usr/local/include library search paths: /usr/local/lib other linker flags: -lgsl -lm
after xcode can find every header file in gsl besides gsl_odeiv2.h, including gsl_odeiv.h. idea why 1 header can't found?
Comments
Post a Comment