<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 02/22/2012 10:50 AM, Miha Zoubek wrote:
    <blockquote cite="mid:4F44BA58.7060907@softnet.si" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      Hi,<br>
      <br>
      how to check if I am using ASCII?<br>
      <br>
      here is a log:<br>
      <br>
      <small>[root@fs1 xmlcdrd]# make<br>
        Makefile:428: warning: overriding commands for target `all'<br>
        Makefile:154: warning: ignoring old commands for target `all'<br>
        gcc&nbsp; -fPIC -Wall -g -O2 -I/usr/include/glib-2.0
        -I/usr/lib/glib-2.0/include -c stmtexpldr.c<br>
        In file included from stmtexpldr.c:1:<br>
        stmtexptab.h:4:18: error: glib.h: No such file or directory<br>
        In file included from stmtexpldr.c:1:<br>
        stmtexptab.h:8: error: expected specifier-qualifier-list before
        &#8216;GHashTable&#8217;<br>
        stmtexpldr.c:3:23: error: libconfig.h: No such file or directory<br>
        stmtexpldr.c:13: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or
        &#8216;__attribute__&#8217; before &#8216;stmtexpldr_equal&#8217;<br>
        stmtexpldr.c:14: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or
        &#8216;__attribute__&#8217; before &#8216;stmtexpldr_str_hash&#8217;<br>
        stmtexpldr.c:15: error: expected &#8216;)&#8217; before &#8216;data&#8217;<br>
        stmtexpldr.c:16: error: expected &#8216;)&#8217; before &#8216;data&#8217;<br>
        stmtexpldr.c:19: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or
        &#8216;__attribute__&#8217; before &#8216;stmtexpldr_equal&#8217;<br>
        stmtexpldr.c:28: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or
        &#8216;__attribute__&#8217; before &#8216;stmtexpldr_str_hash&#8217;<br>
        stmtexpldr.c:36: error: expected &#8216;)&#8217; before &#8216;data&#8217;<br>
        stmtexpldr.c:49: error: expected &#8216;)&#8217; before &#8216;data&#8217;<br>
        stmtexpldr.c: In function &#8216;stmtexpldr_init&#8217;:<br>
        stmtexpldr.c:64: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;ght&#8217;<br>
        stmtexpldr.c:64: warning: implicit declaration of function
        &#8216;g_hash_table_new_full&#8217;<br>
        stmtexpldr.c:64: error: &#8216;g_str_hash&#8217; undeclared (first use in
        this function)<br>
        stmtexpldr.c:64: error: (Each undeclared identifier is reported
        only once<br>
        stmtexpldr.c:64: error: for each function it appears in.)<br>
        stmtexpldr.c:64: error: &#8216;stmtexpldr_equal&#8217; undeclared (first use
        in this function)<br>
        stmtexpldr.c:65: error: &#8216;stmtexpldr_destroy_key&#8217; undeclared
        (first use in this function)<br>
        stmtexpldr.c:65: error: &#8216;stmtexpldr_destroy_val&#8217; undeclared
        (first use in this function)<br>
        stmtexpldr.c:67: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;expanded&#8217;<br>
        stmtexpldr.c:67: warning: implicit declaration of function
        &#8216;g_string_sized_new&#8217;<br>
        stmtexpldr.c: In function &#8216;stmtexpldr_load_config&#8217;:<br>
        stmtexpldr.c:75: error: &#8216;config_t&#8217; undeclared (first use in this
        function)<br>
        stmtexpldr.c:75: error: expected &#8216;;&#8217; before &#8216;cfg&#8217;<br>
        stmtexpldr.c:76: error: &#8216;config_setting_t&#8217; undeclared (first use
        in this function)<br>
        stmtexpldr.c:76: error: &#8216;setting&#8217; undeclared (first use in this
        function)<br>
        stmtexpldr.c:78: warning: implicit declaration of function
        &#8216;config_init&#8217;<br>
        stmtexpldr.c:78: error: &#8216;cfg&#8217; undeclared (first use in this
        function)<br>
        stmtexpldr.c:80: warning: implicit declaration of function
        &#8216;config_read_file&#8217;<br>
        stmtexpldr.c:82: warning: implicit declaration of function
        &#8216;fprintf&#8217;<br>
        stmtexpldr.c:82: warning: incompatible implicit declaration of
        built-in function &#8216;fprintf&#8217;<br>
        stmtexpldr.c:82: error: &#8216;stderr&#8217; undeclared (first use in this
        function)<br>
        stmtexpldr.c:84: warning: implicit declaration of function
        &#8216;config_error_line&#8217;<br>
        stmtexpldr.c:85: warning: implicit declaration of function
        &#8216;config_error_text&#8217;<br>
        stmtexpldr.c:85: warning: format &#8216;%s&#8217; expects type &#8216;char *&#8217;, but
        argument 5 has type &#8216;int&#8217;<br>
        stmtexpldr.c:86: warning: implicit declaration of function
        &#8216;config_destroy&#8217;<br>
        stmtexpldr.c:92: warning: implicit declaration of function
        &#8216;config_lookup&#8217;<br>
        stmtexpldr.c:95: warning: implicit declaration of function
        &#8216;config_setting_length&#8217;<br>
        stmtexpldr.c:96: warning: implicit declaration of function
        &#8216;printf&#8217;<br>
        stmtexpldr.c:96: warning: incompatible implicit declaration of
        built-in function &#8216;printf&#8217;<br>
        stmtexpldr.c:101: error: &#8216;var&#8217; undeclared (first use in this
        function)<br>
        stmtexpldr.c:101: warning: implicit declaration of function
        &#8216;config_setting_get_elem&#8217;<br>
        stmtexpldr.c:105: warning: implicit declaration of function
        &#8216;config_setting_lookup_string&#8217;<br>
        stmtexpldr.c:114: warning: incompatible implicit declaration of
        built-in function &#8216;fprintf&#8217;<br>
        stmtexpldr.c:117: warning: implicit declaration of function
        &#8216;snprintf&#8217;<br>
        stmtexpldr.c:117: warning: incompatible implicit declaration of
        built-in function &#8216;snprintf&#8217;<br>
        stmtexpldr.c:124: warning: implicit declaration of function
        &#8216;g_hash_table_replace&#8217;<br>
        stmtexpldr.c:124: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;ght&#8217;<br>
        stmtexpldr.c:127: warning: implicit declaration of function
        &#8216;perror&#8217;<br>
        stmtexpldr.c: In function &#8216;stmtexpldr_clear&#8217;:<br>
        stmtexpldr.c:148: warning: implicit declaration of function
        &#8216;g_hash_table_remove_all&#8217;<br>
        stmtexpldr.c:148: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;ght&#8217;<br>
        stmtexpldr.c: In function &#8216;stmtexpldr_free&#8217;:<br>
        stmtexpldr.c:154: warning: implicit declaration of function
        &#8216;g_hash_table_destroy&#8217;<br>
        stmtexpldr.c:154: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;ght&#8217;<br>
        stmtexpldr.c:155: warning: implicit declaration of function
        &#8216;g_string_free&#8217;<br>
        stmtexpldr.c:155: error: &#8216;stmtexp_tab_t&#8217; has no member named
        &#8216;expanded&#8217;<br>
        stmtexpldr.c:155: error: &#8216;TRUE&#8217; undeclared (first use in this
        function)<br>
        make: *** [all] Error 1<br>
        [root@fs1 xmlcdrd]# </small><br>
      <br>
      <br>
      On 02/22/2012 08:38 AM, Gabriel Gunderson wrote:
      <blockquote
