[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dennou-ruby:001737] Re: Ruby/GSL



吉川です。

 ruby-gslっていうのもありますが、narrayとの相性がイマイチで少々困って いました。常定さんのはその辺が考えられていて助かります。

ところで、Intel gcc 3.3.2では rb_gsl_cheb.hをコンパイルするときに、文 法エラーで止まってしまいました。

 一つ gsl_math.hを入れると解決しましたが、何ででしょうね?
深追いはしていませんが、ご報告まで。

#include "ruby.h"
#include <gsl/gsl_math.h> <------------これ
#include <gsl/gsl_chebyshev.h>
#include "rb_gsl.h"
#include "rb_gsl_function.h"
extern VALUE cgsl_cheb;

--
-------------------------------------------------
Masahide Kikkawa, M.D., Ph. D.
Assistant Professor, Department of Cell Biology
University of Texas, Southwestern Medical Center
5323 Harry Hines Blvd. Dallas, Texas, 75390-9039
tel	214-648-6333  Room J2.118
fax	214-648-8694  Lab phone 214-648-6340
-------------------------------------------------