Dear Rhys, 

Sory for my late replay.

I tried the gsl1.14 dist and it works. 
However, I did not try to fix the problem with the 1.15 gsl dist. 

Thanks for your help

Regards

Emmanuel

Le 10 oct. 2012 à 00:33, Rhys Ulerich a écrit :

> Finally, this should be back as part of the right thread...
> 
>> pow_int.c:42: error: conflicting types for 'gsl_pow_uint'
>> pow_int.c:39: note: previous implicit declaration of 'gsl_pow_uint' was here
> 
> At pow_int.c:39 the compiler is saying it didn't see the declaration
> of gsl_pow_uint(...) which should have been #included from
> <gsl/gsl_pow_int.h> by pow_int.c:26.  Consequently, it assumes
> gsl_pow_uint(...) should be defined implicitly.  The implicit
> definition is contradicted at pow_int.c:42 when the function
> implementation is encountered.
> 
> The question becomes: why isn't pow_int.c:26 pulling in the
> gsl_pow_uint(...) declaration from gsl_pow_int.h?
> 
> Could you try sticking a statement like
> ERROR_THIS_WILL_BREAK_THE_COMPILER; at gsl_pow_int.h:55 to see if the
> header is getting #included?
> 
> - Rhys

======================================
Emmanuel Cordier
Université de La Réunion
Laboratoire GéoSciences Réunion - LGSR
[email protected]
tel : +262 (0)2 62 93 86 82
gsm : +262 (0)6 92 24 28 05





Reply via email to