Tuesday, 11 March 2014

finding .h files.


i not error message include in main.
#include "./gsl-1.13/linalg/gsl_linalg.h"
in gsl_linalg.h include


#ifndef __gsl_linalg_h__
#define __gsl_linalg_h__
#include "./gsl-1.13/gsl_mode.h"
gives me error saying no such file or directory.
there. checked.
 

gsl-1.13 located main is, include statement finds gsl_linalg.h

when include statement file read in, looking gsl-1.13 relative gsl_linalg.h, , can't find because gsl-1.13 isn't gsl_linalg.h is. gsl-1.13 locate @ ../../gsl-1.13 relative gsl_linalg.h

edit gsl_linalg.h include statement give proper path, or compile -i. include path has directory main program in.
 


Forums Macs Mac Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

No comments:

Post a Comment