Dear all,
I have trouble building the recent (2016-04) source from CVS. The GSL
version is 1.16. I tried with both Linux and Mac OS X (with GSL is
installed from the homebrew repository for the latter), and the error
is the same.
The "python setup.py config" step seems to go fine. The following
error is encountered during the build stage:
"""
swig_src/callback_wrap.c:4149:34: error: redefinition of
'gsl_multimin_fminimizer_nmsimplex' with a different type:
'gsl_multimin_fminimizer_type *' vs 'const
gsl_multimin_fminimizer_type *'
gsl_multimin_fminimizer_type
*gsl_multimin_fminimizer_nmsimplex = NULL;
^
/usr/local/Cellar/gsl/1.16/include/gsl/gsl_multimin.h:220:45: note:
previous declaration is here
GSL_VAR const gsl_multimin_fminimizer_type *gsl_multimin_fminimizer_nmsimplex;
"""
It seems that the configured PyGSL source falsely believes that
gsl_multimin_fminimizer_nmsimplex is not available (?)
Best wishes,
Cong.
------------------------------------------------------------------------------
_______________________________________________
pygsl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss