On Sat, Nov 18, 2000 at 02:38:42PM +0100, Peter Mittermayer wrote:
> Hi,
>
> The fix with bsd-snprintf in blackbox 0.61.1 still does not work
> on Tru64 Unix. I have no idea why. I tried to replace the
> bsd-snprintf with my private version of snprintf which I used for
> compiling blackbox 0.60.3 and which worked then, but even this
> does not work this time.
>
> Is there already a solution available??
>
Strange... Could you check the config.h file that configure
places at the top of the source tree and see if you have a
line like
/* Define if you have the snprintf function. */
#define HAVE_SNPRINTF 1
My only thought at the moment is that perhaps somehow
configure is concluding that snprintf exists elsewhere,
so blackbox doesn't compile it in.
Jeff Raven