<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
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 -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
‘GHashTable’<br>
stmtexpldr.c:3:23: error: libconfig.h: No such file or directory<br>
stmtexpldr.c:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘stmtexpldr_equal’<br>
stmtexpldr.c:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘stmtexpldr_str_hash’<br>
stmtexpldr.c:15: error: expected ‘)’ before ‘data’<br>
stmtexpldr.c:16: error: expected ‘)’ before ‘data’<br>
stmtexpldr.c:19: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘stmtexpldr_equal’<br>
stmtexpldr.c:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘stmtexpldr_str_hash’<br>
stmtexpldr.c:36: error: expected ‘)’ before ‘data’<br>
stmtexpldr.c:49: error: expected ‘)’ before ‘data’<br>
stmtexpldr.c: In function ‘stmtexpldr_init’:<br>
stmtexpldr.c:64: error: ‘stmtexp_tab_t’ has no member named ‘ght’<br>
stmtexpldr.c:64: warning: implicit declaration of function
‘g_hash_table_new_full’<br>
stmtexpldr.c:64: error: ‘g_str_hash’ 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: ‘stmtexpldr_equal’ undeclared (first use
in this function)<br>
stmtexpldr.c:65: error: ‘stmtexpldr_destroy_key’ undeclared (first
use in this function)<br>
stmtexpldr.c:65: error: ‘stmtexpldr_destroy_val’ undeclared (first
use in this function)<br>
stmtexpldr.c:67: error: ‘stmtexp_tab_t’ has no member named
‘expanded’<br>
stmtexpldr.c:67: warning: implicit declaration of function
‘g_string_sized_new’<br>
stmtexpldr.c: In function ‘stmtexpldr_load_config’:<br>
stmtexpldr.c:75: error: ‘config_t’ undeclared (first use in this
function)<br>
stmtexpldr.c:75: error: expected ‘;’ before ‘cfg’<br>
stmtexpldr.c:76: error: ‘config_setting_t’ undeclared (first use
in this function)<br>
stmtexpldr.c:76: error: ‘setting’ undeclared (first use in this
function)<br>
stmtexpldr.c:78: warning: implicit declaration of function
‘config_init’<br>
stmtexpldr.c:78: error: ‘cfg’ undeclared (first use in this
function)<br>
stmtexpldr.c:80: warning: implicit declaration of function
‘config_read_file’<br>
stmtexpldr.c:82: warning: implicit declaration of function
‘fprintf’<br>
stmtexpldr.c:82: warning: incompatible implicit declaration of
built-in function ‘fprintf’<br>
stmtexpldr.c:82: error: ‘stderr’ undeclared (first use in this
function)<br>
stmtexpldr.c:84: warning: implicit declaration of function
‘config_error_line’<br>
stmtexpldr.c:85: warning: implicit declaration of function
‘config_error_text’<br>
stmtexpldr.c:85: warning: format ‘%s’ expects type ‘char *’, but
argument 5 has type ‘int’<br>
stmtexpldr.c:86: warning: implicit declaration of function
‘config_destroy’<br>
stmtexpldr.c:92: warning: implicit declaration of function
‘config_lookup’<br>
stmtexpldr.c:95: warning: implicit declaration of function
‘config_setting_length’<br>
stmtexpldr.c:96: warning: implicit declaration of function
‘printf’<br>
stmtexpldr.c:96: warning: incompatible implicit declaration of
built-in function ‘printf’<br>
stmtexpldr.c:101: error: ‘var’ undeclared (first use in this
function)<br>
stmtexpldr.c:101: warning: implicit declaration of function
‘config_setting_get_elem’<br>
stmtexpldr.c:105: warning: implicit declaration of function
‘config_setting_lookup_string’<br>
stmtexpldr.c:114: warning: incompatible implicit declaration of
built-in function ‘fprintf’<br>
stmtexpldr.c:117: warning: implicit declaration of function
‘snprintf’<br>
stmtexpldr.c:117: warning: incompatible implicit declaration of
built-in function ‘snprintf’<br>
stmtexpldr.c:124: warning: implicit declaration of function
‘g_hash_table_replace’<br>
stmtexpldr.c:124: error: ‘stmtexp_tab_t’ has no member named ‘ght’<br>
stmtexpldr.c:127: warning: implicit declaration of function
‘perror’<br>
stmtexpldr.c: In function ‘stmtexpldr_clear’:<br>
stmtexpldr.c:148: warning: implicit declaration of function
‘g_hash_table_remove_all’<br>
stmtexpldr.c:148: error: ‘stmtexp_tab_t’ has no member named ‘ght’<br>
stmtexpldr.c: In function ‘stmtexpldr_free’:<br>
stmtexpldr.c:154: warning: implicit declaration of function
‘g_hash_table_destroy’<br>
stmtexpldr.c:154: error: ‘stmtexp_tab_t’ has no member named ‘ght’<br>
stmtexpldr.c:155: warning: implicit declaration of function
‘g_string_free’<br>
stmtexpldr.c:155: error: ‘stmtexp_tab_t’ has no member named
‘expanded’<br>
stmtexpldr.c:155: error: ‘TRUE’ 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 class="moz-txt-link-rfc2396E" href="mailto:miha@softnet.si"><miha@softnet.si></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 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>
<br>
</body>
</html>