誰かがこれを手伝ってくれるかどうか疑問に思いました。
gnuplot-iostreamインターフェースのソースコードをhttp://www.stahlke.org/dan/gnuplot-iostream/から取得しました。ただし、次のコマンドを使用してコードをコンパイルしようとすると、次のようになります。
]$ cmake .; make
次のコンパイラエラーが発生します
/.../gnuplot-iostream.h: In constructor ‘Gnuplot::Gnuplot(const std::string&)’:
/.../gnuplot-iostream.h:427: error: ‘never_close_handle’ is not a member of ‘boost::iostreams’
Scientific Linux 6.2(kernal 2.6.32-220.23.1.el6.x86_64)、g ++ 4.4.6を使用しており、Boostライブラリがインストールされています(/ usr / include / boost / iostreams /が存在します)。
どんな援助でも大歓迎です。
D