[proaudio] jamin emake failed

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:587:19: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(node, "name", s_symbol[i]);
                    ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:587:27: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(node, "name", s_symbol[i]);
                            ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘const char * const’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:588:19: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(node, "value", tmp);
                    ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:588:28: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(node, "value", tmp);
                             ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:590:20: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
   node = xmlNewText("\n");
                     ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c:599:40: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness [-Wpointer-sign]
   sc_node = xmlNewDocRawNode(doc, NULL, "scene", NULL);
                                         ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:601:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(sc_node, "number", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:601:32: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(sc_node, "number", tmp);
                                 ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:604:24: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
       node = xmlNewText("\n");
                         ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c:608:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(sc_node, "name", get_scene_name(j));
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:608:30: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
   xmlSetProp(sc_node, "name", get_scene_name(j));
                               ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘const char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:610:26: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "active", "true");
                           ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:610:36: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "active", "true");
                                     ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:611:26: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "changed", "false");
                           ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:611:37: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "changed", "false");
                                      ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:613:26: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "active", "true");
                           ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:613:36: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "active", "true");
                                     ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:614:26: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "changed", "true");
                           ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:614:37: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(sc_node, "changed", "true");
                                      ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:616:20: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
   node = xmlNewText("\n");
                     ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c:619:20: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
   node = xmlNewText("\n");
                     ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c:623:41: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness [-Wpointer-sign]
       node = xmlNewDocRawNode(doc, NULL, "parameter", NULL);
                                          ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:625:23: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(node, "name", s_symbol[i]);
                        ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:625:31: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(node, "name", s_symbol[i]);
                                ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘const char * const’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:626:23: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(node, "value", tmp);
                        ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:626:32: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
       xmlSetProp(node, "value", tmp);
                                 ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:628:24: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
       node = xmlNewText("\n");
                         ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c: In function ‘s_startElement’:
