Brian Gladman <brg <at> gladman.plus.com> writes:
> > I provide Visual Studio 2010 build files for GSL-1.15 here: > > http://gladman.me.uk/computing/gnu_scientific_library.php > > Brian Gladman > > Hi Brian, I want to use GSL within VS2010 too. I downloaded your build files and gsl-1.15.tar.gz from ftp://ftp.gnu.org/gnu/gsl/ Further I have VS2010 Professional Version. I followed all steps, described in your readme, but I am not able to build the gsl library. I have some compiling Errors, when compiling the gsl.lib: 2>..\..\ode-initval2\rk4imp.c(252): error C2097: Unzulässige Initialisierung 2>..\..\ode-initval2\rk4imp.c(252): error C2097: Unzulässige Initialisierung further I get a bunch of Errors in bspline.c : 4> bspline.c 4>..\..\bspline\bspline.c(221): error C2143: Syntaxfehler: Es fehlt ';' vor 'Typ' 4>..\..\bspline\bspline.c(222): error C2275: 'size_t': Ungültige Verwendung dieses Typs als Ausdruck 4> C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\include\crtdefs.h(402): Siehe Deklaration von 'size_t' 4>..\..\bspline\bspline.c(222): error C2146: Syntaxfehler: Fehlendes ';' vor Bezeichner 'km1' SORRY...Compiler Outputs are in German! do you have an idea, what could be wrong? The first error seems to be a Problem with sqrt Thanks Richard
