octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48557] gsl: DESCRIPTION gives no indication o


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #48557] gsl: DESCRIPTION gives no indication of supported GSL versions
Date: Tue, 19 Jul 2016 10:09:25 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36

Follow-up Comment #4, bug #48557 (project octave):

I have cloned the recent  gsl repo. and execute make dist
then gsl-1.1.0.tar.gz is generated. 

I have used gsl library from ubuntu repo. (gsl-1.6)
and tried pkg install.
The number of errors is reduced but I still have met an error


g++ -c -I/usr/include -fPIC -I/opt/octave/4.0.3/include/octave-4.0.3/octave/..
-I/opt/octave/4.0.3/include/octave-4.0.3/octave -I/opt/octave/4.0.3/include
-pthread -fopenmp -g -O2    -DHAVE_OCTAVE_40 gsl_sf.cc -o gsl_sf.o
g++ -I/opt/octave/4.0.3/include/octave-4.0.3/octave/..
-I/opt/octave/4.0.3/include/octave-4.0.3/octave -I/opt/octave/4.0.3/include
-pthread -fopenmp -g -O2 -shared -Wl,-Bsymbolic  -o legendre_sphPlm_array.oct 
legendre_sphPlm_array.o   -lgsl -L/opt/octave/4.0.3/lib/octave/4.0.3
-L/opt/octave/4.0.3/lib -loctinterp -loctave   
gsl_sf.cc: In function 'octave_value_list Fmathieu_a(const octave_value_list&,
int)':
gsl_sf.cc:5227:32: error: 'gsl_sf_mathieu_a_e' was not declared in this scope
                      &result[i]);
                                ^
gsl_sf.cc: In function 'octave_value_list Fmathieu_b(const octave_value_list&,
int)':
gsl_sf.cc:5311:32: error: 'gsl_sf_mathieu_b_e' was not declared in this scope
                      &result[i]);
                                ^
gsl_sf.cc: In function 'octave_value_list Fmathieu_ce(const
octave_value_list&, int)':
gsl_sf.cc:10483:32: error: 'gsl_sf_mathieu_ce_e' was not declared in this
scope
                      &result[i]);
                                ^
gsl_sf.cc: In function 'octave_value_list Fmathieu_se(const
octave_value_list&, int)':
gsl_sf.cc:10578:32: error: 'gsl_sf_mathieu_se_e' was not declared in this
scope
                      &result[i]);
                                ^
gsl_sf.cc: In function 'octave_value_list Fmathieu_Mc(const
octave_value_list&, int)':
gsl_sf.cc:11196:32: error: 'gsl_sf_mathieu_Mc_e' was not declared in this
scope
                      &result[i]);
                                ^
gsl_sf.cc: In function 'octave_value_list Fmathieu_Ms(const
octave_value_list&, int)':
gsl_sf.cc:11308:32: error: 'gsl_sf_mathieu_Ms_e' was not declared in this
scope
                      &result[i]);
                                ^
make: *** [gsl_sf.oct] Error 1


The situation is improved but seem not to be complete yet.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48557>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]