state.c:852:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:852:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
state.c:852:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:852:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:852:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
state.c:852:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:852:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
state.c:852:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:852:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "jam-param-list")) {
                  ^
state.c:852:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:856:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:856:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
state.c:856:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:856:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:856:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
state.c:856:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
mv -f .deps/jamin-status-ui.Tpo .deps/jamin-status-ui.Po
state.c:856:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
state.c:856:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:856:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "scene")) {
                  ^
state.c:856:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:860:18: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:860:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:860:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:860:18: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:860:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:860:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:860:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:860:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:860:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:860:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:861:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    sname = *(p+1);
          ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:862:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:862:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
state.c:862:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:862:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:862:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
state.c:862:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:862:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
state.c:862:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:862:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "number")) {
                          ^
state.c:862:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:863:20: warning: pointer targets in passing argument 1 of ‘atoi’ differ in signedness [-Wpointer-sign]
    gp->scene = atoi(*(p+1));
                     ^
In file included from /usr/include/features.h:368:0,
                  from /usr/include/stdio.h:27,
                  from state.c:17:
/usr/include/stdlib.h:278:1: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  __NTH (atoi (const char *__nptr))
  ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:864:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:864:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
state.c:864:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:864:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
state.c:864:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
state.c:864:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                          ^
state.c:864:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:50: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:864:50: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
state.c:864:50: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:50: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:864:50: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
state.c:864:50: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:50: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
state.c:864:50: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:864:50: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "active") && !strcmp(*(p+1), "true")) {
                                                   ^
state.c:864:50: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:866:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
state.c:866:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:866:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
state.c:866:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
state.c:866:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                          ^
state.c:866:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:51: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:866:51: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
state.c:866:51: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:51: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:866:51: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
state.c:866:51: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:51: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
state.c:866:51: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:866:51: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "changed") && !strcmp(*(p+1), "true")) {
                                                    ^
state.c:866:51: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:893:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:893:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
state.c:893:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:893:17: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:893:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
state.c:893:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:893:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
state.c:893:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:893:17: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (!strcmp(name, "global")) {
                  ^
state.c:893:17: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:896:18: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:896:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:896:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:896:18: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:896:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:896:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:896:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:896:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:896:18: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       if (!strcmp(*p, "name")) {
                   ^
state.c:896:18: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:897:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    symbol = *(p+1);
           ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:898:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:898:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
state.c:898:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:898:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:898:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
state.c:898:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:898:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
state.c:898:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:898:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "value")) {
                          ^
state.c:898:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:899:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    value = *(p+1);
          ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:900:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:900:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
state.c:900:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:900:25: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:900:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
state.c:900:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:900:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
state.c:900:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:900:25: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
       } else if (!strcmp(*p, "index")) {
                          ^
state.c:900:25: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:901:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
    index = *(p+1);
          ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:985:16: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:985:16: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
state.c:985:16: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:985:16: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:985:16: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
state.c:985:16: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:985:16: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
state.c:985:16: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:985:16: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
      if (strcmp(name, "parameter")) {
                 ^
state.c:985:16: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:993:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:993:14: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
state.c:993:14: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:993:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:993:14: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
state.c:993:14: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:993:14: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
state.c:993:14: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:993:14: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   if (!strcmp(*p, "name")) {
               ^
state.c:993:14: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:994:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
       symbol = *(p+1);
              ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:995:21: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:995:21: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
state.c:995:21: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:995:21: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
In file included from state.c:19:0:
/usr/include/string.h:394:15: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
  extern size_t strlen (const char *__s)
                ^
In file included from /usr/include/string.h:630:0,
                  from state.c:19:
state.c:995:21: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
state.c:995:21: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:995:21: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
state.c:995:21: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:995:21: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign]
   } else if (!strcmp(*p, "value")) {
                      ^
state.c:995:21: note: expected ‘const char *’ but argument is of type ‘const xmlChar * {aka const unsigned char *}’
state.c:996:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
       value = *(p+1);
             ^
state.c: In function ‘s_save_global_int’:
state.c:1155:51: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness [-Wpointer-sign]
      xmlNodePtr node = xmlNewDocRawNode(doc, NULL, "global", NULL);
                                                    ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:1159:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", symbol);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1159:30: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", symbol);
                               ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1160:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1160:31: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                                ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1162:23: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
      node = xmlNewText("\n");
                        ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c: In function ‘s_save_global_float’:
state.c:1169:51: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness [-Wpointer-sign]
      xmlNodePtr node = xmlNewDocRawNode(doc, NULL, "global", NULL);
                                                    ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:1173:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", symbol);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1173:30: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", symbol);
                               ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1174:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1174:31: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                                ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1176:23: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
      node = xmlNewText("\n");
                        ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
state.c: In function ‘s_save_global_gang’:
state.c:1183:51: warning: pointer targets in passing argument 3 of ‘xmlNewDocRawNode’ differ in signedness [-Wpointer-sign]
      xmlNodePtr node = xmlNewDocRawNode(doc, NULL, "global", NULL);
                                                    ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:902:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewDocRawNode (xmlDocPtr doc,
    ^
state.c:1187:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1187:30: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "name", tmp);
                               ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1189:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "index", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1189:31: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "index", tmp);
                                ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1191:22: warning: pointer targets in passing argument 2 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                       ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1191:31: warning: pointer targets in passing argument 3 of ‘xmlSetProp’ differ in signedness [-Wpointer-sign]
      xmlSetProp(node, "value", tmp);
                                ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:1015:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlSetProp  (xmlNodePtr node,
    ^
state.c:1193:23: warning: pointer targets in passing argument 1 of ‘xmlNewText’ differ in signedness [-Wpointer-sign]
      node = xmlNewText("\n");
                        ^
In file included from /usr/include/libxml2/libxml/parser.h:16:0,
                  from state.c:27:
/usr/include/libxml2/libxml/tree.h:853:3: note: expected ‘const xmlChar * {aka const unsigned char *}’ but argument is of type ‘char *’
    xmlNewText  (const xmlChar *content);
    ^
mv -f .deps/jamin-help.Tpo .deps/jamin-help.Po
mv -f .deps/jamin-scenes.Tpo .deps/jamin-scenes.Po
mv -f .deps/jamin-support.Tpo .deps/jamin-support.Po
mv -f .deps/jamin-preferences.Tpo .deps/jamin-preferences.Po
mv -f .deps/jamin-state.Tpo .deps/jamin-state.Po
mv -f .deps/jamin-process.Tpo .deps/jamin-process.Po
mv -f .deps/libnopt_a-interface.Tpo .deps/libnopt_a-interface.Po
rm -f libnopt.a
x86_64-pc-linux-gnu-ar cru libnopt.a libnopt_a-interface.o
x86_64-pc-linux-gnu-ranlib libnopt.a
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -march=native -pipe -O3 -g   -I/usr/include/libxml2  -Wall -march=native -pipe -O3  -Wl,-O1 -Wl,--as-needed -o jamin jamin-callbacks.o jamin-compressor-ui.o jamin-geq.o jamin-gtkmeter.o jamin-gtkmeterscale.o jamin-hdeq.o jamin-intrim.o jamin-io.o jamin-io-menu.o jamin-limiter-ui.o jamin-presets-ui.o jamin-main.o jamin-plugin.o jamin-process.o jamin-resource.o jamin-ringbuffer.o jamin-rms.o jamin-spectrum.o jamin-spline.o jamin-state.o jamin-status-ui.o jamin-stereo.o jamin-support.o jamin-transport.o jamin-scenes.o jamin-preferences.o jamin-help.o libnopt.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lfftw3f -lxml2 -ljack  -lm -lm -lpthread
libtool: link: x86_64-pc-linux-gnu-gcc -march=native -pipe -O3 -g -I/usr/include/libxml2 -Wall -march=native -pipe -O3 -Wl,-O1 -Wl,--as-needed -o jamin jamin-callbacks.o jamin-compressor-ui.o jamin-geq.o jamin-gtkmeter.o jamin-gtkmeterscale.o jamin-hdeq.o jamin-intrim.o jamin-io.o jamin-io-menu.o jamin-limiter-ui.o jamin-presets-ui.o jamin-main.o jamin-plugin.o jamin-process.o jamin-resource.o jamin-ringbuffer.o jamin-rms.o jamin-spectrum.o jamin-spline.o jamin-state.o jamin-status-ui.o jamin-stereo.o jamin-support.o jamin-transport.o jamin-scenes.o jamin-preferences.o jamin-help.o  libnopt.a -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lfftw3f -lxml2 -ljack -lm -lpthread
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: jamin-plugin.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/lib64/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:553: jamin] Error 1
make[2]: Leaving directory '/tmp/portage/media-sound/jamin-9999/work/jamin/src'
make[1]: *** [Makefile:453: all-recursive] Error 1
make[1]: Leaving directory '/tmp/portage/media-sound/jamin-9999/work/jamin'
make: *** [Makefile:385: all] Error 2
emake failed
  * ERROR: media-sound/jamin-9999::proaudio failed (compile phase):
  *   (no error message)
  *
  * Call stack:
  *     ebuild.sh, line 133:  Called src_compile
  *   environment, line 2208:  Called die
  * The specific snippet of code:
  *       emake || die
  *
  * If you need support, post the output of `emerge --info '=media-sound/jamin-9999::proaudio'`,
  * the complete build log and the output of `emerge -pqv '=media-sound/jamin-9999::proaudio'`.
  * The complete build log is located at '/tmp/portage/media-sound/jamin-9999/temp/build.log'.
  * The ebuild environment file is located at '/tmp/portage/media-sound/jamin-9999/temp/environment'.
  * Working directory: '/tmp/portage/media-sound/jamin-9999/work/jamin'
  * S: '/tmp/portage/media-sound/jamin-9999/work/jamin'
 >>> Failed to emerge media-sound/jamin-9999, Log file:
 >>>  '/tmp/portage/media-sound/jamin-9999/temp/build.log'
  * Messages for package media-sound/jamin-9999:
  * ERROR: media-sound/jamin-9999::proaudio failed (compile phase):
  *   (no error message)
  *
  * Call stack:
  *     ebuild.sh, line 133:  Called src_compile
  *   environment, line 2208:  Called die
  * The specific snippet of code:
  *       emake || die
  *
  * If you need support, post the output of `emerge --info '=media-sound/jamin-9999::proaudio'`,
  * the complete build log and the output of `emerge -pqv '=media-sound/jamin-9999::proaudio'`.
  * The complete build log is located at '/tmp/portage/media-sound/jamin-9999/temp/build.log'.
  * The ebuild environment file is located at '/tmp/portage/media-sound/jamin-9999/temp/environment'.
  * Working directory: '/tmp/portage/media-sound/jamin-9999/work/jamin'
  * S: '/tmp/portage/media-sound/jamin-9999/work/jamin'
 
  emerge --info '=media-sound/jamin-9999::proaudio'
