<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=KOI8-R">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hi,<br>
<br>
I tried pull recent GIT copy, and build by bootstrap.sh + make
all,<br>
on the FreeBSD v 7.2.<br>
<br>
<b>See error:</b><br>
<br>
In file included from
/usr/home/olegh/freeswitch/GIT/freeswitch/libs/spandsp/src/spandsp.h:101,<br>
šššššššššššššššš from ./src/include/private/switch_core_pvt.h:35,<br>
šššššššššššššššš from src/switch_apr.c:37:<br>
/usr/home/olegh/freeswitch/GIT/freeswitch/libs/spandsp/src/spandsp/t4_tx.h:145:
error: expected declaration specifiers or '...' before 'tz_t'<br>
gmake[1]: *** [libfreeswitch_la-switch_apr.lo] Error 1<br>
gmake: *** [all] Error 2<br>
</tt><br>
<tt><b>I assume, tz_t is not defined:</b><br>
<br>
/*! Set the time zone for the time stamp in page header lines. If
this function is not used<br>
ššš the current time zone of the program's environment is used.<br>
ššš \brief Set the header timezone.<br>
ššš \param s The T.4 context.<br>
ššš \param tz A time zone descriptor. */<br>
SPAN_DECLARE(void) t4_tx_set_header_tz(t4_state_t *s, tz_t *tz);<br>
<br>
# man tz_t<br>
No manual entry for tz_t<br>
<br>
<br>
<b>How to define it correctly?</b><br>
<br>
<br>
Thanks,<br>
Oleg<br>
<br>
</tt>
</body>
</html>