Hi, I am trying to compile an example from the docs. Compute a rolling mean using the new package Moving Window Statistics.
My code is producing the following error (Windows 10, MinGW.org GCC-6.3.0-1, GSL 2.5): > g++ gsl_rolling_stats.cpp -lgsl -o gsl_rolling_stats.exe > In file included from gsl_rolling_stats.cpp:11:0: > c:\documents\progrs\mingw32\include\gsl\gsl_movstat.h:58:9: error: expected > unqualified-id before 'delete' > int (*delete) (void * vstate); > ^~~~~~ > c:\documents\progrs\mingw32\include\gsl\gsl_movstat.h:58:9: error: expected > ')' before 'delete' I compiled GSL compiled from source using MinGW and msys. I have tested my GSL installation with other GSL code and everything is working fine. I appreciate any help. Thank you! Daniel