Portage 2.3.0_rc1 (python 2.7.11-final-0, default/linux/amd64/13.0/desktop, gcc-5.3.0, glibc-2.23-r2, 4.4.7-rt-rt16-Gilgamesh x86_64)
=================================================================
                          System Settings
=================================================================
System uname: Linux-4.4.7-rt-rt16-Gilgamesh-x86_64-AMD_Phenom-tm-_II_X6_1055T_Processor-with-gentoo-2.2
KiB Mem:    12261028 total,   8808464 free
KiB Swap:    4194300 total,   4194300 free
Timestamp of repository gentoo: Thu, 02 Jun 2016 08:30:01 +0000
sh bash 4.3_p42-r2
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r2::gentoo
dev-lang/perl:            5.24.0::gentoo
dev-lang/python:          2.7.11-r2::gentoo, 3.4.3-r7::gentoo, 3.5.1-r2::gentoo
dev-util/cmake:           3.5.2-r1::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.21::gentoo
sys-apps/sandbox:         2.10-r2::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2-r2::gentoo
sys-kernel/linux-headers: 4.6::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r2::gentoo
Repositories:
gentoo
     location: /gentoo/portage
     sync-type: rsync
     sync-uri: rsync://rsync.gentoo.org/gentoo-portage
     priority: -1000
proaudio
     location: /var/lib/layman/proaudio
     sync-type: laymansync
     sync-uri: svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/trunk/overlays/proaudio
     masters: gentoo
     priority: 50
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -pipe -O3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -pipe -O3"
DISTDIR="/gentoo/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/gentoo/a4l/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/tmp"
USE="3dnow 3dnowext X a52 aac aalib acl acpi alsa amd64 berkdb branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cxx dbus dri dts dv dvd dvdr dvdread emboss encode esd exif fam ffmpeg firefox flac fortran gdbm gif gimp glamor glitz gphoto2 gpm gstreamer gtk iconv ipv6 jack jackmidi jpeg ladspa lcms ldap libnotify libsamplerate lv2 mad midi mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline real sdl seccomp sensord session sndfile spell sse sse2 sse3 ssl startup-notification svg tcpd theora threads tiff truetype udev udisks unicode upower usb v4l v4l2 vorbis wma wmf wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hdsp hdspm" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/