Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-722

build error with webui enabled

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.1.7
    • None
    • Build, Tools
    • None
    • OS: Debian GNU/Linux 6.0.1 (squeeze) x86_64
      g++ (Debian 4.4.5-8) 4.4.5

    Description

      build error with --enable-webui

      WebHttpRender.cc: In function 'int handle_config_table_object(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:165: error: 'INKFileNameT' was not declared in this scope
      WebHttpRender.cc:165: error: expected ';' before 'type'
      WebHttpRender.cc:169: error: 'type' was not declared in this scope
      WebHttpRender.cc:171: error: 'INK_FNAME_CACHE_OBJ' was not declared in this scope
      WebHttpRender.cc:174: error: 'INK_FNAME_HOSTING' was not declared in this scope
      WebHttpRender.cc:177: error: 'INK_FNAME_ICP_PEER' was not declared in this scope
      WebHttpRender.cc:180: error: 'INK_FNAME_IP_ALLOW' was not declared in this scope
      WebHttpRender.cc:183: error: 'INK_FNAME_MGMT_ALLOW' was not declared in this scope
      WebHttpRender.cc:186: error: 'INK_FNAME_PARENT_PROXY' was not declared in this scope
      WebHttpRender.cc:189: error: 'INK_FNAME_PARTITION' was not declared in this scope
      WebHttpRender.cc:192: error: 'INK_FNAME_REMAP' was not declared in this scope
      WebHttpRender.cc:195: error: 'INK_FNAME_SOCKS' was not declared in this scope
      WebHttpRender.cc:198: error: 'INK_FNAME_SPLIT_DNS' was not declared in this scope
      WebHttpRender.cc:201: error: 'INK_FNAME_UPDATE_URL' was not declared in this scope
      WebHttpRender.cc:204: error: 'INK_FNAME_VADDRS' was not declared in this scope
      WebHttpRender.cc: In function 'int handle_help_config_link(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:226: error: 'INKFileNameT' was not declared in this scope
      WebHttpRender.cc:226: error: expected ';' before 'type'
      WebHttpRender.cc:233: error: 'type' was not declared in this scope
      WebHttpRender.cc:235: error: 'INK_FNAME_CACHE_OBJ' was not declared in this scope
      WebHttpRender.cc:238: error: 'INK_FNAME_HOSTING' was not declared in this scope
      WebHttpRender.cc:241: error: 'INK_FNAME_ICP_PEER' was not declared in this scope
      WebHttpRender.cc:244: error: 'INK_FNAME_IP_ALLOW' was not declared in this scope
      WebHttpRender.cc:247: error: 'INK_FNAME_MGMT_ALLOW' was not declared in this scope
      WebHttpRender.cc:250: error: 'INK_FNAME_PARENT_PROXY' was not declared in this scope
      WebHttpRender.cc:253: error: 'INK_FNAME_PARTITION' was not declared in this scope
      WebHttpRender.cc:256: error: 'INK_FNAME_REMAP' was not declared in this scope
      WebHttpRender.cc:259: error: 'INK_FNAME_SOCKS' was not declared in this scope
      WebHttpRender.cc:262: error: 'INK_FNAME_SPLIT_DNS' was not declared in this scope
      WebHttpRender.cc:265: error: 'INK_FNAME_UPDATE_URL' was not declared in this scope
      WebHttpRender.cc:268: error: 'INK_FNAME_VADDRS' was not declared in this scope
      WebHttpRender.cc: In function 'int handle_dynamic_javascript(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:299: error: 'INKFileNameT' was not declared in this scope
      WebHttpRender.cc:299: error: expected ';' before 'type'
      WebHttpRender.cc:321: error: 'type' was not declared in this scope
      WebHttpRender.cc:323: error: 'INK_FNAME_CACHE_OBJ' was not declared in this scope
      WebHttpRender.cc:326: error: 'INK_FNAME_HOSTING' was not declared in this scope
      WebHttpRender.cc:329: error: 'INK_FNAME_ICP_PEER' was not declared in this scope
      WebHttpRender.cc:332: error: 'INK_FNAME_IP_ALLOW' was not declared in this scope
      WebHttpRender.cc:335: error: 'INK_FNAME_MGMT_ALLOW' was not declared in this scope
      WebHttpRender.cc:338: error: 'INK_FNAME_PARENT_PROXY' was not declared in this scope
      WebHttpRender.cc:341: error: 'INK_FNAME_PARTITION' was not declared in this scope
      WebHttpRender.cc:344: error: 'INK_FNAME_REMAP' was not declared in this scope
      WebHttpRender.cc:347: error: 'INK_FNAME_SOCKS' was not declared in this scope
      WebHttpRender.cc:350: error: 'INK_FNAME_SPLIT_DNS' was not declared in this scope
      WebHttpRender.cc:353: error: 'INK_FNAME_UPDATE_URL' was not declared in this scope
      WebHttpRender.cc:356: error: 'INK_FNAME_VADDRS' was not declared in this scope
      WebHttpRender.cc: In function 'int handle_config_input_form(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:399: error: 'INKFileNameT' was not declared in this scope
      WebHttpRender.cc:399: error: expected ';' before 'type'
      WebHttpRender.cc:405: error: 'type' was not declared in this scope
      WebHttpRender.cc:420: error: 'INK_FNAME_CACHE_OBJ' was not declared in this scope
      WebHttpRender.cc:423: error: 'INK_FNAME_HOSTING' was not declared in this scope
      WebHttpRender.cc:426: error: 'INK_FNAME_ICP_PEER' was not declared in this scope
      WebHttpRender.cc:429: error: 'INK_FNAME_IP_ALLOW' was not declared in this scope
      WebHttpRender.cc:432: error: 'INK_FNAME_MGMT_ALLOW' was not declared in this scope
      WebHttpRender.cc:435: error: 'INK_FNAME_PARENT_PROXY' was not declared in this scope
      WebHttpRender.cc:438: error: 'INK_FNAME_PARTITION' was not declared in this scope
      WebHttpRender.cc:441: error: 'INK_FNAME_REMAP' was not declared in this scope
      WebHttpRender.cc:444: error: 'INK_FNAME_SOCKS' was not declared in this scope
      WebHttpRender.cc:447: error: 'INK_FNAME_SPLIT_DNS' was not declared in this scope
      WebHttpRender.cc:450: error: 'INK_FNAME_UPDATE_URL' was not declared in this scope
      WebHttpRender.cc:453: error: 'INK_FNAME_VADDRS' was not declared in this scope
      WebHttpRender.cc: In function 'int handle_record_version(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:717: error: 'class LocalManager' has no member named 'record_data'
      WebHttpRender.cc: In function 'int handle_mgmt_auth_object(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:846: error: 'INKCfgContext' was not declared in this scope
      WebHttpRender.cc:846: error: expected ';' before 'ctx'
      WebHttpRender.cc:847: error: 'INKCfgIterState' was not declared in this scope
      WebHttpRender.cc:847: error: expected ';' before 'ctx_state'
      WebHttpRender.cc:849: error: 'INKAdminAccessEle' was not declared in this scope
      WebHttpRender.cc:849: error: 'ele' was not declared in this scope
      WebHttpRender.cc:853: error: 'ctx' was not declared in this scope
      WebHttpRender.cc:853: error: 'INK_FNAME_ADMIN_ACCESS' was not declared in this scope
      WebHttpRender.cc:853: error: 'INKCfgContextCreate' was not declared in this scope
      WebHttpRender.cc:855: error: 'INKCfgContextGet' was not declared in this scope
      WebHttpRender.cc:855: error: 'INK_ERR_OKAY' was not declared in this scope
      WebHttpRender.cc:857: error: 'ctx_state' was not declared in this scope
      WebHttpRender.cc:857: error: 'INKCfgContextGetFirst' was not declared in this scope
      WebHttpRender.cc:860: error: expected primary-expression before ')' token
      WebHttpRender.cc:860: error: expected ';' before 'INKCfgContextGetFirst'
      WebHttpRender.cc:872: error: 'INK_ACCESS_NONE' was not declared in this scope
      WebHttpRender.cc:876: error: 'INK_ACCESS_MONITOR' was not declared in this scope
      WebHttpRender.cc:880: error: 'INK_ACCESS_MONITOR_VIEW' was not declared in this scope
      WebHttpRender.cc:884: error: 'INK_ACCESS_MONITOR_CHANGE' was not declared in this scope
      WebHttpRender.cc:899: error: expected primary-expression before ')' token
      WebHttpRender.cc:899: error: expected ';' before 'INKCfgContextGetNext'
      WebHttpRender.cc: In function 'int handle_plugin_object(WebHttpContext*, char*, char*)':
      WebHttpRender.cc:2163: error: 'WebPluginConfig' was not declared in this scope
      WebHttpRender.cc:2163: error: 'wpc' was not declared in this scope
      WebHttpRender.cc:2163: error: 'class LocalManager' has no member named 'plugin_list'
      WebHttpRender.cc:2179: error: 'class LocalManager' has no member named 'plugin_list'
      make[2]: *** [WebHttpRender.o] Error 1
      make[1]: *** [all-recursive] Error 1
      make: *** [all-recursive] Error 1

      Attachments

        Activity

          People

            Unassigned Unassigned
            rellik Rellik Hsu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: