[asterisk-bugs] [Asterisk 0010534]: /usr/src/asterisk/main/minimime/mm.h uint32_t not recognized
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 23 06:12:52 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10534
======================================================================
Reported By: philmorew
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10534
Category: PBX/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-23-2007 05:22 CDT
Last Modified: 08-23-2007 06:12 CDT
======================================================================
Summary: /usr/src/asterisk/main/minimime/mm.h uint32_t not
recognized
Description:
so I added the following to continue the make immediately after:
#include <sys/types.h>
/* start */
#if defined(__OpenBSD__) || defined( __FreeBSD__)
#include <inttypes.h>
#else
#include <stdint.h>
#endif
/*
* * If you do not have the ISO standard stdint.h header file, then you
* * must typdef the following:
* * name meaning
* * uint32_t unsigned 32 bit integer
* * uint8_t unsigned 8 bit integer (i.e., unsigned char)
* *
* */
/* finish */
======================================================================
----------------------------------------------------------------------
philmorew - 08-23-07 06:12
----------------------------------------------------------------------
Looks like this was already in the queue: 80429
Issue History
Date Modified Username Field Change
======================================================================
08-23-07 06:12 philmorew Note Added: 0069291
======================================================================
More information about the asterisk-bugs
mailing list