Nonono,
checking how to printf ptrdiff_t... type does not exist
That means Pike gets confused. Try adding this to global.h (before the last #endif):
#ifndef PRINTPTRDIFFT #define PTRINTPTRDIFFT "" #endif
/ Mirar
Previous text:
2004-01-17 23:05: Subject: Re: PRINTPTRDIFFT on pike 7.5
Le 16 janv. 04, à 21:45, Mirar @ Pike developers forum a écrit :
Looks like it.
The configure test looks like this:
MY_AC_CHECK_PRINTF_INT_TYPE(ptrdiff_t, "t" "" "l" "ll" "L", "", PRINTPTRDIFFT, [%${res}d, %${res}x])
Do you have a ptrdiff_t at all? Maybe Pike is using some replacement type but forgot to default the printing to the correct type...
What does configure say here? checking how to print ptrdiff_t... <?>
It says "yes" :)
And the machine is in pike farm : http://pike.ida.liu.se/generated/pikefarm/7.5/1672_383/makelog.html (all data is here http://pike.ida.liu.se/development/pikefarm/result.xml? id=1672_383&pike=7_5 ).
/Xavier
/ Brevbäraren