help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] test release for GSL 2.3


From: sisyphus1
Subject: Re: [Help-gsl] test release for GSL 2.3
Date: Wed, 7 Dec 2016 00:31:46 +1100

-----Original Message----- From: address@hidden
Sent: Tuesday, December 06, 2016 11:09 AM
To: address@hidden ; Patrick Alken
Subject: Re: [Help-gsl] test release for GSL 2.3

On MS Windows, using gcc, I reported:

###########################################

=========================================
   gsl 2.2.90: spmatrix/test-suite.log
=========================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test
==========

gsl: spio.c:178: ERROR: fscanf failed reading header
Default GSL error handler invoked.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

###########################################

Adding 'CC="gcc -D__USE_MINGW_ANSI_STDIO"' to the configure args fixes the problem, and the spmatrix test then passes.

I'm thinking it's the "%lg" in 'gsl_spmatrix_fprintf(f, A, "%lg");' in spmatrix/test.c that needs __USE_MINGW_ANSI_STDIO to be defined.
(But if that doesn't make sense, then it might be something else ;-)

Cheers,
Rob



reply via email to

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