Using gnu-iostream.h header

247 Views Asked by At

I am trying to plot directly in my C program to Gnuplot, so I am using the header

#include "gnuplot-iostream.h"

But it is missing a dependency of file_descriptor.hpp. I've already copied the entire directory of Gnuplot into my current directory. Does anyone have an idea what a fix could be? I have tried searching on spotlight for the file but I can't find it (I think spotlight is just sketchy).

0

There are 0 best solutions below