Developer&#39;s kit. I have nothing installed using ports/brew/fink<br><br><div class="gmail_quote">On Sat, May 26, 2012 at 10:52 AM, Ken Rice <span dir="ltr">&lt;<a href="mailto:krice@freeswitch.org" target="_blank">krice@freeswitch.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<font face="Monaco, Courier New"><span style="font-size:11pt">Are you using the Apple Developers Kit or are you using something else?<div class="im"><br>
<br>
<br>
On 5/26/12 11:56 AM, &quot;Neil Patel&quot; &lt;<a href="http://neilp@cs.stanford.edu" target="_blank">neilp@cs.stanford.edu</a>&gt; wrote:<br>
<br>
</div></span></font><blockquote><font face="Monaco, Courier New"><span style="font-size:11pt"><div class="im">Hi All, another OSX Lion build issue:<br>
<br>
On bootstrap I&#39;m getting this output:<br>
<br>
anitya:freeswitch neil$ ./bootstrap.sh <br>
bootstrap: checking installation...<br>
bootstrap: autoconf version 2.59 (ok)<br>
bootstrap: automake version 1.7.1 (ok)<br>
bootstrap: aclocal version 1.7.1 (ok)<br>
bootstrap: libtool version 1.5.24 (ok)<br>
Bootstrapping using:<br>
  autoconf  : /usr/local/bin/autoconf<br>
  automake  : /usr/local/bin/automake<br>
  aclocal   : /usr/local/bin/aclocal<br>
  libtool   : /usr/bin/glibtool (1.5.24.)<br>
  libtoolize: /usr/bin/glibtoolize<br>
  make      : /usr/bin/make (GNU Make 3.81)<br>
  awk       :  ()<br>
<br>
Entering directory /usr/local/src/freeswitch/libs/apr<br>
Copying libtool helper files ...<br>
Using `AC_PROG_RANLIB&#39; is rendered obsolete by `AC_PROG_LIBTOOL&#39;<br>
...<br></div>
Remember to add `AC_PROG_LIBTOOL&#39; to `<a href="http://configure.ac" target="_blank">configure.ac</a> &lt;<a href="http://configure.ac/" target="_blank">http://configure.ac/</a>&gt; &#39;.<div><div class="h5"><br>
You should add the contents of `/usr/share/aclocal/libtool.m4&#39; to `aclocal.m4&#39;.<br>
Creating configure<br>
bootstrap: autoconf<br>
configure:6475: error: possibly undefined macro: AC_PROG_LIBTOOL<br>
      If this token and others are legitimate, please use m4_pattern_allow.<br>
      See the Autoconf documentation.<br>
