Did this (to make sure I started from scratch):<br><br>rm -rf /usr/src/freeswitch.trunk<br>rm -rf /usr/local/freeswitch<br>svn checkout <a href="http://svn.freeswitch.org/svn/freeswitch/trunk">http://svn.freeswitch.org/svn/freeswitch/trunk</a> freeswitch.trunk<br>
cd freeswitch.trunk/<br>./bootstrap.sh<br>./configure<br>make<br><br>... and then it pukes all over the place with errors compiling odbc support ... but I thought that odbc was disabled by default.<br><br>Errors look like this:<br>
<br>Compiling src/switch_odbc.c ...<br>In file included from src/switch_odbc.c:33:<br>./src/include/switch_odbc.h:36:17: error: sql.h: No such file or directory<br>./src/include/switch_odbc.h:43:20: error: sqlext.h: No such file or directory<br>
./src/include/switch_odbc.h:45:22: error: sqltypes.h: No such file or directory<br>In file included from src/switch_odbc.c:33:<br>./src/include/switch_odbc.h:66: error: expected declaration specifiers or &#39;...&#39; before &#39;SQLHSTMT&#39;<br>
./src/include/switch_odbc.h:96: error: expected declaration specifiers or &#39;...&#39; before &#39;SQLHSTMT&#39;<br>src/switch_odbc.c:43: error: expected specifier-qualifier-list before &#39;SQLHENV&#39;<br>src/switch_odbc.c: In function &#39;switch_odbc_handle_new&#39;:<br>
src/switch_odbc.c:76: error: &#39;switch_odbc_handle_t&#39; has no member named &#39;env&#39;<br>src/switch_odbc.c:76: error: &#39;SQL_NULL_HANDLE&#39; undeclared (first use in this function)<br>src/switch_odbc.c:76: error: (Each undeclared identifier is reported only once<br>
src/switch_odbc.c:76: error: for each function it appears in.)<br>src/switch_odbc.c:77: error: &#39;switch_odbc_handle_t&#39; has no member named &#39;state&#39;<br>src/switch_odbc.c: In function &#39;switch_odbc_handle_disconnect&#39;:<br>
src/switch_odbc.c:96: error: &#39;switch_odbc_handle_t&#39; has no member named &#39;state&#39;<br>cc1: warnings being treated as errors<br>src/switch_odbc.c:97: warning: implicit declaration of function &#39;SQLDisconnect&#39;<br>
src/switch_odbc.c:97: error: &#39;switch_odbc_handle_t&#39; has no member named &#39;con&#39;<br>src/switch_odbc.c:105: error: &#39;switch_odbc_handle_t&#39; has no member named &#39;state&#39;<br>src/switch_odbc.c: In function &#39;switch_odbc_handle_connect&#39;:<br>
src/switch_odbc.c:113: error: &#39;SQLINTEGER&#39; undeclared (first use in this function)<br>src/switch_odbc.c:113: error: expected &#39;;&#39; before &#39;err&#39;<br>src/switch_odbc.c:116: error: &#39;SQLSMALLINT&#39; undeclared (first use in this function)<br>
src/switch_odbc.c:116: error: expected &#39;;&#39; before &#39;valueLength&#39;<br><br><br>SDR<br>