[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] XCode and GSL
From: |
Martin Jansche |
Subject: |
Re: [Help-gsl] XCode and GSL |
Date: |
Mon, 26 Jun 2006 12:04:04 -0400 |
On 6/26/06, George Japaridze <address@hidden> wrote:
- Header Search Paths - /usr/local/include/gsl
[snip]
#include <gsl/gsl_sf_bessel.h>
[snip]
comes out with error message: "error: gsl/gsl_sf_bessel.h: No such
file or directory",
My guess is the setting of Header Search Paths is wrong. What is the
full path to gsl_sf_bessel.h? If it's
/usr/local/include/gsl/gsl_sf_bessel.h, then you'd have to set Header
Search Paths to /usr/local/include.
-- mj