...<br>
<br>
I believe this is behind a build error I&#39;m currently up against on mod_enum:<br>
making all mod_enum<br>
checking for i386-apple-darwin11.3.0-gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking how to run the C preprocessor... gcc -E<br>
checking for egrep... grep -E<br>
checking for AIX... no<br>
rm: conftest.dSYM: is a directory<br>
checking for i386-apple-darwin11.3.0-gcc... (cached) gcc<br>
checking whether we are using the GNU C compiler... (cached) yes<br>
checking whether gcc accepts -g... (cached) yes<br>
checking for gcc option to accept ANSI C... (cached) none needed<br>
checking whether make sets $(MAKE)... yes<br>
checking whether gcc supports -std=c99... yes<br>
checking whether gcc supports -xc99... no<br>
checking for an ANSI C-conforming const... yes<br>
checking whether gcc supports -g... yes<br>
checking whether gcc supports -O2... yes<br>
checking whether gcc supports -Wall... yes<br>
checking whether gcc supports -W... yes<br>
checking whether gcc supports -Wwrite-strings... yes<br>
checking for ANSI C header files... rm: conftest.dSYM: is a directory<br>
rm: conftest.dSYM: is a directory<br>
yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for getopt.h... yes<br>
checking for time.h... yes<br>
checking for winsock2.h... no<br>
checking for ws2tcpip.h... no<br>
checking whether gcc supports -Werror... yes<br>
checking whether gcc supports -Wall... (cached) yes<br>
checking whether gcc supports -std=c99... (cached) yes<br>
checking whether gcc supports -xc99... (cached) no<br>
checking for getopt.h... (cached) yes<br>
checking for time.h... (cached) yes<br>
checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE as a flag for gcc... no<br>
checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE as a flag for gcc... no<br>
checking whether we need -std=c99 as a flag for gcc... no<br>
checking whether we need -D_BSD_SOURCE as a flag for gcc... no<br>
checking whether we need -D_GNU_SOURCE as a flag for gcc... no<br>
checking whether we need -D_GNU_SOURCE -D_FRSRESGID as a flag for gcc... failed<br>
checking whether we need -D_POSIX_C_SOURCE=200112 as a flag for gcc... no<br>
checking whether we need -D__EXTENSIONS__ as a flag for gcc... no<br>
checking for inline... inline<br>
checking for int8_t... yes<br>
checking for int16_t... yes<br>
checking for int32_t... yes<br>
checking for int64_t... yes<br>
checking for uint8_t... yes<br>
checking for uint16_t... yes<br>
checking for uint32_t... yes<br>
checking for uint64_t... yes<br>
checking for doxygen... no<br>
checking for library containing socket... none required<br>
checking for library containing inet_pton... none required<br>
checking build system type... i386-apple-darwin11.3.0<br>
checking host system type... i386-apple-darwin11.3.0<br>
checking for i386-apple-darwin11.3.0-ar... no<br>
checking for ar... /usr/bin/ar<br>
/usr/local/src/freeswitch/libs/ldns/configure: line 6475: AC_PROG_LIBTOOL: command not found<br>
checking for openssl/ssl.h... yes<br>
checking for openssl/err.h... yes<br>
checking for openssl/rand.h... yes<br>
checking for EVP_sha256... no<br>
checking whether byte ordering is bigendian... no<br>
checking for ANSI C header files... (cached) yes<br>
checking for getopt.h... (cached) yes<br>
checking for stdarg.h... yes<br>
checking for stdbool.h... yes<br>
checking for openssl/ssl.h... (cached) yes<br>
checking for netinet/in.h... yes<br>
checking for time.h... (cached) yes<br>
checking for arpa/inet.h... yes<br>
checking for netdb.h... yes<br>
checking for sys/param.h... yes<br>
checking for sys/mount.h... yes<br>
checking for sys/socket.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for socklen_t... yes<br>
checking for ssize_t... yes<br>
checking for in_addr_t... yes<br>
checking for in_port_t... yes<br>
checking for struct sockaddr_storage.ss_family... yes<br>
checking for stdlib.h... (cached) yes<br>
checking for GNU libc compatible malloc... yes<br>
checking for stdlib.h... (cached) yes<br>
checking for GNU libc compatible realloc... yes<br>
checking for b64_pton... no<br>
checking for b64_ntop... no<br>
checking for b32_pton... no<br>
checking for b32_ntop... no<br>
checking for timegm... yes<br>
checking for gmtime_r... yes<br>
checking for ctime_r... yes<br>
checking for isblank... yes<br>
checking for isascii... yes<br>
checking for inet_aton... yes<br>
checking for inet_pton... yes<br>
checking for inet_ntop... yes<br>
checking for snprintf... yes<br>
checking for strlcpy... yes<br>
checking for memmove... yes<br>
checking for endprotoent... yes<br>
checking for endservent... yes<br>
checking for sleep... yes<br>
checking for random... yes<br>
checking for fcntl... yes<br>
checking for strtoul... yes<br>
checking for getaddrinfo... yes<br>
checking for ioctlsocket... no<br>
checking whether the C compiler (gcc) accepts the &quot;format&quot; attribute... yes<br>
checking whether the C compiler (gcc) accepts the &quot;unused&quot; attribute... yes<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating ldns/net.h<br>
config.status: creating ldns/util.h<br>
config.status: creating packaging/libldns.pc<br>
config.status: creating packaging/ldns-config<br>
config.status: creating ldns/config.h<br>
copying header files<br>
make[6]: ./libtool: No such file or directory<br>
make[6]: *** [rdata.o] Error 1<br></div></div>
make[5]: *** [/usr/local/src/freeswitch/libs/ldns/<a href="http://libldns.la" target="_blank">libldns.la</a> &lt;<a href="http://libldns.la/" target="_blank">http://libldns.la/</a>&gt; ] Error 2<div class="im"><br>
make[4]: *** [all] Error 1<br>
make[3]: *** [mod_enum-all] Error 1<br>
make[2]: *** [all-recursive] Error 1<br>
make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br>
<br>
I don&#39;t remember exactly how I installed libtool, but it was a script I ran from within FS that automatically wget&#39;d, compiled, and installed it (suggested by wiki or mailing list). It definitely wasn&#39;t through macports/fink/brew.<br>


<br>
Any suggestions on what the problem may be?<br>
<br>
Thanks!<br>
<br>
</div><hr align="CENTER" size="3" width="95%"></span></font><font><font face="Consolas, Courier New, Courier"><span style="font-size:10pt">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="http://consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="http://FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</span></font></font></blockquote>
</div>


<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>