cite="mid:CAMwZ-tJ7gHM4kvgcpncR1ZPnoaPnywJxZTE94_4X1tWWXHNRFw@mail.gmail.com"
        type="cite">
        <pre wrap="">On Mon, Feb 20, 2012 at 6:37 AM, Miha Zoubek <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:miha@softnet.si">&lt;miha@softnet.si&gt;</a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">I am trying to install xmlcdrd but getting this:

config.status: executing depfiles commands
</pre>
        </blockquote>
        <pre wrap="">That's kinda hard to read and will be glossed over by most. Can you
repost using ASCII?


Best,
Gabe

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>

</pre>
      </blockquote>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
    </blockquote>
    where can I find this libraries?<br>
    <br>
    checking for main in -lapreq2... no<br>
    checking for main in -lapr-1... yes<br>
    checking for main in -lconfig... no<br>
    checking for main in -ldl... yes<br>
    checking for main in -lfcgi... yes<br>
    checking for main in -lpcre... yes<br>
    checking for main in -lglib-2.0... yes<br>
    checking for main in -lxml2... yes<br>
    checking for main in -lfreeradius-client... yes<br>
    checking how to run the C preprocessor... gcc -E<br>
    checking for egrep... grep -E<br>
    checking for ANSI C header files... no<br>
    <br>
    <br>
    Thanks!<br>
  </body>
</html>