Skip to content

Instantly share code, notes, and snippets.

@anfedorov
Created August 30, 2009 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anfedorov/177914 to your computer and use it in GitHub Desktop.
Save anfedorov/177914 to your computer and use it in GitHub Desktop.
andrey-fedorovs-macbook-pro:mod_wsgi-2.5 fedorov$ make
/usr/sbin/apxs -c -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -DNDEBUG -DENABLE_DTRACE -Wc,'-arch x86_64' -Wc,'-arch i386' -Wc,'-arch ppc7400' mod_wsgi.c -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config -arch x86_64 -arch i386 -arch ppc7400 -lpython2.6 -ldl
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -arch x86_64 -arch i386 -arch ppc7400 -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -DNDEBUG -DENABLE_DTRACE -c -o mod_wsgi.lo mod_wsgi.c && touch mod_wsgi.slo
mod_wsgi.c:34:19: error: httpd.h: No such file or directory
mod_wsgi.c:37:29: error: missing binary operator before token "("
mod_wsgi.c:53: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:53: warning: data definition has no type or storage class
mod_wsgi.c:55:22: error: ap_alloc.h: No such file or directory
mod_wsgi.c:66: error: syntax error before ‘apr_array_header_t’
mod_wsgi.c:66: warning: data definition has no type or storage class
mod_wsgi.c:67: error: syntax error before ‘apr_table_t’
mod_wsgi.c:67: warning: data definition has no type or storage class
mod_wsgi.c:68: error: syntax error before ‘apr_table_entry_t’
mod_wsgi.c:68: warning: data definition has no type or storage class
mod_wsgi.c:77: error: syntax error before ‘apr_time_t’
mod_wsgi.c:77: warning: data definition has no type or storage class
mod_wsgi.c:78:25: error: http_config.h: No such file or directory
mod_wsgi.c:90:23: error: ap_config.h: No such file or directory
mod_wsgi.c:91:23: error: http_core.h: No such file or directory
mod_wsgi.c:92:22: error: http_log.h: No such file or directory
mod_wsgi.c:93:23: error: http_main.h: No such file or directory
mod_wsgi.c:94:27: error: http_protocol.h: No such file or directory
mod_wsgi.c:95:26: error: http_request.h: No such file or directory
mod_wsgi.c:96:25: error: util_script.h: No such file or directory
mod_wsgi.c:97:22: error: util_md5.h: No such file or directory
mod_wsgi.c:99:30: error: missing binary operator before token "("
mod_wsgi.c:110:17: error: pwd.h: No such file or directory
mod_wsgi.c:113:20: error: Python.h: No such file or directory
mod_wsgi.c:114:21: error: compile.h: No such file or directory
mod_wsgi.c:115:18: error: node.h: No such file or directory
mod_wsgi.c:116:20: error: osdefs.h: No such file or directory
mod_wsgi.c:119:2: error: #error Sorry, mod_wsgi requires at least Python 2.3.0.
mod_wsgi.c:123:2: error: #error Sorry, mod_wsgi requires that Python supporting thread.
mod_wsgi.c:200: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘apr_off_t_toa’:
mod_wsgi.c:203: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:203: error: (Each undeclared identifier is reported only once
mod_wsgi.c:203: error: for each function it appears in.)
mod_wsgi.c:203: warning: initialization makes pointer from integer without a cast
mod_wsgi.c:206: error: ‘n’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:252: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:252: warning: data definition has no type or storage class
mod_wsgi.c:264: error: syntax error before ‘*’ token
mod_wsgi.c:264: error: ‘NULL’ undeclared here (not in a function)
mod_wsgi.c:264: warning: data definition has no type or storage class
mod_wsgi.c:268: error: syntax error before ‘wsgi_parent_pid’
mod_wsgi.c:268: warning: data definition has no type or storage class
mod_wsgi.c:276: error: syntax error before ‘*’ token
mod_wsgi.c:276: warning: data definition has no type or storage class
mod_wsgi.c:278: error: syntax error before ‘*’ token
mod_wsgi.c:278: warning: data definition has no type or storage class
mod_wsgi.c:279: error: syntax error before ‘*’ token
mod_wsgi.c:279: warning: data definition has no type or storage class
mod_wsgi.c:296: error: syntax error before ‘ap_regex_t’
mod_wsgi.c:296: warning: no semicolon at end of struct or union
mod_wsgi.c:297: warning: data definition has no type or storage class
mod_wsgi.c:306: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:306: warning: no semicolon at end of struct or union
mod_wsgi.c:308: warning: data definition has no type or storage class
mod_wsgi.c:325: error: syntax error before ‘*’ token
mod_wsgi.c:325: warning: data definition has no type or storage class
mod_wsgi.c:331: error: syntax error before ‘*’ token
mod_wsgi.c:331: warning: data definition has no type or storage class
mod_wsgi.c:34:19: error: httpd.h: No such file or directory
mod_wsgi.c:37:29: error: missing binary operator before token "("
mod_wsgi.c:338: error: syntax error before ‘}’ tokenmod_wsgi.c:34:19:
error: httpd.h: No such file or directory
mod_wsgi.c:37:29: error: missing binary operator before token "("
mod_wsgi.c:338: warning: data definition has no type or storage class
mod_wsgi.c:340: error: syntax error before ‘*’ token
mod_wsgi.c:340: warning: data definition has no type or storage class
mod_wsgi.c:342: error: syntax error before ‘*’ token
mod_wsgi.c:53: error: syntax error before ‘apr_pool_t’mod_wsgi.c:53: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:53: warning: data definition has no type or storage class
mod_wsgi.c:55:22:mod_wsgi.c:53: warning: data definition has no type or storage class
error: ap_alloc.h: No such file or directory
mod_wsgi.c:66: error: syntax error before ‘apr_array_header_t’
mod_wsgi.c:66: warning: data definition has no type or storage class
mod_wsgi.c:67: error: syntax error before ‘apr_table_t’
mod_wsgi.c:67: warning: data definition has no type or storage class
mod_wsgi.c:68: error: syntax error before ‘apr_table_entry_t’
mod_wsgi.c:55:22:mod_wsgi.c:68: warning: data definition has no type or storage class
error: mod_wsgi.c:77: error: syntax error before ‘apr_time_t’ap_alloc.h: No such file or directory
mod_wsgi.c:77: warning: data definition has no type or storage class
mod_wsgi.c:78:25: error: http_config.h: No such file or directory
mod_wsgi.c:90:23: error: ap_config.h: No such file or directory
mod_wsgi.c:66: error: syntax error before ‘apr_array_header_t’mod_wsgi.c:91:23: error: http_core.h: No such file or directory
mod_wsgi.c:92:22:mod_wsgi.c:66: warning: data definition has no type or storage class error: http_log.h: No such file or directory
mod_wsgi.c:93:23: error: http_main.h: No such file or directory
mod_wsgi.c:67: error: syntax error before ‘apr_table_t’
mod_wsgi.c:94:27: error: http_protocol.h: No such file or directory
mod_wsgi.c:95:26: error: http_request.h: No such file or directory
mod_wsgi.c:67: warning: data definition has no type or storage class
mod_wsgi.c:96:25: error: util_script.h: No such file or directory
mod_wsgi.c:68: error: syntax error before ‘apr_table_entry_t’
mod_wsgi.c:97:22: error: util_md5.h: No such file or directory
mod_wsgi.c:68: warning: data definition has no type or storage classmod_wsgi.c:99:30: error: missing binary operator before token "("
mod_wsgi.c:110:17: error: pwd.h: No such file or directory
mod_wsgi.c:113:20:mod_wsgi.c:77: error: syntax error before ‘apr_time_t’
mod_wsgi.c:77: warning: data definition has no type or storage class
mod_wsgi.c:78:25: error: http_config.h: No such file or directory
mod_wsgi.c:90:23: error: ap_config.h: No such file or directory
mod_wsgi.c:91:23: error: http_core.h: No such file or directory
mod_wsgi.c:92:22: error: http_log.h: No such file or directory
mod_wsgi.c:93:23: error: http_main.h: No such file or directory
mod_wsgi.c:94:27: error: http_protocol.h: No such file or directory
mod_wsgi.c:95:26: error: http_request.h: No such file or directory
mod_wsgi.c:96:25: error: util_script.h: No such file or directory
mod_wsgi.c:97:22: error: util_md5.h: No such file or directory
mod_wsgi.c:99:30: error: missing binary operator before token "("
mod_wsgi.c:110:17: error: pwd.h: No such file or directory
mod_wsgi.c:113:20: error: Python.h: No such file or directory
mod_wsgi.c:114:21: error: compile.h: No such file or directory
mod_wsgi.c:115:18: error: node.h: No such file or directory
mod_wsgi.c:116:20: error: osdefs.h: No such file or directory
mod_wsgi.c:119:2: error: #error Sorry, mod_wsgi requires at least Python 2.3.0.
mod_wsgi.c:123:2: error: #error Sorry, mod_wsgi requires that Python supporting thread.
mod_wsgi.c:200: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIScriptFile’:error:
mod_wsgi.c:346: error: ‘p’ undeclared (first use in this function)
Python.h: No such file or directory
mod_wsgi.c:114:21: error: compile.h: No such file or directory
mod_wsgi.c:115:18: error: node.h: No such file or directory
mod_wsgi.c:116:20: error: osdefs.h: No such file or directory
mod_wsgi.c:119:2: error: #error Sorry, mod_wsgimod_wsgi.c: At top level: requires at least Python 2.3.0.
mod_wsgi.c:123:2: error: #error Sorry, mod_wsgi requires that Python supporting thread.
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIServerConfig’:
mod_wsgi.c:357: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:359: error: syntax error before ‘)’ token
mod_wsgi.c:200: error: syntax error before ‘*’ tokenmod_wsgi.c:361: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:405: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_server_config’:
mod_wsgi.c:407: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:409: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:414: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_server_config’:
mod_wsgi.c:417: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:418: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c: In function ‘apr_off_t_toa’:
mod_wsgi.c:203: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:203: error: (Each undeclared identifier is reported only once
mod_wsgi.c:203: error: for each function it appears in.)
mod_wsgi.c:203: warning: initialization makes pointer from integer without a cast
mod_wsgi.c:419: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:421: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:206: error: ‘n’ undeclared (first use in this function)
mod_wsgi.c: In function ‘apr_off_t_toa’:
mod_wsgi.c:203: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:203: error: (Each undeclared identifier is reported only once
mod_wsgi.c:203: error: for each function it appears in.)
mod_wsgi.c:423: error: syntax error before ‘)’ token
mod_wsgi.c:424: error: syntax error before ‘)’ token
mod_wsgi.c:203: warning: initialization makes pointer from integer without a cast
mod_wsgi.c:206: error: ‘n’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:488: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:488: warning: no semicolon at end of struct or union
mod_wsgi.c:490: warning: data definition has no type or storage class
mod_wsgi.c:508: error: syntax error before ‘}’ token
mod_wsgi.c:508: warning: data definition has no type or storage class
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIDirectoryConfig’:
mod_wsgi.c:512: error: mod_wsgi.c: At top level:
mod_wsgi.c:252: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:252: warning: data definition has no type or storage class
mod_wsgi.c:264: error: syntax error before ‘*’ token
mod_wsgi.c:264: error: ‘NULL’ undeclared here (not in a function)
mod_wsgi.c:264: warning: data definition has no type or storage class
mod_wsgi.c:268: error: syntax error before ‘wsgi_parent_pid’
mod_wsgi.c:268: warning: data definition has no type or storage class
mod_wsgi.c:276: error: syntax error before ‘*’ token
mod_wsgi.c:276: warning: data definition has no type or storage class
mod_wsgi.c:278: error: syntax error before ‘*’ token
mod_wsgi.c:278: warning: data definition has no type or storage class
mod_wsgi.c:279: error: syntax error before ‘*’ token
mod_wsgi.c:279: warning: data definition has no type or storage class
mod_wsgi.c:296: error: syntax error before ‘ap_regex_t’
mod_wsgi.c:296: warning: no semicolon at end of struct or union
mod_wsgi.c:297: warning: data definition has no type or storage class
mod_wsgi.c:306: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:306: warning: no semicolon at end of struct or union
mod_wsgi.c:308: warning: data definition has no type or storage class
mod_wsgi.c:325: error: syntax error before ‘*’ token
mod_wsgi.c:325: warning: data definition has no type or storage class
mod_wsgi.c:331: error: syntax error before ‘*’ token
mod_wsgi.c:331: warning: data definition has no type or storage class
mod_wsgi.c:338: error: syntax error before ‘}’ token
mod_wsgi.c:338: warning: data definition has no type or storage class
mod_wsgi.c:340: error: syntax error before ‘*’ token
mod_wsgi.c:340: warning: data definition has no type or storage class
mod_wsgi.c:342: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIScriptFile’:
mod_wsgi.c:346: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:346: warning: cast to pointer from integer of different size
mod_wsgi.c: At top level:
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIServerConfig’:
mod_wsgi.c:357: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:359: error: syntax error before ‘)’ token
mod_wsgi.c:361: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:405: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_server_config’:
mod_wsgi.c:407: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:409: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:414: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_server_config’:
mod_wsgi.c:417: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:418: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c:419: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:421: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:423: error: syntax error before ‘)’ token
mod_wsgi.c:424: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:488: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:488: warning: no semicolon at end of struct or union
mod_wsgi.c:490: warning: data definition has no type or storage class
mod_wsgi.c:508: error: syntax error before ‘}’ token
mod_wsgi.c:508: warning: data definition has no type or storage class
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIDirectoryConfig’:
mod_wsgi.c:512: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:514: error: syntax error before ‘)’ token
mod_wsgi.c:516: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:538: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_dir_config’:
mod_wsgi.c:540: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:542: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:547: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_dir_config’:
mod_wsgi.c:550: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:551: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c:552: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:554: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:556: error: syntax error before ‘)’ token
mod_wsgi.c:557: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:633: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:633: warning: no semicolon at end of struct or union
mod_wsgi.c:635: warning: data definition has no type or storage class
mod_wsgi.c:653: error: syntax error before ‘}’ token
mod_wsgi.c:653: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_find_path_info’:
mod_wsgi.c:657: warning: incompatible implicit declaration of built-in function ‘strlen’
‘object’ undeclared (first use in this function)
mod_wsgi.c:514: error: syntax error before ‘)’ token
mod_wsgi.c:516: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:538: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_dir_config’:
mod_wsgi.c:540: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:542: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:547: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_dir_config’:
mod_wsgi.c:550: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:551: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c:552: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:554: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:556: error: syntax error before ‘)’ token
mod_wsgi.c:557: error: syntax error before ‘)’ tmod_wsgi.c: At top level:
mod_wsgi.c:676: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_script_name’:
mod_wsgi.c:681: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:682: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:687: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:693: warning: assignment makes pointer from integer without a cast
okenmod_wsgi.c: At top level:
mod_wsgi.c:702: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_process_group’:
mod_wsgi.c:707: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:719: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:723: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:726: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:726: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:728: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:731: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:252: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:252: warning: data definition has no type or storage classmod_wsgi.c:734: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:264: error: syntax error before ‘*’ token
mod_wsgi.cmod_wsgi.c: At top level:
mod_wsgi.c:749: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_server_group’:
mod_wsgi.c:757: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:767: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:770: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:770: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c:771: warning: return makes pointer from integer without a cast
:264: error: ‘NULL’ undeclared here (not in a function)
mod_wsgi.c:264: warning: data definition has no type or storage class
mod_wsgi.c:268: error: syntax error before ‘wsgi_parent_pid’
mod_wsgi.c: At top level:
mod_wsgi.c:783: error: syntax error before ‘*’ token
mod_wsgi.c:268: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_application_group’:
mod_wsgi.c:792: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:793: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:276: error: syntax error before ‘*’ token
mod_wsgi.c:797: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:276: warning: data definition has no type or storage class
mod_wsgi.c:797: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c:278: error: syntax error before ‘*’ token
mod_wsgi.c:798: warning: return makes pointer from integer without a castmod_wsgi.c:278: warning: data definition has no type or storage class
mod_wsgi.c:279: error: syntax error before ‘*’ token
mod_wsgi.c:279: warning: data definition has no type or storage class
mod_wsgi.c:296: error: syntax error before ‘ap_regex_t’
mod_wsgi.c:296: warning: no semicolon at end of struct or union
mod_wsgi.c:297: warning: data definition has no type or storage class
mod_wsgi.c:306: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:306: warning: no semicolon at end of struct or union
mod_wsgi.c:308: warning: data definition has no type or storage class
mod_wsgi.c:325: error: syntax error before ‘*’ token
mod_wsgi.c:325: warning: data definition has no type or storage class
mod_wsgi.c:331: error: syntax error before ‘*’ token
mod_wsgi.c:331: warning: data definition has no type or storage class
mod_wsgi.c:338: error: syntax error before ‘}’ token
mod_wsgi.c:338: warning: data definition has no type or storage class
mod_wsgi.c:340: error: syntax error before ‘*’ token
mod_wsgi.c:340: warning: data definition has no type or storage class
mod_wsgi.c:342: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIScriptFile’:
mod_wsgi.c:346: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c:355: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIServerConfig’:
mod_wsgi.c:357: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:359: error: syntax error before ‘)’ token
mod_wsgi.c:361: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:405: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_server_config’:
mod_wsgi.c:407: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:409: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:414: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_server_config’:
mod_wsgi.c:417: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:418: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c:419: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:421: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:423: error: syntax error before ‘)’ token
mod_wsgi.c:424: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:488: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:488: warning: no semicolon at end of struct or union
mod_wsgi.c:490: warning: data definition has no type or storage class
mod_wsgi.c:508: error: syntax error before ‘}’ token
mod_wsgi.c:508: warning: data definition has no type or storage class
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c:510: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newWSGIDirectoryConfig’:
mod_wsgi.c:512: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:514: error: syntax error before ‘)’ token
mod_wsgi.c:516: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:538: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_dir_config’:
mod_wsgi.c:540: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:542: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:547: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_merge_dir_config’:
mod_wsgi.c:550: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:551: error: ‘parent’ undeclared (first use in this function)
mod_wsgi.c:552: error: ‘child’ undeclared (first use in this function)
mod_wsgi.c:554: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:556: error: syntax error before ‘)’ token
mod_wsgi.c:557: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:633: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:633: warning: no semicolon at end of struct or union
mod_wsgi.c:635: warning: data definition has no type or storage class
mod_wsgi.c:653: error: syntax error before ‘}’ token
mod_wsgi.c:653: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_find_path_info’:
mod_wsgi.c:657: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:800: warning: return makes pointer from integer without a cast
mod_wsgi.c:815: warning: return makes pointer from integer without a cast
mod_wsgi.c:817: warning: return makes pointer from integer without a cast
mod_wsgi.c:825: warning: return makes pointer from integer without a cast
mod_wsgi.c:833: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:837: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:840: warning: assignmentmod_wsgi.c: At top level:
mod_wsgi.c:676: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_script_name’:
mod_wsgi.c:681: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:682: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:687: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:693: warning: assignment makes pointer from integer without a cast
makes pointer from integer without a cast
mod_wsgi.c:842: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:845: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:848: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:863: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_callable_object’:
mod_wsgi.c:868: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:879: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:883: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:886: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:702: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_process_group’:
mod_wsgi.c:707: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:719: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:723: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:726: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:726: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:728: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:731: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:734: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:749: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_server_group’:
mod_wsgi.c:757: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:767: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:770: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:770: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c:771: warning: return makes pointer from integer without a cast
mod_wsgi.c:886: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:888: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:891: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:783: error: syntax error before ‘*’ token
mod_wsgi.c:894: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: In function ‘wsgi_application_group’:
mod_wsgi.c:792: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:793: error: ‘r’ undemod_wsgi.c: At top level:
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_req_config’:
mod_wsgi.c:906: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:907: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:908: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:910: error: syntax error before ‘)’ token
mod_wsgi.c:912: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:915: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1006: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:1006: warning: data definition has no type or storage class
mod_wsgi.c:1009: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:1009: warning: no semicolon at end of struct or union
mod_wsgi.c:1014: error: syntax error before ‘}’ token
mod_wsgi.c:1014: warning: data definition has no type or storage class
mod_wsgi.c:1016: error: syntax error before ‘Log_Type’
mod_wsgi.c:1016: warning: data definition has no type or storage class
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newLogObject’:
mod_wsgi.c:1020: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1026: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1027: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1034: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_dealloc’:
mod_wsgi.c:1036: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1040: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1040: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1043: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1046: error: syntax error before ‘ap_log_error’
mod_wsgi.c: At top level:
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_close’:
mod_wsgi.c:1060: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1061: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1065: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_flush’:
mod_wsgi.c:1074: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1075: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1079: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1085: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1085: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1088: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1091: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1100: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1104: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_output’:
mod_wsgi.c:1109: error: ‘msg’ undeclared (first use in this function)
mod_wsgi.c:1111: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:1116: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1123: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1126: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1127: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1136: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1136: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1139: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1142: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1155: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1156: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1161: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1167: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1188: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1191: warning: cast to pointer from integer of different size
mod_wsgi.c:1192: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1197: warning: incompatible implicit declaration of built-in function ‘strcpy’
mod_wsgi.c: At top level:
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_write’:
mod_wsgi.c:1206: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1207: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1211: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1216: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_writelines’:
mod_wsgi.c:1222: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1222: error: ‘sequence’ undeclared (first use in this function)
mod_wsgi.c:1223: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:1224: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:1227: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1228: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1232: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1241: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:1260: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_closed’:
mod_wsgi.c:1266: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1270: error: syntax error before ‘Log_methods’
mod_wsgi.c:1271: warning: braces around scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1271: error: initializer element is not computable at load time
mod_wsgi.c:1271: error: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: error: ‘PyCFunction’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: error: syntax error before ‘Log_close’
mod_wsgi.c:1271: error: ‘METH_VARARGS’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1272: warning: braces around scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1272: error: initializer element is not computable at load time
mod_wsgi.c:1272: error: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: error: syntax error before ‘Log_flush’
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1273: warning: braces around scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1273: error: initializer element is not computable at load time
mod_wsgi.c:1273: error: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: error: syntax error before ‘Log_write’
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1274: warning: braces around scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1274: error: initializer element is not computable at load time
mod_wsgi.c:1274: error: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: error: syntax error before ‘Log_writelines’
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1275: warning: braces around scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1275: warning: excess elements in scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1276: warning: data definition has no type or storage class
mod_wsgi.c:1278: error: syntax error before ‘Log_getset’
mod_wsgi.c:1279: warning: braces around scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1279: error: initializer element is not computable at load time
mod_wsgi.c:1279: error: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: error: ‘getter’ undeclared here (not in a function)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: error: syntax error before ‘Log_closed’
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1280: warning: braces around scalar initializer
mod_wsgi.c:1280: warning: (near initialization for ‘Log_getset[1]’)
mod_wsgi.c:1281: warning: data definition has no type or storage class
mod_wsgi.c:1283: error: syntax error before ‘Log_Type’
mod_wsgi.c:1287: error: initializer element is not constant
mod_wsgi.c:1287: error: (near initialization for ‘Log_Type’)
mod_wsgi.c:1287: error: syntax error before numeric constant
mod_wsgi.c:1288: warning: excess elements in scalar initializer
mod_wsgi.c:1288: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1289: warning: excess elements in scalar initializer
mod_wsgi.c:1289: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1290: warning: excess elements in scalar initializer
mod_wsgi.c:1290: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: ‘destructor’ undeclared here (not in a function)
mod_wsgi.c:1292: warning: excess elements in scalar initializer
mod_wsgi.c:1292: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: syntax error before ‘Log_dealloc’
mod_wsgi.c:1293: warning: excess elements in scalar initializer
mod_wsgi.c:1293: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1294: warning: excess elements in scalar initializerclared (first use in this function)
mod_wsgi.c:1294: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1295: warning: excess elements in scalar initializer
mod_wsgi.c:1295: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:797: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:1296: warning: excess elements in scalar initializer
mod_wsgi.c:797: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c:798: warning: return makes pointer from integer without a cast
mod_wsgi.c:800: warning: return makes pointer from integer without a cast
mod_wsgi.c:815: warning: return makes pointer from integer without a cast
mod_wsgi.c:817: warning: return makes pointer from integer without a cast
mod_wsgi.c:825: warning: return makes pointer from integer without a cast
mod_wsgi.c:833: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:837: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:840: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:842: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:845: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:848: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:1296: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1297: warning: excess elements in scalar initializer
mod_wsgi.c:1297: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1298: warning: excess elements in scalar initializer
mod_wsgi.c:1298: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1299: warning: excess elements in scalar initializer
mod_wsgi.c:1299: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1300: warning: excess elements in scalar initializer
mod_wsgi.c:1300: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1301: warning: excess elements in scalar initializer
mod_wsgi.c:1301: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1302: warning: excess elements in scalar initializer
mod_wsgi.c:1302: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1303: warning: excess elements in scalar initializer
mod_wsgi.c:1303: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1304: warning: excess elements in scalar initializer
mod_wsgi.c:1304: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1305: warning: excess elements in scalar initializer
mod_wsgi.c:1305: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1306: warning: excess elements in scalar initializer
mod_wsgi.c:1306: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1307: error: ‘Py_TPFLAGS_DEFAULT’ undeclared here (not in a function)
mod_wsgi.c:1307: warning: excess elements in scalar initializer
mod_wsgi.c:1307: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1308: warning: excess elements in scalar initializer
mod_wsgi.c:1308: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1309: warning: excess elements in scalar initializer
mod_wsgi.c:1309: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1310: warning: excess elements in scalar initializer
mod_wsgi.c:1310: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1311: warning: excess elements in scalar initializer
mod_wsgi.c:1311: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1312: warning: excess elements in scalar initializer
mod_wsgi.c:1312: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1313: warning: excess elements in scalar initializer
mod_wsgi.c:1313: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1314: warning: excess elements in scalar initializer
mod_wsgi.c:1314: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1315: warning: excess elements in scalar initializer
mod_wsgi.c:1315: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1316: warning: excess elements in scalar initializer
mod_wsgi.c:1316: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1317: warning: excess elements in scalar initializer
mod_wsgi.c:1317: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1318: warning: excess elements in scalar initializer
mod_wsgi.c:1318: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1319: warning: excess elements in scalar initializer
mod_wsgi.c:1319: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1320: warning: excess elements in scalar initializer
mod_wsgi.c:1320: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1321: warning: excess elements in scalar initializer
mod_wsgi.c:1321: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1322: warning: excess elements in scalar initializer
mod_wsgi.c:1322: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1323: warning: excess elements in scalar initializer
mod_wsgi.c:1323: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1324: warning: excess elements in scalar initializer
mod_wsgi.c:1324: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1325: warning: excess elements in scalar initializer
mod_wsgi.c:1325: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1326: warning: excess elements in scalar initializer
mod_wsgi.c:1326: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1327: warning: excess elements in scalar initializer
mod_wsgi.c:1327: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1328: warning: data definition has no type or storage class
mod_wsgi.c:1330: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_python_error’:
mod_wsgi.c:1333: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1333: error: ‘m’ undeclared (first use in this function)
mod_wsgi.c:1333: error: invalid operands to binary *
mod_wsgi.c:1334: error: ‘result’ undeclared (first use in this function)
mod_wsgi.c:1334: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:633: error: syntax error before ‘apr_pool_t’
mod_wsgi.c:633: warning: no semicolon at end of struct or union
mod_wsgi.c:635: warning: data definition has no type or storage class
mod_wsgi.c:653: error: syntax error before ‘}’ token
mod_wsgi.c:653: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_find_path_info’:
mod_wsgi.c:657: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1336: error: ‘type’ undeclared (first use in this function)
mod_wsgi.c:1336: error: invalid operands to binary *
mod_wsgi.c:1337: error: ‘value’ undeclared (first use in this function)
mod_wsgi.c:1337: error: invalid operands to binary *
mod_wsgi.c:1338: error: ‘traceback’ undeclared (first use in this function)
mod_wsgi.c:1338: error: invalid operands to binary *
mod_wsgi.c:1343: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:1345: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1345: error: syntax error before ‘if’
mod_wsgi.c:1351: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:1351: error: invalid operands to binary |
mod_wsgi.c:1353: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:1356: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1356: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:676: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_script_name’:
mod_wsgi.c:681: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:682: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:687: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:693: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:702: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_process_group’:
mod_wsgi.c:707: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:719: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c: At top level:
mod_wsgi.c:1373: error: syntax error before ‘&’ token
mod_wsgi.c:723: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1373: warning: data definition has no type or storage class
mod_wsgi.c:1377: warning: parameter names (without types) in function declaration
mod_wsgi.c:1377: warning: data definition has no type or storage classmod_wsgi.c:726: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1378: error: syntax error before ‘}’ token
mod_wsgi.c:726: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:1382: warning: parameter names (without types) in function declaration
mod_wsgi.c:728: warning: assignment makes pointer from integer without a castmod_wsgi.c:1382: warning: data
mod_wsgi.c:731: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:734: warning: assignment makes pointer from integer without a cast
definition has no type or storage class
mod_wsgi.c:1383: error: syntax error before ‘}’ token
mod_wsgi.c:1385: error: initializer element is not constant
mod_wsgi.c:1385: warning: data definition has no type or storage class
mod_wsgi.c:1387: error: syntax error before ‘if’
mod_wsgi.c:1389: warning: data definition has no type or storage class
mod_wsgi.c:1390: error: initializer element is not constant
mod_wsgi.c:1390: warning: data definition has no type or storage class
mod_wsgi.c:1391: error: conflicting types for ‘o’
mod_wsgi.c:1389: error: previous definition of ‘o’ was here
mod_wsgi.c:1391: error: initializer element is not constant
mod_wsgi.c:1391: warning: data definition has no type or storage class
mod_wsgi.c:1392: error: syntax error before ‘if’
mod_wsgi.c:1394: warning: parameter names (without types) in funmod_wsgi.c: At top level:
mod_wsgi.c:749: error: syntax error before ‘*’ token
ction declaration
mod_wsgi.c: In function ‘wsgi_server_group’:
mod_wsgi.c:1394: warning: data definition has no type or storage class
mod_wsgi.c:757: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:1395: error: ‘type’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘value’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘traceback’ undeclared here (not in a function)mod_wsgi.c:767: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1396: error: ‘Py_None’ undeclared here (not in a function)
mod_wsgi.c:1396: error: ‘log’ undeclared here (not in a function)mod_wsgi.c:770: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:770: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c:1396: error: initializer element is not constant
mod_wsgi.c:1396: warning: data definition has no type or storage class
mod_wsgi.c:771: warning: return makes pointer from integer wimod_wsgi.c: At top level:
mod_wsgi.c:863: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_callable_object’:
mod_wsgi.c:868: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:879: warning: incompatible implicit declaration of built-in function ‘strstr’
thout a cast
mod_wsgi.c:883: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:886: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:886: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:888: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:891: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:894: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:783: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_application_group’:
mod_wsgi.c:792: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:7mod_wsgi.c: At top level:
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_req_config’:
mod_wsgi.c:906: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:907: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:908: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:910: error: syntax error before ‘)’ token
mod_wsgi.c:912: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:915: error: ‘p’ undeclared (first use in this function)
93: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:797: error: ‘DEFAULT_HTTP_PORT’ undeclared (first use in this function)
mod_wsgi.c:797: error: ‘DEFAULT_HTTPS_PORT’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1006: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:1006: warning: data definition has no type or storage class
mod_wsgi.c:1009: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:1009: warning: no semicolon at end of struct or union
mod_wsgi.c:1014: error: syntax error before ‘}’ token
mod_wsgi.c:1014: warning: data definition has no type or storage class
mod_wsgi.c:1016: error: syntax error before ‘Log_Type’
mod_wsgi.c:1016: warning: data definition has no type or storage class
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newLogObject’:
mod_wsgi.c:1020: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1026: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1027: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1034: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_dealloc’:
mod_wsgi.c:1036: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1040: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1040: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1043: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1046: error: syntax error before ‘ap_log_error’
mod_wsgi.c: At top level:
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_close’:
mod_wsgi.c:1060: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1061: error: ‘PyExc_RuntimeError’ undeclared (first use imod_wsgi.c:798: warning: return makes pointer from integer without a castmod_wsgi.c:1397: error: initializer element is not constant
mod_wsgi.c:1397: warning: data definition has no type or storage class
mod_wsgi.c:800: warning: return makes pointer from integer without a cast
mod_wsgi.c:1398: warning: parameter names (without types) in function declaration
mod_wsgi.c:1398: warning: data definition has no type or storage class
mod_wsgi.c:1399: warning: parameter names (without types) in function declaration
mod_wsgi.c:1399: warning: data definition has no type or storage class
mod_wsgi.c:1400: error: syntax error before ‘}’ token
mod_wsgi.c:815: warning: return makes pointer from integer without a cast
mod_wsgi.c:1417: warning: data definition has no type or storage class
mod_wsgi.c:1418: error: syntax error before ‘}’ token
mod_wsgi.c:817: warning: return makes pointer from integer without a cast
mod_wsgi.c:1425: warning: parameter names (without types) in function declaration
mod_wsgimod_wsgi.c:825: warning: return makes pointer from integer without a cast
mod_wsgi.c:833: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:837: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:840: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:842: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:845: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:848: warning: assignment makes pointer from integer without a cast
n this function)
mod_wsgi.c:1065: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_flush’:
mod_wsgi.c:1074: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1075: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1079: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1085: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1085: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1088: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1091: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1100: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1104: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_output’:
mod_wsgi.c:1109: error: ‘msg’ undeclared (first use in this function)
mod_wsgi.c:1111: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:1116: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1123: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1126: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1127: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1136: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1136: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1139: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1142: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1155: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1156: warning: incompatible implicit declaration of built-in function ‘strncpy’
.c:1425: warning: data definition has no type or storage class
mod_wsgi.c:1161: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1426: warning: parameter names (without types) in function declaration
mod_wsgi.c:1167: error: syntax error before ‘ap_log_error’mod_wsgi.c:1426: warning: data definition has no type or storage class
mod_wsgi.c:1427: error: syntax error before ‘}’ token
mod_wsgi.c:1429: warning: parameter names (without types) in function declaration
mod_wsgi.c:1429: warning: data definition has no type or storage class
mod_wsgi.c:1431: warning: parameter names (without types) in function declaration
mod_wsgi.c:1431: warning: data definition has no type or storage class
mod_wsgi.c:1188: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1432: error: syntax error before ‘}’ token
mod_wsgi.c:1435: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:1435: warning: no semicolon at end of struct or union
mod_wsgi.c:1443: error: syntax error before ‘}’ token
mod_wsgi.c:1443: warning: data definition has no type or storage class
mod_wsgi.c:1445: error: syntax error before ‘Input_Type’
mod_wsgi.c:1445: warning: data definition has no type or storage class
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newInputObject’:
mod_wsgi.c:1449: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1449: error: invalid operands to binary *
mod_wsgi.c:1455: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1455: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1456: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1192: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1197: warning: incompatible implicit declaration of built-in function ‘strcpy’
mod_wsgi.c:1457: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1459: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1460: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1461: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1462: error: request for member ‘length’ in something not a structure or unionmod_wsgi.c: At top level:
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_write’:
mod_wsgi.c:1206: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1207: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1467: error: syntax error before ‘*’ tokenmod_wsgi.c:1211: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c: In function ‘Input_deallmod_wsgi.c:1216: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_writelines’:
mod_wsgi.c:1222: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1222: error: ‘sequence’ undeclared (first use in this function)
mod_wsgi.c:1223: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:1224: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:1227: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1228: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1232: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1241: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:1260: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:863: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgmod_wsgi.c: At top level:
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_closed’:
mod_wsgi.c:1266: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1270: error: syntax error before ‘Log_methods’
mod_wsgi.c:1271: warning: braces around scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1271: error: ‘PyCFunction’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: error: syntax error before ‘Log_close’
mod_wsgi.c:1271: error: ‘METH_VARARGS’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1272: warning: braces around scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: error: syntax error before ‘Log_flush’
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1273: warning: braces around scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: error: syntax error before ‘Log_write’
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1274: warning: braces around scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: error: syntax error before ‘Log_writelines’
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1275: warning: braces around scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1275: warning: excess elements in scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1276: warning: data definition has no type or storage class
mod_wsgi.c:1278: error: syntax error before ‘Log_getset’
mod_wsgi.c:1279: warning: braces around scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1279: error: ‘getter’ undeclared here (not in a function)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: error: syntax error before ‘Log_closed’
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1280: warning: braces around scalar initializer
mod_wsgi.c:1280: warning: (near initialization for ‘Log_getset[1]’)
mod_wsgi.c:1281: warning: data definition has no type or storage class
mod_wsgi.c:1283: error: syntax error before ‘Log_Type’
mod_wsgi.c:1287: error: initializer element is not constant
mod_wsgi.c:1287: error: (near initialization for ‘Log_Type’)
mod_wsgi.c:1287: error: syntax error before numeric constant
mod_wsgi.c:1288: warning: excess elements in scalar initializer
mod_wsgi.c:1288: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1289: warning: excess elements in scalar initializer
mod_wsgi.c:1289: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1290: warning: excess elements in scalar initializer
mod_wsgi.c:1290: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: ‘destructor’ undeclared here (not in a function)
mod_wsgi.c:1292: warning: excess elements in scalar initializer
mod_wsgi.c:1292: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: syntax error before ‘Log_dealloc’
mod_wsgi.c:1293: warning: excess elements in scalar initializer
mod_wsgi.c:1293: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1294: warning: excess elements in scalar initializer
mod_wsgi.c:1294: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1295: warning: excess elements in scalar initializer
mod_wsgi.c:1295: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1296: warning: excess elements in scalar initializer
mod_wsgi.c:1296: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1297: warning: excess elements in scalar initializer
mod_wsgi.c:1297: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1298: warning: excess elements in scalar initializer
mod_wsgi.c:1298: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1299: warning: excess elements in scalar initializer
mod_wsgi.c:1299: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1300: warning: excess elements in scalar initializer
mod_wsgi.c:1300: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1301: warning: excess elements in scalar initializer
mod_wsgi.c:1301: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1302: warning: excess elements in scalar initializer
mod_wsgi.c:1302: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1303: warning: excess elements in scalar initializer
mod_wsgi.c:1303: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1304: warning: excess elements in scalar initializer
mod_wsgi.c:1304: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1305: warning: excess elements in scalar initializer
mod_wsgi.c:1305: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1306: warning: excess elements in scalar initializer
mod_wsgi.c:1306: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1307: error: ‘Py_TPFLAGS_DEFAULT’ undeclared here (not in a function)
mod_wsgi.c:1307: warning: excess elements in scalar initializer
mod_wsgi.c:1307: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1308: warning: excess elements in scalar initializer
mod_wsgi.c:1308: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1309: warning: excess elements in scalar initializer
mod_wsgi.c:1309: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1310: warning: excess elements in scalar initializer
mod_wsgi.c:1310: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1311: warning: excess elements in scalar initializer
mod_wsgi.c:1311: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1312: warning: excess elements in scalar initializer
mod_wsgi.c:1312: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1313: warning: excess elements in scalar initializer
mod_wsgi.c:1313: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1314: warning: excess elements in scalar initializer
mod_wsgi.c:1314: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1315: warning: excess elements in scalar initializer
mod_wsgi.c:1315: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1316: warning: excess elements in scalar initializer
mod_wsgi.c:1316: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1317: warning: excess elements in scalar initializer
mod_wsgi.c:1317: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1318: warning: excess elements in scalar initializer
mod_wsgi.c:1318: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1319: warning: excess elements in scalar initializer
mod_wsgi.c:1319: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1320: warning: excess elements in scalar initializer
mod_wsgi.c:1320: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1321: warning: excess elements in scalar initializer
mod_wsgi.c:1321: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1322: warning: excess elements in scalar initializer
mod_wsgi.c:1322: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1323: warning: excess elements in scalar initializer
mod_wsgi.c:1323: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1324: warning: excess elements in scalar initializer
mod_wsgi.c:1324: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1325: warning: excess elements in scalar initializer
mod_wsgi.c:1325: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1326: warning: excess elements in scalar initializer
mod_wsgi.c:1326: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1327: warning: excess elements in scalar initializer
mod_wsgi.c:1327: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1328: warning: data definition has no type or storage class
mod_wsgi.c:1330: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_python_error’:
mod_wsgi.c:1333: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1333: error: ‘m’ undeclared (first use in this function)
mod_wsgi.c:1333: error: invalid operands to binary *
mod_wsgi.c:1334: error: ‘result’ undeclared (first use in this function)
mod_wsgi.c:1334: error: invalid operands to binary *
mod_wsgi.c:1336: error: ‘type’ undeclared (first use in this function)
mod_wsgi.c:1336: error: invalid operands to binary *
mod_wsgi.c:1337: error: ‘value’ undeclared (first use in this function)
mod_wsgi.c:1337: error: invalid operands to binary *
mod_wsgi.c:1338: error: ‘traceback’ undeclared (first use in this function)
mod_wsgi.c:1338: error: invalid operands to binary *
mod_wsgi.c:1343: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:1345: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1345: error: syntax error before ‘if’
mod_wsgi.c:1351: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:1351: error: invalid operands to binary |
mod_wsgi.c:1353: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:1356: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1356: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:1373: error: syntax error before ‘&’ token
mod_wsgi.c:1373: warning: data definition has no type or storage class
mod_wsgi.c:1377: warning: parameter names (without types) in function declaration
mod_wsgi.c:1377: warning: data definition has no type or storage class
mod_wsgi.c:1378: error: syntax error before ‘}’ token
mod_wsgi.c:1382: warning: parameter names (without types) in function declaration
mod_wsgi.c:1382: warning: data definition has no type or storage class
mod_wsgi.c:1383: error: syntax error before ‘}’ token
mod_wsgi.c:1385: error: initializer element is not constant
mod_wsgi.c:1385: warning: data definition has no type or storage class
mod_wsgi.c:1387: error: syntax error before ‘if’
mod_wsgi.c:1389: warning: data definition has no type or storage class
mod_wsgi.c:1390: error: initializer element is not constant
mod_wsgi.c:1390: warning: data definition has no type or storage class
mod_wsgi.c:1391: error: conflicting types for ‘o’
mod_wsgi.c:1389: error: previous definition of ‘o’ was here
mod_wsgi.c:1391: error: initializer element is not constant
mod_wsgi.c:1391: warning: data definition has no type or storage class
mod_wsgi.c:1392: error: syntax error before ‘if’
mod_wsgi.c:1394: warning: parameter names (without types) in function declaration
mod_wsgi.c:1394: warning: data definition has no type or storage class
mod_wsgi.c:1395: error: ‘type’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘value’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘traceback’ undeclared here (not in a function)
mod_wsgi.c:1396: error: ‘Py_None’ undeclared here (not in a function)
mod_wsgi.c:1396: error: ‘log’ undeclared here (not in a function)
mod_wsgi.c:1396: error: initializer element is not constant
mod_wsgi.c:1396: warning: data definition has no type or storage class
mod_wsgi.c:1397: error: initializer element is not constant
mod_wsgi.c:1397: warning: data definition has no type or storage class
mod_wsgi.c:1398: warning: parameter names (without types) in function declaration
mod_wsgi.c:1398: warning: data definition has no type or storage class
mod_wsgi.c:1399: warning: parameter names (without types) in function declaration
mod_wsgi.c:1399: warning: data definition has no type or storage class
mod_wsgi.c:1400: error: syntax error before ‘}’ token
mod_wsgi.c:1417: warning: data definition has no type or storage class
mod_wsgi.c:1418: error: syntax error before ‘}’ token
mod_wsgi.c:1425: warning: parameter names (without types) in function declaration
mod_wsgi.c:1425: warning: data definition has no type or storage class
mod_wsgi.c:1426: warning: parameter names (without types) in function declaration
mod_wsgi.c:1426: warning: data definition has no type or storage class
mod_wsgi.c:1427: error: syntax error before ‘}’ token
mod_wsgi.c:1429: warning: parameter names (without types) in function declaration
mod_wsgi.c:1429: warning: data definition has no type or storage class
mod_wsgi.c:1431: warning: parameter names (without types) in function declaration
mod_wsgi.c:1431: warning: data definition has no type or storage class
mod_wsgi.c:1432: error: syntax error before ‘}’ token
mod_wsgi.c:1435: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:1435: warning: no semicolon at end of struct or union
mod_wsgi.c:1443: error: syntax error before ‘}’ token
mod_wsgi.c:1443: warning: data definition has no type or storage class
mod_wsgi.c:1445: error: syntax error before ‘Input_Type’
mod_wsgi.c:1445: warning: data definition has no type or storage class
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newInputObject’:
mod_wsgi.c:1449: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1449: error: invalid operands to binary *
mod_wsgi.c:1455: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1455: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1456: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1457: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1459: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1460: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1461: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1462: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1467: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_dealloc’:
mod_wsgi.c:1469: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1469: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1470: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_close’:
mod_wsgi.c:1477: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1477: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1478: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_read’:
mod_wsgi.c:1493: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1493: error: invalid operands to binary *
mod_wsgi.c:1499: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1499: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1500: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1516: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1517: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1518: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1520: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1526: warning: return makes pointer from integer without a cast
mod_wsgi.c:1538: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1538: error: syntax error before ‘n’
mod_wsgi.c:1541: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1547: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:1556: error: syntax error before ‘if’
mod_wsgi.c:1564: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1564: error: ‘PyStringObject’ undeclared here (not in a function)
mod_wsgi.c:1564: error: syntax error before ‘)’ token
mod_wsgi.c:1571: error: syntax error before ‘->’ token
oc’:
mod_wsgi.c:1469: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1469: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1470: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_close’:
mod_wsgi.c:1477: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1477: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1478: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c:1571: warning: conflicting types for built-in function ‘memcpy’
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c:1571: warning: data definition has no type or storage class
mod_wsgi.c:1572: error: syntax error before ‘->’ token
mod_wsgi.c: In function ‘Input_read’:
mod_wsgi.c:1493: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1577: error: syntax error before ‘->’ token
mod_wsgi.c:1493: error: invalid operands to binary *
mod_wsgi.c:1577: warning: data definition has no type or storage class
mod_wsgi.c:1578: error: syntax error before ‘->’ token
mod_wsgi.c:1499: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1499: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1601: warning: parameter names (without types) in function declaration
mod_wsgi.c:1500: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1516: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1517: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1518: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1520: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1526: warning: return makes pointer from integer without a cast
mod_wsgi.c:1538: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1538: error: syntax error before ‘n’
mod_wsgi.c:1541: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1547: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:1601: warning: data definition has no type or storage classmod_wsgi.c:1556: error: syntax error before ‘if’
mod_wsgi.c:1602: error: syntax error before ‘return’
mod_wsgi.c:1564: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1564: error: ‘PyStringObject’ undeclared here (not in a function)
mod_wsgi.c:1564: error: syntax error before ‘)’ token
mod_wsgi.c:1656: error: initializer element is not constant
mod_wsgi.c:1571: error: syntax error before ‘->’ token
mod_wsgi.c:1656: warning: data definition has no type or storage class
mod_wsgi.c:1571: warning: conflicting types for built-in function ‘memcpy’
mod_wsgi.c:1658: error: syntax error before ‘if’
mod_wsgi.c:1571: warning: data definition has no type or storage class
mod_wsgi.c:1572: error: syntax error before ‘->’ tokenmod_wsgi.c:1663: error: redefinition of ‘result’
mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1663: error: initializer element is not constant
mod_wsgi.c:1663: warning: data definition has no type or storage class
mod_wsgi.c:1665: error: syntax error before ‘if’
mod_wsgi.c:1668: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1668: error: syntax error before ‘)’ token
mod_wsgi.c:1679: error: syntax error before ‘->’ token
mod_wsgi.c:1679: warning: data definition has no type or storage class
i_callable_object’:
mod_wsgi.c:868: error: ‘s’ undeclared (first use in this function)
mod_wsgi.c:879: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:883: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:886: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:886: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:888: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:891: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:894: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c:904: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_create_req_config’:
mod_wsgi.c:1680: error: syntax error before ‘->’ tokenmod_wsgi.c:906: error: ‘config’ undeclared (first use in this function)
mod_wsgi.c:907: ermod_wsgi.c:1683: error: syntax error before ‘->’ token
mod_wsgi.c:1683: warning: data definition has no type or storage class
mod_wsgi.c:1684: error: syntax error before ‘->’ token
mod_wsgi.c:1690: error: ‘self’ undeclared here (not in a function)
mod_wsgi.c:1690: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1690: error: initializer element is not constant
mod_wsgi.c:1690: warning: data definition has no type or storage class
mod_wsgi.c:1693: error: syntax error before ‘if’
mod_wsgi.c:1695: warning: parameter names (without types) in function declaration
ror: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:908: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:910: error: syntax error before ‘)’ token
mod_wsgi.c:912: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:915: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:1695: warning: data definition has no type or storage class
mod_wsgi.c:1696: error: syntax error before ‘return’
mod_wsgi.c:1721: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1721: error: syntax error before ‘)’ token
mod_wsgi.c:1727: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c: At top level:
mod_wsgi.c:1727: error: request for member ‘r’ in something not a structure or unionmod_wsgi.c:1006: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:1006: warning: data definition has no type or storage clamod_wsgi.c:1577: error: syntax error before ‘->’ token
mod_wsgi.c:1577: warning: data definition has no type or storage class
mod_wsgi.c:1578: error: syntax error before ‘->’ token
mod_wsgi.c:1601: warning: parameter names (without types) in function declaration
mod_wsgi.c:1601: warning: data definition has no type or storage class
mod_wsgi.c:1602: error: syntax error before ‘return’
mod_wsgi.c:1656: error: initializer element is not constant
mod_wsgi.c:1656: warning: data definition has no type or storage class
mod_wsgi.c:1727: error: initializer element is not constantmod_wsgi.c:1658: error: syntax error before ‘if’
mod_wsgi.c:1727: warning: data definition has no type or storage class
mod_wsgi.c:1663: error: redefinition of ‘result’
mod_wsgi.c:1730: error: syntax error before ‘if’mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1663: error: initializer element is not constant
mod_wsgi.c:1732: warning: parameter names (without types) in function declaration
mod_wsgi.c:1663: warning: data definition has no type or storage class
mod_wsgi.c:1732: warning: data definition has no type or storage class
mod_wsgi.c:1665: error: syntax error before ‘if’
mod_wsgi.c:1733: error: syntax error before ‘return’
mod_wsgi.c:1668: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was hmod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readline’:
mod_wsgi.c:1764: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1764: error: invalid operands to binary *
mod_wsgi.c:1770: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1771: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1778: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1779: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1780: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1782: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1791: warning: return makes pointer from integer without a cast
mod_wsgi.c:1807: error: syntax error before ‘)’ token
mod_wsgi.c:1811: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1811: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1816: error: invalid operands to binary +
mod_wsgi.c:1818: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1819: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1819: error: wrong type argument to increment
mod_wsgi.c:1820: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1820: error: wrong type argument to decrement
mod_wsgi.c:1828: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1829: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1830: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1843: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1849: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1849: error: syntax error before ‘n’
mod_wsgi.c:1852: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1857: error: syntax error before ‘else’
mod_wsgi.c:1869: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:1870: error: ‘q’ undeclared (first use in this function)
mod_wsgi.c:1874: error: wrong type argument to increment
mod_wsgi.c:1879: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1880: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1880: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1880: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1880: warning: passing argument 1 of ‘malloc’ makes integer from pointer without a cast
mod_wsgi.c:1881: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘size’ in something not a structure or union
ere
mod_wsgi.c:1668: error: syntax error before ‘)’ token
mod_wsgi.c:1679: error: syntax error before ‘->’ token
mod_wsgi.c:1679: warning: data definition has no type or storage class
mod_wsgi.c:1680: error: syntax error before ‘->’ token
mod_wsgi.c:1683: error: syntax error before ‘->’ token
mod_wsgi.c:1683: warning: data definition has no type or storage class
mod_wsgi.c:1684: error: syntax error before ‘->’ token
mod_wsgi.c:1690: error: ‘self’ undeclared here (not in a function)
mod_wsgi.c:1690: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1690: error: initializer element is not constant
mod_wsgi.c:1690: warning: data definition has no type or storage class
mod_wsgi.c:1693: error: syntax error before ‘if’
mod_wsgi.c:1695: warning: parameter names (without types) in function declaration
mod_wsgi.c:1695: warning: data definition has no type or storage class
mod_wsgi.c:1696: error: syntax error before ‘return’
mod_wsgi.c:172mod_wsgi.c: At top level:
mod_wsgi.c:1896: error: syntax error before ‘if’
mod_wsgi.c:1915: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1915: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1915: error: invalid operands to binary +
mod_wsgi.c:1915: warning: data definition has no type or storage class
mod_wsgi.c:1916: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1916: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1916: error: initializer element is not constant
mod_wsgi.c:1916: warning: data definition has no type or storage class
mod_wsgi.c:1918: error: syntax error before ‘if’
mod_wsgi.c:1934: error: redefinition of ‘size’
mod_wsgi.c:1656: error: previous definition of ‘size’ was here
mod_wsgi.c:1934: error: initializer element is not constant
mod_wsgi.c:1934: warning: data definition has no type or storage class
mod_wsgi.c:1935: error: syntax error before ‘}’ token
mod_wsgi.c:1942: error: redefinition of ‘result’
mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1942: error: initializer element is not constant
mod_wsgi.c:1942: warning: data definition has no type or storage class
mod_wsgi.c:1944: error: syntax error before ‘if’
mod_wsgi.c:1947: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1947: error: syntax error before ‘)’ token
mod_wsgi.c:1953: error: redefinition of ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1955: error: redefinition of ‘p’
mod_wsgi.c:1915: error: previous definition of ?1: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1721: error: syntax error before ‘)’ token
mod_wsgi.c:1727: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:1727: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1727: error: initializer element is not constant
mod_wsgi.c:1727: warning: data definition has no type or storage class
mod_wsgi.c:1730: error: syntax error before ‘if’
mod_wsgi.c:1732: warning: parameter names (without types) in function declaration
mod_wsgi.c:1732: warning: data definition has no type or storage class
mod_wsgi.c:1733: error: syntax error before ‘return’
mod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readline’:
ss
mod_wsgi.c:1764: error: ‘PyObject’ undeclared (first use in this functi??p’ was here
mod_wsgi.c:1955: error: initializer element is not constant
mod_wsgi.c:1955: warning: data definition has no type or storage class
mod_wsgi.c:1956: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1956: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1956: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1956: error: invalid operands to binary +
mod_wsgi.c:1956: warning: data definition has no type or storage class
mod_wsgi.c:1958: error: syntax error before ‘while’
mod_wsgi.c:1982: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1985: error: syntax error before ‘n’
mod_wsgi.c:1985: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:1985: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1985: error: initializer element is not constant
mod_wsgi.c:1985: warning: data definition has no type or storage class
mod_wsgi.c:1988: error: syntax error before ‘if’
mod_wsgi.c:1990: warning: parameter names (without types) in function declaration
mod_wsgi.c:1990: warning: data definition has no type or storage class
mod_wsgi.c:1991: error: syntax error before ‘return’
mod_wsgi.c:2006: error: conflicting types for ‘q’
on)
mod_wsgi.c:1764: error: invalid operands to binary *
mod_wsgi.c:1770: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1771: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1778: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1779: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1780: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1782: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1791: warning: return makes pointer from integer without a cast
mod_wsgi.c:1807: error: syntax error before ‘)’ token
mod_wsgi.c:1811: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1811: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1816: error: invalid operands to binary +
mod_wsgi.c:1818: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1819: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1819: error: wrong type argument to increment
mod_wsgi.c:1820: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1820: error: wrong type argument to decrement
mod_wsgi.c:1828: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1829: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1830: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1843: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1849: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1849: error: syntax error before ‘n’
mod_wsgi.c:1852: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1857: error: syntax error before ‘else’
mod_wsgi.c:1869: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:1870: error: ‘q’ undeclared (first use in this function)
mod_wsgi.c:1874: error: wrong type argument to increment
mod_wsgi.c:1879: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1880: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1880: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1880: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1880: warning: passing argument 1 of ‘malloc’ makes integer from pointer without a cast
mod_wsgi.c:1881: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1896: error: syntax error before ‘if’
mod_wsgi.c:1915: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1915: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1915: error: invalid operands to binary +
mod_wsgi.c:1915: warning: data definition has no type or storage class
mod_wsgi.c:1916: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1916: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1916: error: initializer element is not constant
mod_wsgi.c:1916: warning: data definition has no type or storage class
mod_wsgi.c:1918: error: syntax error before ‘if’
mod_wsgi.c:1934: error: redefinition of ‘size’
mod_wsgi.c:1656: error: previous definition of ‘size’ was here
mod_wsgi.c:1934: error: initializer element is not constant
mod_wsgi.c:1934: warning: data definition has no type or storage class
mod_wsgi.c:1935: error: syntax error before ‘}’ token
mod_wsgi.c:1942: error: redefinition of ‘result’
mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1942: error: initializer element is not constant
mod_wsgi.c:1942: warning: data definition has no type or storage class
mod_wsgi.c:1944: error: syntax error before ‘if’
mod_wsgi.c:1947: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1947: error: syntax error before ‘)’ token
mod_wsgi.c:1953: error: redefinition of ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1955: error: redefinition of ‘p’
mod_wsgi.c:1915: error: previous definition of ‘p’ was here
mod_wsgi.c:1955: error: initializer element is not constant
mod_wsgi.c:1955: warning: data definition has no type or storage class
mod_wsgi.c:1956: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1956: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1956: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1956: error: invalid operands to binary +
mod_wsgi.c:1956: warning: data definition has no type or storage class
mod_wsgi.c:1958: error: syntax error before ‘while’
mod_wsgi.c:1982: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1985: error: syntax error before ‘n’
mod_wsgi.c:1985: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:1985: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1985: error: initializer element is not constant
mod_wsgi.c:1985: warning: data definition has no type or storage class
mod_wsgi.c:1988: error: syntax error before ‘if’
mod_wsgi.c:1990: warning: parameter names (without types) in function declaration
mod_wsgi.c:1990: warning: data definition has no type or storage class
mod_wsgi.c:1991: error: syntax error before ‘return’
mod_wsgi.c:2006: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:2006: error: initializer element is not constant
mod_wsgi.c:2006: warning: data definition has no type or storage class
mod_wsgi.c:2008: error: syntax error before ‘while’
mod_wsgi.c:2020: error: syntax error before ‘->’ token
mod_wsgi.c:2020: warning: data definition has no type or storage class
mod_wsgi.c:2031: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:2031: error: syntax error before ‘)’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readlines’:
mod_wsgi.c:2057: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2057: error: invalid operands to binary *
mod_wsgi.c:2058: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2058: error: invalid operands to binary *
mod_wsgi.c:2059: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:2059: error: invalid operands to binary *
mod_wsgi.c:2061: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2062: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2109: warning: return makes pointer from integer without a cast
mod_wsgi.c:1009: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c: At top level:
mod_wsgi.c:2112: error: syntax error before ‘Input_methods’
mod_wsgi.c:1009: warning: no semicolon at end of struct or union
mod_wsgi.c:2113: warning: braces around scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1014: error: syntax error before ‘}’ tokenmod_wsgi.c:2113: error: initializer element is not computable at load time
mod_wsgi.c:2113: error: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:1014: warning: data definition has no type or storage class
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:1016: error: syntax error before ‘Log_Type’
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:1016: warning: data definition has no type or storage classmod_wsgi.c:2113: error: syntamod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:2006: error: initializer element is not constant
mod_wsgi.c:2006: warning: data definition has no type or storage class
mod_wsgi.c:2008: error: syntax error before ‘while’
mod_wsgi.c:2020: error: syntax error before ‘->’ token
mod_wsgi.c:2020: warning: data definition has no type or storage class
mod_wsgi.c:2031: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:2031: error: syntax error before ‘)’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readlines’:
mod_wsgi.c:2057: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2057: error: invalid operands to binary *
mod_wsgi.c:2058: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2058: error: invalid operands to binary *
mod_wsgi.c:2059: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:2059: error: invalid operands to binary *
mod_wsgi.c:2061: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2062: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2109: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:2112: error: syntax error before ‘Input_methods’
mod_wsgi.c:2113: warning: braces around scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: error: syntax error before ‘Input_close’
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2114: warning: braces around scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: error: syntax error before ‘Input_read’
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2115: warning: braces around scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: error: syntax error before ‘Input_readline’
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2116: warning: braces around scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: error: syntax error before ‘Input_readlines’
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2117: warning: braces around scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2117: warning: excess elements in scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2118: warning: data definition has no type or storage class
mod_wsgi.c:2120: error: syntax error before ‘*’ token
mod_wsgi.c:2120: error: syntax error before ‘*’ token
x error before ‘Input_close’
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2114: warning: braces around scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2114: error: initializer element is not computable at load time
mod_wsgi.c:2114: error: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: error: syntax error before ‘Input_read’
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]mod_wsgi.c: In function ‘Input_iter’:
mod_wsgi.c:2122: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2123: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2128: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2128: error: syntax error before ‘)’ token
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c:1018: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newLogObject’:
mod_wsgi.c:1020: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1026: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1027: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:2131: error: syntax error before ‘*’ token
mod_wsgi.c:2131: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_iternext’:
mod_wsgi.c:2133: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2133: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2133: error: invalid operands to binary *
mod_wsgi.c:2134: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:2134: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:2136: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2137: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1034: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_dealloc’:
mod_wsgi.c:2154: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c:1036: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1040: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1040: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1043: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1046: error: syntax error before ‘ap_log_error’
mod_wsgi.c: At top level:
mod_wsgi.c:2162: error: syntax error before ‘Input_Type’
mod_wsgi.c:2166: error: initializer element is not constant
mod_wsgi.c:2166: error: (near initialization for ‘Input_Type’)
mod_wsgi.c:2166: error: syntax error before numeric constantmod_wsgi.c: At top level:
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c:1058: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_close’:
mod_wsgi.c:1060: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1061: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1065: error: ‘args’ undeclared (first use in this function)
’)
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2115: warning: braces around scalar initializer
mod_wsgi.c: At top level:mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c:2115: warning: initialization makes integer from pointer without a castmod_wsgi.c:1072: error: syntax error before ‘*’ token
mod_wsgi.c:2115: error: initializer element is not computable at load time
mod_wsgi.c:2115: error: (near initialization for ?mod_wsgi.c: In function ‘Log_flush’:
mod_wsgi.c:1074: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1075: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1079: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1085: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1085: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1088: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1091: error: syntax error before ‘ap_log_error’
??Input_methods[2]’)
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:1100: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: error: syntax error before ‘Input_readline’
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization formod_wsgi.c: At top level:
mod_wsgi.c:1104: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_output’:
mod_wsgi.c:1109: error: ‘msg’ undeclared (first use in this function)
mod_wsgi.c:1111: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:1116: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1123: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1126: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1127: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1136: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1136: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1139: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1142: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1155: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1156: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1161: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:1167: error: syntax error before ‘ap_log_error’
mod_wsgi.c:1188: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1192: warning: incompatible implicit declaration of built-in function ‘strncpy’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:1196: warning: incompatible implicit declaration of built-in function ‘strlen’
mod_wsgi.c:1197: warning: incompatible implicit declaration of built-in function ‘strcpy’
‘Input_methods[2]’)
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2116: warning: braces around scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2116: error: initializer element is not computable at load time
mod_wsgi.c:2116: error: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: error: syntax error before ‘Input_readlines’
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: excess elements imod_wsgi.c: At top level:
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c:1202: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_write’:
mod_wsgi.c:1206: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1207: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1211: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1216: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c:1220: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_writelines’:
mod_wsgi.c:1222: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1222: error: ‘sequence’ undeclared (first use in this function)
mod_wsgi.c:1223: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:1224: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:1227: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1228: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1232: error: ‘args’ undeclared (first use in this function)
mod_wsgi.c:1241: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:1260: error: ‘Py_None’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c:1264: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Log_closed’:
mod_wsgi.c:1266: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1270: error: syntax error before ‘Log_methods’
mod_wsgi.c:1271: warning: braces around scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1271: error: ‘PyCFunction’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: error: syntax error before ‘Log_close’
mod_wsgi.c:1271: error: ‘METH_VARARGS’ undeclared here (not in a function)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1271: warning: excess elements in scalar initializer
mod_wsgi.c:1271: warning: (near initialization for ‘Log_methods[0]’)
mod_wsgi.c:1272: warning: braces around scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: error: syntax error before ‘Log_flush’
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1272: warning: excess elements in scalar initializer
mod_wsgi.c:1272: warning: (near initialization for ‘Log_methods[1]’)
mod_wsgi.c:1273: warning: braces around scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: error: syntax error before ‘Log_write’
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1273: warning: excess elements in scalar initializer
mod_wsgi.c:1273: warning: (near initialization for ‘Log_methods[2]’)
mod_wsgi.c:1274: warning: braces around scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: error: syntax error before ‘Log_writelines’
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1274: warning: excess elements in scalar initializer
mod_wsgi.c:1274: warning: (near initialization for ‘Log_methods[3]’)
mod_wsgi.c:1275: warning: braces around scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1275: warning: excess elements in scalar initializer
mod_wsgi.c:1275: warning: (near initialization for ‘Log_methods[4]’)
mod_wsgi.c:1276: warning: data definition has no type or storage class
mod_wsgi.c:1278: error: syntax error before ‘Log_getset’
mod_wsgi.c:1279: warning: braces around scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:1279: error: ‘getter’ undeclared here (not in a function)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: error: syntax error before ‘Log_closed’
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1279: warning: excess elements in scalar initializer
mod_wsgi.c:1279: warning: (near initialization for ‘Log_getset[0]’)
mod_wsgi.c:1280: warning: braces around scalar initializer
mod_wsgi.c:1280: warning: (near initialization for ‘Log_getset[1]’)
mod_wsgi.c:1281: warning: data definition has no type or storage class
mod_wsgi.c:1283: error: syntax error before ‘Log_Type’
mod_wsgi.c:1287: error: initializer element is not constant
mod_wsgi.c:1287: error: (near initialization for ‘Log_Type’)
mod_wsgi.c:1287: error: syntax error before numeric constant
mod_wsgi.c:1288: warning: excess elements in scalar initializer
mod_wsgi.c:1288: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1289: warning: excess elements in scalar initializer
mod_wsgi.c:1289: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1290: warning: excess elements in scalar initializer
mod_wsgi.c:1290: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: ‘destructor’ undeclared here (not in a function)
mod_wsgi.c:1292: warning: excess elements in scalar initializer
mod_wsgi.c:1292: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1292: error: syntax error before ‘Log_dealloc’
mod_wsgi.c:1293: warning: excess elements in scalar initializer
mod_wsgi.c:1293: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1294: warning: excess elements in scalar initializer
mod_wsgi.c:1294: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1295: warning: excess elements in scalar initializer
mod_wsgi.c:1295: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1296: warning: excess elements in scalar initializer
mod_wsgi.c:1296: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1297: warning: excess elements in scalar initializer
mod_wsgi.c:1297: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1298: warning: excess elements in scalar initializer
mod_wsgi.c:1298: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1299: warning: excess elements in scalar initializer
mod_wsgi.c:1299: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1300: warning: excess elements in scalar initializer
mod_wsgi.c:1300: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1301: warning: excess elements in scalar initializer
mod_wsgi.c:1301: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1302: warning: excess elements in scalar initializer
mod_wsgi.c:1302: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1303: warning: excess elements in scalar initializer
mod_wsgi.c:1303: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1304: warning: excess elements in scalar initializer
mod_wsgi.c:1304: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1305: warning:n scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2117: warning: braces around scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2117: warning: excess elements in scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2118: warning: data definition has no type or storage class
mod_wsgi.c:2120: error: syntax error before ‘*’ token
mod_wsgi.c:2120: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_iter’:
mod_wsgi.c:2122: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2123: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2128: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2128: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:2131: error: syntax error before ‘*’ token
mod_wsgi.c:mod_wsgi.c:2167: warning: excess elements in scalar initializer
mod_wsgi.c:2167: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2168: warning: excess elements in scalar initializer
mod_wsgi.c:2168: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2169: warning: excess elements in scalar initializer
mod_wsgi.c:2169: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: warning: excess elements in scalar initializer
mod_wsgi.c:2171: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: error: syntax error before ‘Input_dealloc’
mod_wsgi.c:2172: warning: excess elements in scalar initializer
mod_wsgi.c:2172: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2173: warning: excess elements in scalar initializer
mod_wsgi.c:2173: warning: (near initialization for ‘Input_Type’)
excess elements in scalar initializermod_wsgi.c:2174: warning: excess elements in scalar initializer
mod_wsgi.c:2174: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:1305: warning: (near initialization for ‘Log_Type’)mod_wsgi.c:2175: warning: excess elements in scalar initializer
mod_wsgi.c:2175: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:1306: warning: excess elements in scalar initializer
mod_wsgi.c:2176: warning: excess elements in scalar initializer
mod_wsgi.c:1306: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:2176: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:1307: error: ‘Py_TPFLAGS_DEFAULT’ undeclared here (not in a function)mod_wsgi.c:2177: warning: excess elements in scalar initializer
mod_wsgi.c:2177: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2178: warning: excess elements in scalar initializer
mod_wsgi.c:2178: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2179: warning: excess elements in scalar initializer
mod_wsgi.c:2179: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2180: warning: excess elements in scalar initializer
mod_wsgi.c:2180: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2181: warning: excess elements in scalar initializer
mod_wsgi.c:2181: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2182: warning: excess elements in scalar initializer
mod_wsgi.c:2182: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2183: warning: excess elements in scalar initializer
mod_wsgi.c:2183: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2184: warning: excess elements in scalar initializer
mod_wsgi.c:2184: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2185: warning: excess elements in scalar initializer
mod_wsgi.c:2185: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2186: error: ‘Py_TPFLAGS_HAVE_ITER’ undeclared here (not in a function)
mod_wsgi.c:2186: error: invalid operands to binary |
mod_wsgi.c:2186: warning: excess elements in scalar initializer
mod_wsgi.c:2186: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2187: warning: excess elements in scalar initializer
mod_wsgi.c:2187: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2188: warning: excess elements in scalar initializer
mod_wsgi.c:2188: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2189: warning: excess elements in scalar initializer
mod_wsgi.c:2189: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2190: warning: excess elements in scalar initializer
mod_wsgi.c:2190: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2191: warning: excess elements in scalar initializer
mod_wsgi.c:2191: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: ‘getiterfunc’ undeclared here (not in a function)
mod_wsgi.c:2192: warning: excess elements in scalar initializer
mod_wsgi.c:2192: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: syntax error before ‘Input_iter’
mod_wsgi.c:2193: error: ‘iternextfunc’ undeclared here (not in a function)
mod_wsgi.c:2193: warning: excess elements in scalar initializer
mod_wsgi.c:2193: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2193: error: syntax error before ‘Input_iternext’
mod_wsgi.c:2194: warning: excess elements in scalar initializer
mod_wsgi.c:2194: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2195: warning: excess elements in scalar initializer
mod_wsgi.c:2195: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2196: warning: excess elements in scalar initializer
mod_wsgi.c:2196: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2197: warning: excess elements in scalar initializer
mod_wsgi.c:2197: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2198: warning: excess elements in scalar initializer
mod_wsgi.c:2198: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2199: warning: excess elements in scalar initializer
mod_wsgi.c:2199: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2200: warning: excess elements in scalar initializer
mod_wsgi.c:2200: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2201: warning: excess elements in scalar initializer
mod_wsgi.c:2201: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2202: warning: excess elements in scalar initializer
mod_wsgi.c:2202: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2203: warning: excess elements in scalar initializer
mod_wsgi.c:2203: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2204: warning: excess elements in scalar initializer
mod_wsgi.c:2204: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2205: warning: excess elements in scalar initializer
mod_wsgi.c:2205: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2206: warning: excess elements in scalar initializer
mod_wsgi.c:2206: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2207: warning: data definition has no type or storage class
mod_wsgi.c:2210: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2210: warning: no semicolon at end of struct or union
mod_wsgi.c:2212: warning: data definition has no type or storage class
mod_wsgi.c:2216: error: syntax error before ‘*’ token
mod_wsgi.c:2216: warning: data definition has no type or storage class
mod_wsgi.c:2217: error: syntax error before ‘*’ token
mod_wsgi.c:2217: warning: data definition has no type or storage class
mod_wsgi.c:2218: error: syntax error before ‘*’ token
mod_wsgi.c:2218: warning: data definition has no type or storage class
mod_wsgi.c:2221: error: syntax error before ‘*’ token
mod_wsgi.c:2221: warning: data definition has no type or storage class
mod_wsgi.c:2222: error: syntax error before ‘*’ token
mod_wsgi.c:2222: warning: data definition has no type or storage class
mod_wsgi.c:2226: error: syntax error before ‘}’ token
mod_wsgi.c:2226: warning: data definition has no type or storage class
mod_wsgi.c:2228: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:2228: warning: data definition has no type or storage class
mod_wsgi.c:2231: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2231: warning: no semicolon at end of struct or union
mod_wsgi.c:2233: warning: data definition has no type or storage class
mod_wsgi.c:2235: error: syntax error before ‘}’ token
mod_wsgi.c:2235: warning: data definition has no type or storage class
mod_wsgi.c:2237: error: syntax error before ‘Stream_Type’
mod_wsgi.c:2237: warning: data definition has no type or storage class
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newAdapterObject’:
mod_wsgi.c:2241: error: invalid operands to binary *
mod_wsgi.c:2247: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:2247: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:2249: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2255: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2255: error: syntax error before ‘)’ token
mod_wsgi.c:2258: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2259: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2260: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2261: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2263: error: request for member ‘content_length_set’ in something not a structure or union2131: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_iternext’:
mod_wsgi.c:2133: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2133: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2133: error: invalid operands to binary *
mod_wsgi.c:2134: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:2134: error: invalid operands to binary *
mod_wsgi.c:2136: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2137: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2154: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:2162: error: syntax error before ‘Input_Type’
mod_wsgi.c:2264: error: request for member ‘content_length’ in something not a structure or unionmod_wsgi.c:2166: error: initializer element is not constant
mod_wsgi.c:2166: error: (near initialization for ‘Input_Type’)
mod_wsgi.c:2166: error: syntax error before numeric constant
mod_wsgi.c:2167: warning: excess elements in scalar initializer
mod_wsgi.c:2167: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2168: warning: excess elements in scalar initializer
mod_wsgi.c:2168: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2169: warning: excess elements in scalar initializer
mod_wsgi.c:2169: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: warning: excess elements in scalar initializer
mod_wsgi.c:2171: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: error: syntax error before ‘Input_dealloc’
mod_wsgi.c:2172: warning: excess elements in scalar initializer
mod_wsgi.c:2172: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2173: warning: excess elements in scalar initializer
mod_wsgi.c:2173: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2174: warning: excess elements in scalar initializer
mod_wsgi.c:2174: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2175: warning: excess elements in scalar initializer
mod_wsgi.c:2175: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2176: warning: excess elements in scalar initializer
mod_wsgi.c:2176: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2177: warning: excess elements in scalar initializer
mod_wsgi.c:2177: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2178: warning: excess elements in scalar initializer
mod_wsgi.c:2178: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2179: warning: excess elements in scalar initializer
mod_wsgi.c:2179: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2180: warning: excess elements in scalar initializer
mod_wsgi.c:2180: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2181: warning: excess elements in scalar initializer
mod_wsgi.c:2181: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2182: warning: excess elements in scalar initializer
mod_wsgi.c:2182: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2183: warning: excess elements in scalar initializer
mod_wsgi.c:2183: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2184: warning: excess elements in scalar initializer
mod_wsgi.c:2184: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2185: warning: excess elements in scalar initializer
mod_wsgi.c:2185: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2186: error: ‘Py_TPFLAGS_HAVE_ITER’ undeclared here (not in a function)
mod_wsgi.c:2186: error: invalid operands to binary |
mod_wsgi.c:2186: warning: excess elements in scalar initializer
mod_wsgi.c:2186: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2187: warning: excess elements in scalar initializer
mod_wsgi.c:2187: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2188: warning: excess elements in scalar initializer
mod_wsgi.c:2188: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2189: warning: excess elements in scalar initializer
mod_wsgi.c:2189: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2190: warning: excess elements in scalar initializer
mod_wsgi.c:2190: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2191: warning: excess elements in scalar initializer
mod_wsgi.c:2191: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: ‘getiterfunc’ undeclared here (not in a function)
mod_wsgi.c:2192: warning: excess elements in scalar initializer
mod_wsgi.c:2192: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: syntax error before ‘Input_iter’
mod_wsgi.c:2193: error: ‘iternextfunc’ undeclared here (not in a function)
mod_wsgi.c:2193: warning: excess elements in scalar initializer
mod_wsgi.c:2193: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2193: error: syntax error before ‘Input_iternext’
mod_wsgi.c:2194: warning: excess elements in scalar initializer
mod_wsgi.c:2194: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2195: warning: excess elements in scalar initializer
mod_wsgi.c:2195: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2196: warning: excess elements in scalar initializer
mod_wsgi.c:2196: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2197: warning: excess elements in scalar initializer
mod_wsgi.c:2197: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2198: warning: excess elements in scalar initializer
mod_wsgi.c:2198: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2199: warning: excess elements in scalar initializer
mod_wsgi.c:2199: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2200: warning: excess elements in scalar initializer
mod_wsgi.c:2200: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2201: warning: excess elements in scalar initializer
mod_wsgi.c:2201: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2202: warning: excess elements in scalar initializer
mod_wsgi.c:2202: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2203: warning: excess elements in scalar initializer
mod_wsgi.c:2203: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2204: warning: excess elements in scalar initializer
mod_wsgi.c:2204: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2205: warning: excess elements in scalar initializer
mod_wsgi.c:2205: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2206: warning: excess elements in scalar initializer
mod_wsgi.c:2206: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2207: warning: data definition has no type or storage class
mod_wsgi.c:2210: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2210: warning: no semicolon at end of struct or union
mod_wsgi.c:2212: warning: data definition has no type or storage class
mod_wsgi.c:2216: error: syntax error before ‘*’ token
mod_wsgi.c:2216: warning: data definition has no type or storage class
mod_wsgi.c:2217: error: syntax error before ‘*’ token
mod_wsgi.c:2217: warning: data definition has no type or storage class
mod_wsgi.c:2218: error: syntax error before ‘*’ token
mod_wsgi.c:2218: warning: data definition has no type or storage class
mod_wsgi.c:2221: error: syntax error before ‘*’ token
mod_wsgi.c:2221: warning: data definition has no type or storage class
mod_wsgi.c:2222: error: syntax error before ‘*’ token
mod_wsgi.c:2222: warning: data definition has no type or storage class
mod_wsgi.c:2226: error: syntax error before ‘}’ token
mod_wsgi.c:2226: warning: data definition has no type or storage class
mod_wsgi.c:2228: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:2228: warning: data definition has no type or storage class
mod_wsgi.c:2231: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2231: warning: no semicolon at end of struct or union
mod_wsgi.c:2233: warning: data definition has no type or storage class
mod_wsgi.c:2235: error: syntax error before ‘}’ token
mod_wsgi.c:2235: warning: data definition has no type or storage class
mod_wsgi.c:2237: error: syntax error before ‘Stream_Type’
mod_wsgi.c:2237: warning: data definition has no type or storage class
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newAdapterObject’:
mod_wsgi.c:2241: error: invalid operands to binary *
mod_wsgi.c:2247: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:2247: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:2249: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2255: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2255: error: syntax error before ‘)’ token
mod_wsgi.c:2258: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2259: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2260: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2261: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2263: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2264: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2265: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2267: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2268: error: request for member ‘log’ in something not a structure or unionmod_wsgi.c:2265: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2268: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c:2267: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2268: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:2268: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:2273: error: synmod_wsgi.c: At top level:
mod_wsgi.c:2273: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_dealloc’:
mod_wsgi.c:2275: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2276: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2278: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2279: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_start_response’:
mod_wsgi.c:2287: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2287: error: invalid operands to binary *
mod_wsgi.c:2288: error: ‘exc_info’ undeclared (first use in this function)
mod_wsgi.c:2288: error: invalid operands to binary *
mod_wsgi.c:2292: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2293: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2303: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2308: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2308: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2309: error: invalid operands to binary *
mod_wsgi.c:2310: error: invalid operands to binary *
mod_wsgi.c:2311: error: invalid operands to binary *
mod_wsgi.c:2325: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2325: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:1307: warning: excess elements in scalar initializer
mod_wsgi.c:2332: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1307: warning: (near initialization for ‘Log_Type’)tax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_dealloc’:
mod_wsgi.c:2275: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2276: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2278: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2279: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_start_response’:
mod_wsgi.c:2287: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2287: error: invalid operands to binary *
mod_wsgi.c:2288: error: ‘exc_info’ undeclared (first use in this function)
mod_wsgi.c:2288: error: invalid operands to binary *
mod_wsgi.c:2292: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2293: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2303: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2308: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2308: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2309: error: invalid operands to binary *
mod_wsgi.c:2310: error: invalid operands to binary *
mod_wsgi.c:2311: error: invalid operands to binary *
mod_wsgi.c:2325: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2325: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2332: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2332: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2332: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2334: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2335: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2337: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2343: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2347: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2349: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2351: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2353: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:2356: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_output’:
mod_wsgi.c:2361: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2361: error: invalid operands to binary *
mod_wsgi.c:2372: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2373: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2377: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2381: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2392: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2392: error: invalid operands to binary *
mod_wsgi.c:2393: error: invalid operands to binary *
mod_wsgi.c:2395: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2395: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2407: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2408: error: ‘tuple’ undeclared (first use in this function)
mod_wsgi.c:2408: error: invalid operands to binary *
mod_wsgi.c:2410: error: ‘object1’ undeclared (first use in this function)
mod_wsgi.c:2410: error: invalid operands to binary *
mod_wsgi.c:2411: error: ‘object2’ undeclared (first use in this function)
mod_wsgi.c:2411: error: invalid operands to binary *
mod_wsgi.c:2416: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2419: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2421: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:2421: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:2426: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2453: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:2462: error: request for member ‘content_type’ in something not a structure or union
mod_wsgi.c:2462: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2483: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2485: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2493: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2494: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2497: error: request for member ‘err_headers_out’ in something not a structure or union
mod_wsgi.c:2500: error: request for member ‘headers_out’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2514: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2515: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2518: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2519: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2530: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2530: error: syntax error before ‘ap_send_http_header’
mod_wsgi.c:2544: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2548: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2549: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2561: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2571: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2632: error: syntax error before ‘n’
mod_wsgi.c:2641: error: syntax error before ‘n’
mod_wsgi.c:2332: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2332: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2334: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2335: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2337: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2343: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2347: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2349: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2351: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2353: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:2649: error: syntax error before ‘}’ token
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c: At top le
mod_wsgi.c:1308: warning: excess elements in scalar initializer
mod_wsgi.c:1308: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1309: warning: excess elements in scalar initializer
mod_wsgi.c:1309: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1310: warning: excess elements in scalar initializer
mod_wsgi.c:1310: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1311: warning: excess elements in scalar initializer
mod_wsgi.c:1311: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1312: warning: excess elements in scalar initializer
mod_wsgi.c:1312: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1313: warning: excess elements in scalar initializer
mod_wsgi.c:1313: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1314: warning: excess elements in scalar initializer
vel:mod_wsgi.c:1314: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:2356: error: syntax error before ‘*’ tokenmod_wsgi.c:1315: warning: excess elements in scalar initializer
mod_wsgi.c:1315: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1316: warning: excess elements in scalar initializer
mod_wsgi.c:1316: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1317: warning: excess elements in scalar initializer
mod_wsgi.c:1317: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1318: warning: excess elements in scalar initializer
mod_wsgi.c:1318: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1319: warning: excess elements in scalar initializer
mod_wsgi.c:1319: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1320: warning: excess elements in scalar initializer
mod_wsgi.c:1320: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1321: warning: excess elements in scalar initializer
mod_wsgi.c:1321: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1322: warning: excess elements in scalar initializer
mod_wsgi.c:1322: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1323: warning: excess elements in scalar initializer
mod_wsgi.c:1323: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1324: warning: excess elements in scalar initializer
mod_wsgi.c:1324: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1325: warning: excess elements in scalar initializer
mod_wsgi.c:1325: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1326: warning: excess elements in scalar initializer
mod_wsgi.c:1326: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1327: warning: excess elements in scalar initializer
mod_wsgi.c:1327: warning: (near initialization for ‘Log_Type’)
mod_wsgi.c:1328: warning: data definition has no type or storage class
mod_wsgi.c:1330: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_python_error’:
mod_wsgi.c:1333: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1333: error: ‘m’ undeclared (first use in this function)
mod_wsgi.c:1333: error: invalid operands to binary *
mod_wsgi.c:1334: error: ‘result’ undeclared (first use in this function)
mod_wsgi.c:1334: error: invalid operands to binary *
mod_wsgi.c:1336: error: ‘type’ undeclared (first use in this function)
mod_wsgi.c:1336: error: invalid operands to binary *
mod_wsgi.c:1337: error: ‘value’ undeclared (first use in this function)
mod_wsgi.c:1337: error: invalid operands to binary *
mod_wsgi.c:1338: error: ‘traceback’ undeclared (first use in this function)
mod_wsgi.c:1338: error: invalid operands to binary *
mod_wsgi.c:1343: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:1345: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1345: error: syntax error before ‘if’
mod_wsgi.c:1351: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c:1351: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:1351: error: invalid operands to binary |
mod_wsgi.c:1353: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:1356: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1356: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:1373: error: syntax error before ‘&’ token
mod_wsgi.c:1373: warning: data definition has no type or storage class
mod_wsgi.c:1377: warning: parameter names (without types) in function declaration
mod_wsgi.c:1377: warning: data definition has no type or storage class
mod_wsgi.c:1378: error: syntax error before ‘}’ token
mod_wsgi.c:1382: warning: parameter names (without types) in function declaration
mod_wsgi.c:1382: warning: data definition has no type or storage class
mod_wsgi.c:1383: error: syntax error before ‘}’ token
mod_wsgi.c:1385: error: initializer element is not constant
mod_wsgi.c:1385: warning: data definition has no type or storage class
mod_wsgi.c:1387: error: syntax error before ‘if’
mod_wsgi.c:1389: warning: data definition has no type or storage class
mod_wsgi.c:1390: error: initializer element is not constant
mod_wsgi.c:1390: warning: data definition has no type or storage class
mod_wsgi.c:1391: error: conflicting types for ‘o’
mod_wsgi.c:1389: error: previous definition of ‘o’ was here
mod_wsgi.c:1391: error: initializer element is not constant
mod_wsgi.c:1391: warning: data definition has no type or storage class
mod_wsgi.c:1392: error: syntax error before ‘if’
mod_wsgi.c:1394: warning: parameter names (without types) in function declaration
mod_wsgi.c:1394: warning: data definition has no type or storage class
mod_wsgi.c:1395: error: ‘type’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘value’ undeclared here (not in a function)
mod_wsgi.c:1395: error: ‘traceback’ undeclared here (not in a function)
mod_wsgi.c:1396: error: ‘Py_None’ undeclared here (not in a function)
mod_wsgi.c:1396: error: ‘log’ undeclared here (not in a function)
mod_wsgi.c:1396: error: initializer element is not constant
mod_wsgi.c:1396: warning: data definition has no type or storage class
mod_wsgi.c:1397: error: initializer element is not constant
mod_wsgi.c:1397: warning: data definition has no type or storage class
mod_wsgi.c:1398: warning: parameter names (without types) in function declaration
mod_wsgi.c:1398: warning: data definition has no type or storage class
mod_wsgi.c:1399: warning: parameter names (without types) in function declaration
mod_wsgi.c:1399: warning: data definition has no type or storage class
mod_wsgi.c:1400: error: syntax error before ‘}’ token
mod_wsgi.c:1417: warn
mod_wsgi.c: In function ‘Adapter_output’:
mod_wsgi.c:2361: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2361: error: invalid operands to binary *
mod_wsgi.c:2372: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2373: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2377: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2381: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2392: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2392: error: invalid operands to binary *
mod_wsgi.c:2393: error: invalid operands to binary *
mod_wsgi.c:2395: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2395: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2407: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2408: error: ‘tuple’ undeclared (first use in this function)
mod_wsgi.c:2408: error: invalid operands to binary *
mod_wsgi.c:2410: error: ‘object1’ undeclared (first use in this function)
mod_wsgi.c:2410: error: invalid operands to binary *
mod_wsgi.c:2411: error: ‘object2’ undeclared (first use in this function)
mod_wsgi.c:2411: error: invalid operands to binary *
mod_wsgi.c:2416: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2419: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2421: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:2421: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:2426: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2453: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:2462: error: request for member ‘content_type’ in something not a structure or union
mod_wsgi.c:2462: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2483: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2485: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2493: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2494: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2497: error: request for member ‘err_headers_out’ in something not a structure or union
mod_wsgi.c:2500: error: request for member ‘headers_out’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2514: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2515: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2518: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2519: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2530: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2530: error: syntax error before ‘ap_send_http_header’
mod_wsgi.c:2544: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2548: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2549: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2561: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2571: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2632: error: syntax error before ‘n’
mod_wsgi.c:2641: error: syntax error before ‘n’
mod_wsgi.c: At top level:
mod_wsgi.c:2649: error: syntax error before ‘}’ token
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_environ’:
mod_wsgi.c:2759: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2759: error: invalid operands to binary *
mod_wsgi.c:2761: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2761: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:2761: error: invalid operands to binary *
mod_wsgi.c:2762: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:2762: error: invalid operands to binary *
mod_wsgi.c:2764: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:2764: error: syntax error before ‘*’ token
mod_wsgi.c:2765: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:2765: error: syntax error before ‘*’ token
mod_wsgi.c:2777: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2779: error: ‘head’ undeclared (first use in this function)
mod_wsgi.c:2779: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:2780: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:2780: error: syntax error before ‘)’ token
mod_wsgi.c:2782: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:2782: warning: comparison between pointer and integer
mod_wsgi.c:2783: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2784: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2785: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2786: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2790: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2808: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c:2810: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:2810: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2828: error: syntax error before ‘)’ token
mod_wsgi.c:2833: error: syntax error before ‘)’ token
mod_wsgi.c:2838: error: syntax error before ‘)’ token
mod_wsgi.c:2855: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2855: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:2856: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2864: error: syntax error before ‘*’ token
mod_wsgi.c:3064: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_run’:
mod_wsgi.c:3066: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3066: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:3066: error: invalid operands to binary *
mod_wsgi.c:3067: error: ‘start’ undeclared (first use in this function)
mod_wsgi.c:3067: error: invalid operands to binary *
mod_wsgi.c:3068: error: invalid operands to binary *
mod_wsgi.c:3069: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:3069: error: invalid operands to binary *
mod_wsgi.c:3070: error: ‘close’ undeclared (first use in this function)
mod_wsgi.c:3070: error: invalid operands to binary *
mod_wsgi.c:3086: error: syntax error before ‘)’ token
mod_wsgi.c:3090: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3090: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3092: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3094: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3097: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3097: error: invalid operands to binary *
mod_wsgi.c:3101: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3103: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:3103: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:3108: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3127: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3127: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:3141: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3141: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:3142: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3147: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3148: error: invalid operands to binary *
mod_wsgi.c:3149: error: ‘data’ undeclared (first use in this function)
mod_wsgi.c:3149: error: invalid operands to binary *
mod_wsgi.c:3151: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3164: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3166: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3179: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3182: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_DEBUG’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3182: error: invalid operands to binary |
mod_wsgi.c:3182: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3202: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3202: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:3203: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3203: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3205: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3205: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3208: error: syntax error before ‘*’ token
mod_wsgi.c:3208: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_write’:
mod_wsgi.c:3210: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3210: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3210: error: invalid operands to binary *
mod_wsgi.c:3214: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3215: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3232: error: syntax error before ‘*’ token
mod_wsgi.c:3232: error: syntax error before ‘*’ token
mod_wsgi.c:3233: warning: data definition has no type or storage class
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_file_wrapper’:
mod_wsgi.c:3237: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3237: error: invalid operands to binary *
mod_wsgi.c:3238: error: ‘HUGE_STRING_LEN’ undeclared (first use in this function)
mod_wsgi.c:3239: error: invalid operands to binary *
mod_wsgi.c:3241: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3242: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:3252: error: syntax error before ‘Adapter_methods’
mod_wsgi.c:3253: warning: braces around scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: error: syntax error before ‘Adapter_start_response’
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3254: warning: braces around scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: error: syntax error before ‘Adapter_write’
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3255: warning: braces around scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: error: syntax error before ‘Adapter_file_wrapper’
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3256: warning: braces around scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3256: warning: excess elements in scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3257: warning: data definition has no type or storage class
mod_wsgi.c:3259: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:3263: error: initializer element is not constant
mod_wsgi.c:3263: error: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3263: error: syntax error before numeric constant
mod_wsgi.c:3264: warning: excess elements in scalar initializer
mod_wsgi.c:3264: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3265: warning: excess elements in scalar initializer
mod_wsgi.c:3265: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3266: warning: excess elements in scalar initializer
mod_wsgi.c:3266: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3268: warning: excess elements in scalar initializer
mod_wsgi.c:3268: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3268: error: syntax error before ‘Adapter_dealloc’
mod_wsgi.c:3269: warning: excess elements in scalar initializer
mod_wsgi.c:3269: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3270: warning: excess elements in scalar initializer
mod_wsgi.c:3270: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3271: warning: excess elements in scalar initializer
mod_wsgi.c:3271: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3272: warning: excess elements in scalar initializer
mod_wsgi.c:3272: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3273: warning: excess elements in scalar initializer
mod_wsgi.c:3273: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3274: warning: excess elements in scalar initializer
mod_wsgi.c:3274: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3275: warning: excess elements in scalar initializer
mod_wsgi.c:3275: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3276: warning: excess elements in scalar initializer
mod_wsgi.c:3276: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3277: warning: excess elements in scalar initializer
mod_wsgi.c:3277: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3278: warning: excess elements in scalar initializer
mod_wsgi.c:3278: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3279: warning: excess elements in scalar initializer
mod_wsgi.c:3279: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3280: warning: excess elements in scalar initializer
mod_wsgi.c:3280: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3281: warning: excess elements in scalar initializer
mod_wsgi.c:3281: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3282: warning: excess elements in scalar initializer
mod_wsgi.c:3282: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3283: warning: excess elements in scalar initializer
mod_wsgi.c:3283: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3284: warning: excess elements in scalar initializer
mod_wsgi.c:3284: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3285: warning: excess elements in scalar initializer
mod_wsgi.c:3285: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3286: warning: excess elements in scalar initializer
mod_wsgi.c:3286: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3287: warning: excess elements in scalar initializer
mod_wsgi.c:3287: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3288: warning: excess elements in scalar initializer
mod_wsgi.c:3288: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3289: warning: excess elements in scalar initializer
mod_wsgi.c:3289: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3290: warning: excess elements in scalar initializer
mod_wsgi.c:3290: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3291: warning: excess elements in scalar initializer
mod_wsgi.c:3291: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3292: warning: excess elements in scalar initializer
mod_wsgi.c:3292: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3293: warning: excess elements in scalar initializer
mod_wsgi.c:3293: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3294: warning: excess elements in scalar initializer
mod_wsgi.c:3294: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3295: warning: excess elements in scalar initializer
mod_wsgi.c:3295: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3296: warning: excess elements in scalar initializer
mod_wsgi.c:3296: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3297: warning: excess elements in scalar initializer
mod_wsgi.c:3297: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3298: warning: excess elements in scalar initializer
mod_wsgi.c:3298: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3299: warning: excess elements in scalar initializer
mod_wsgi.c:3299: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3300: warning: excess elements in scalar initializer
mod_wsgi.c:3300: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3301: warning: excess elements in scalar initializer
mod_wsgi.c:3301: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3302: warning: excess elements in scalar initializer
mod_wsgi.c:3302: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3303: warning: excess elements in scalar initializer
mod_wsgi.c:3303: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3304: warning: data definition has no type or storage class
mod_wsgi.c:3306: error: syntax error before ‘*’ token
mod_wsgi.c:3306: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newStreamObject’:
mod_wsgi.c:3309: error: invalid operands to binary *
mod_wsgi.c:3315: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3315: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:3316: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3317: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3319: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3320: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3322: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3322: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3325: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_dealloc’:
mod_wsgi.c:3327: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3328: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_environ’:
mod_wsgi.c:2759: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2759: error: invalid operands to binary *
mod_wsgi.c:2761: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2761: error: ‘vars’ undeclared (first use in this function)ing: data definition has no type or storage class
mod_wsgi.c:1418: error: syntax error before ‘}’ token
mod_wsgi.c:1425: warning: parameter names (without types) in function declaration
mod_wsgi.c:1425: warning: data definition has no type or storage class
mod_wsgi.c:1426: warning: parameter names (without types) in function declaration
mod_wsgi.c:1426: warning: data definition has no type or storage class
mod_wsgi.c:1427: error: syntax error before ‘}’ token
mod_wsgi.c:1429: warning: parameter names (without types) in function declaration
mod_wsgi.c:1429: warning: data definition has no type or storage class
mod_wsgi.c:1431: warning: parameter names (without types) in function declaration
mod_wsgi.c:1431: warning: data definition has no type or storage class
mod_wsgi.c:1432: error: syntax error before ‘}’ token
mod_wsgi.c:1435: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:1435: warning: no semicolon at end of struct or union
mod_wsgi.c:1443: error: syntax error before ‘}’ token
mod_wsgi.c:1443: warning: data definition has no type or storage class
mod_wsgi.c:1445: error: syntax error before ‘Input_Type’
mod_wsgi.c:1445: warning: data definition has no type or storage class
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c:1447: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newInputObject’:
mod_wsgi.c:1449: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1449: error: invalid operands to binary *
mod_wsgi.c:1455: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1455: error: ‘r’ undeclared (first use in this function)
mod_wsgi.c:1456: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1457: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1459: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1460: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1461: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1462: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1467: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_dealloc’:
mod_wsgi.c:1469: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1469: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1470: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c:1475: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_close’:
mod_wsgi.c:1477: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1477: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1478: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c:1489: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_read’:
mod_wsgi.c:1493: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1493: error: invalid operands to binary *
mod_wsgi.c:1499: error: ‘self’ undeclared (first use in this function)
mod_wsgi.c:1499: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1500: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1516: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1517: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1518: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1520: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1525: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1526: warning: return makes pointer from integer without a cast
mod_wsgi.c:1538: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1538: error: syntax error before ‘n’
mod_wsgi.c:1541: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1547: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:1556: error: syntax error before ‘if’
mod_wsgi.c:1564: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1564: error: ‘PyStringObject’ undeclared here (not in a function)
mod_wsgi.c:1564: error: syntax error before ‘)’ token
mod_wsgi.c:1571: error: syntax error before ‘->’ token
mod_wsgi.c:1571: warning: conflicting types for built-in function ‘memcpy’
mod_wsgi.c:1571: warning: data definition has no type or storage class
mod_wsgi.c:1572: error: syntax error before ‘->’ token
mod_wsgi.c:1577: error: syntax error before ‘->’ token
mod_wsgi.c:1577: warning: data definition has no type or storage class
mod_wsgi.c:1578: error: syntax error before ‘->’ token
mod_wsgi.c:1601: warning: parameter names (without types) in function declaration
mod_wsgi.c:1601: warning: data definition has no type or storage class
mod_wsgi.c:1602: error: syntax error before ‘return’
mod_wsgi.c:1656: error: initializer element is not constant
mod_wsgi.c:1656: warning: data definition has no type or storage class
mod_wsgi.c:1658: error: syntax error before ‘if’
mod_wsgi.c:1663: error: redefinition of ‘result’
mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1663: error: initializer element is not constant
mod_wsgi.c:1663: warning: data definition has no type or storage class
mod_wsgi.c:1665: error: syntax error before ‘if’
mod_wsgi.c:1668: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1668: error: syntax error before ‘)’ token
mod_wsgi.c:1679: error: syntax error before ‘->’ token
mod_wsgi.c:1679: warning: data definition has no type or storage class
mod_wsgi.c:1680: error: syntax error before ‘->’ token
mod_wsgi.c:1683: error: syntax error before ‘->’ token
mod_wsgi.c:1683: warning: data definition has no type or storage class
mod_wsgi.c:1684: error: syntax error before ‘->’ token
mod_wsgi.c:1690: error: ‘self’ undeclared here (not in a function)
mod_wsgi.c:1690: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1690: error: initializer element is not constant
mod_wsgi.c:1690: warning: data definition has no type or storage class
mod_wsgi.c:1693: error: syntax error before ‘if’
mod_wsgi.c:1695: warning: parameter names (without types) in function declaration
mod_wsgi.c:1695: warning: data definition has no type or storage class
mod_wsgi.c:1696: error: syntax error before ‘return’
mod_wsgi.c:1721: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1721: error: syntax error before ‘)’ token
mod_wsgi.c:2761: error: invalid operands to binary *
mod_wsgi.c:2762: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:2762: error: invalid operands to binary *
mod_wsgi.c:2764: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:2764: error: syntax error before ‘*’ token
mod_wsgi.c:2765: error: nested functions are disabled, use -fnested-functions to re-enablemod_wsgi.c:1727: error: redefinition of ‘n’
mod_wsgi.c:2765: error: syntax error before ‘*’ tokenmod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:1727: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1727: error: initializer element is not constant
mod_wsgi.c:2777: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1727: warning: data definition has no type or storage class
mod_wsgi.c:2779: error: ‘head’ undeclared (first use in this function)mod_wsgi.c:1730: error: syntax
mod_wsgi.c:2779: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:2780: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:2780: error: syntax error before ‘)’ token
mod_wsgi.c:2782: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:2782: warning: comparison between pointer and integer
mod_wsgi.c:2783: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2784: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2785: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2786: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2790: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2808: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c:2810: error: request for member ‘subprocess_env’ in something not a serror before ‘if’
mod_wsgi.c:1732: warning: parameter names (without types) in function declaration
mod_wsgi.c:1732: warning: data definition has no type or storage class
mod_wsgi.c:1733: error: syntax error before ‘return’
mod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c:1760: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readline’:
mod_wsgi.c:1764: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:1764: error: invalid operands to binary *
mod_wsgi.c:1770: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1771: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1778: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1779: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1780: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1782: error: request for member ‘init’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1790: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1791: warning: return makes pointer from integer without a cast
mod_wsgi.c:1807: error: syntax error before ‘)’ token
mod_wsgi.c:1811: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1811: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1816: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1816: error: invalid operands to binary +
mod_wsgi.c:1818: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1819: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1819: error: wrong type argument to increment
mod_wsgi.c:1820: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1820: error: wrong type argument to decrement
mod_wsgi.c:1828: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1829: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1830: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1843: error: request for member ‘done’ in something not a structure or union
mod_wsgi.c:1849: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1849: error: syntax error before ‘n’
mod_wsgi.c:1852: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:1857: error: syntax error before ‘else’
mod_wsgi.c:1869: error: ‘p’ undeclared (first use in this function)
mod_wsgi.c:1870: error: ‘q’ undeclared (first use in this function)
mod_wsgi.c:1874: error: wrong type argument to increment
mod_wsgi.c:1879: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1880: error: request for member ‘buffer’ in something not a structure or unionmod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c:1880: warning: incompatible implicit declaration of built-in function ‘malloc’
mod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c:1880: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c: In function ‘Stream_iter’:
mod_wsgi.c:3335: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3335: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3336: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:1880: warning: passing argument 1 of ‘malloc’ makes integer from pointer without a cast
mod_wsgi.c:1881: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1882: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1884: error: request for member ‘size’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:1896: error: syntax error before ‘if’
mod_wsgi.c:1915: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1915: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1915: error: invalid operands to binary +
mod_wsgi.c:1915: warning: data definition has no type or storage class
mod_wsgi.c:1916: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1916: error: request for member ‘length’ in something not a structure or union
mod_wsgi.c:1916: error: initializer element is not constant
mod_wsgi.c:1916: warning: data definition has no type or storage class
mod_wsgi.c:1918: error: syntax error before ‘if’
mod_wsgi.c:1934: error: redefinition of ‘size’
mod_wsgi.c:1656: error: previous definition of ‘size’ was here
mod_wsgi.c:1934: error: initializer element is not constant
mod_wsgi.c:1934: warning: data definition hamod_wsgi.c:3341: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3341: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_iternext’:
mod_wsgi.c:3346: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3346: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3346: error: invalid operands to binary *
mod_wsgi.c:3347: error: invalid operands to binary *
mod_wsgi.c:3348: error: invalid operands to binary *
mod_wsgi.c:3350: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3350: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3351: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3355: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3358: error: ‘PyExc_KeyError’ undeclared (first use in this function)
mod_wsgi.c:3363: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3374: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3382: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c:3390: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_close’:
mod_wsgi.c:3395: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3395: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3395: error: invalid operands to binary *
mod_wsgi.c:3396: error: invalid operands to binary *
mod_wsgi.c:3398: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3401: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3413: error: syntax error before ‘Stream_methods’
mod_wsgi.c:3414: warning: braces around scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: error: syntax error before ‘Stream_close’
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3415: warning: braces around scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3415: warning: excess elements in scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3416: warning: data definition has no type or storage class
mod_wsgi.c:3418: error: syntax error before ‘Stream_Type’
mod_wsgi.c:3422: error: initializer element is not constant
mod_wsgi.c:3422: error: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3422: error: syntax error before numeric constant
mod_wsgi.c:3423: warning: excess elements in scalar initializer
mod_wsgi.c:3423: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3424: warning: excess elements in scalar initializer
mod_wsgi.c:3424: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3425: warning: excess elements in scalar initializer
mod_wsgi.c:3425: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3427: warning: excess elements in scalar initializer
mod_wsgi.c:3427: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3427: error: syntax error before ‘Stream_dealloc’
mod_wsgi.c:3428: warning: excess elements in scalar initializer
mod_wsgi.c:3428: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3429: warning: excess elements in scalar initializer
mod_wsgi.c:3429: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3430: warning: excess elements in scalar initializer
mod_wsgi.c:3430: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3431: warning: excess elements in scalar initializer
mod_wsgi.c:3431: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3432: warning: excess elements in scalar initializer
mod_wsgi.c:3432: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3433: warning: excess elements in scalar initializer
mod_wsgi.c:3433: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3434: warning: excess elements in scalar initializer
mod_wsgi.c:3434: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3435: warning: excess elements in scalar initializer
mod_wsgi.c:3435: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3436: warning: excess elements in scalar initializer
mod_wsgi.c:3436: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3437: warning: excess elements in scalar initializer
mod_wsgi.c:3437: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3438: warning: excess elements in scalar initializer
mod_wsgi.c:3438: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3439: warning: excess elements in scalar initializer
mod_wsgi.c:3439: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3440: warning: excess elements in scalar initializer
mod_wsgi.c:3440: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3441: warning: excess elements in scalar initializer
mod_wsgi.c:3441: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3442: error: invalid operands to binary |
mod_wsgi.c:3442: warning: excess elements in scalar initializer
mod_wsgi.c:3442: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3443: warning: excess elements in scalar initializer
mod_wsgi.c:3443: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3444: warning: excess elements in scalar initializer
mod_wsgi.c:3444: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3445: warning: excess elements in scalar initializer
mod_wsgi.c:3445: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3446: warning: excess elements in scalar initializer
mod_wsgi.c:3446: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3447: warning: excess elements in scalar initializer
mod_wsgi.c:3447: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3448: warning: excess elements in scalar initializer
mod_wsgi.c:3448: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3448: error: syntax error before ‘Stream_iter’
mod_wsgi.c:3449: warning: excess elements in scalar initializer
mod_wsgi.c:3449: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3449: error: syntax error before ‘Stream_iternext’
mod_wsgi.c:3450: warning: excess elements in scalar initializer
mod_wsgi.c:3450: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3451: warning: excess elements in scalar initializer
mod_wsgi.c:3451: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3452: warning: excess elements in scalar initializer
mod_wsgi.c:3452: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3453: warning: excess elements in scalar initializer
mod_wsgi.c:3453: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3454: warning: excess elements in scalar initializer
mod_wsgi.c:3454: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3455: warning: excess elements in scalar initializer
mod_wsgi.c:3455: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3456: warning: excess elements in scalar initializer
mod_wsgi.c:3456: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3457: warning: excess elements in scalar initializer
mod_wsgi.c:3457: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3458: warning: excess elements in scalar initializer
mod_wsgi.c:3458: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3459: warning: excess elements in scalar initializer
mod_wsgi.c:3459: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3460: warning: excess elements in scalar initializer
mod_wsgi.c:3460: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3461: warning: excess elements in scalar initializer
mod_wsgi.c:3461: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3462: warning: excess elements in scalar initializer
mod_wsgi.c:3462: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3463: warning: data definition has no type or storage class
mod_wsgi.c:3468: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3468: warning: no semicolon at end of struct or union
mod_wsgi.c:3470: warning: data definition has no type or storage class
mod_wsgi.c:3472: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:3472: warning: data definition has no type or storage class
mod_wsgi.c:3474: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newRestrictedObject’:
mod_wsgi.c:3476: error: invalid operands to binary *
mod_wsgi.c:3482: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3487: error: syntax error before ‘*’ token
s no type or storage class
mod_wsgi.c:1935: error: syntax error before ‘}’ token
mod_wsgi.c:1942: error: redefinition of ‘result’
mod_wsgi.c:1397: error: previous definition of ‘result’ was here
mod_wsgi.c:1942: error: initializer element is not constant
mod_wsgi.c:1942: warning: data definition has no type or storage class
mod_wsgi.c:1944: error: syntax error before ‘if’
mod_wsgi.c:1947: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:1947: error: syntax error before ‘)’ token
mod_wsgi.c:1953: error: redefinition of ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1955: error: redefinition of ‘p’
mod_wsgi.c:1915: error: previous definition of ‘p’ was here
mod_wsgi.c:1955: error: initializer element is not constant
mod_wsgi.c:1955: warning: data definition has no type or storage class
mod_wsgi.c:1956: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1956: error: request for member ‘buffer’ in something not a structure or union
mod_wsgi.c:1956: error: request for member ‘offset’ in something not a structure or union
mod_wsgi.c:1956: error: invalid operands to binary +
mod_wsgi.c:1956: warning: data definition has no type otructure or union
mod_wsgi.c:2810: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2828: error: syntax error before ‘)’ token
mod_wsgi.c:2833: error: syntax error before ‘)’ token
mod_wsgi.c:2838: error: syntax error before ‘)’ token
mod_wsgi.c:2855: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2855: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:2856: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2864: error: syntax error before ‘*’ token
mod_wsgi.c:3064: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_run’:
mod_wsgi.c:3066: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3066: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:3066: error: invalid operands to binary *
mod_wsgi.c:3067: error: ‘start’ undeclared (first use in this function)
mod_wsgi.c:3067: error: invalid operands to binary *
mod_wsgi.c:3068: error: invalid operands to binary *
mod_wsgi.c:3069: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:3069: error: invalid operands to binary *
mod_wsgi.c:3070: error: ‘close’ undeclared (first use in this function)
mod_wsgi.c:3070: error: invalid operands to binary *
mod_wsgi.c:3086: error: syntax error before ‘)’ token
r storage class
mod_wsgi.c:1958: error: syntax error before ‘while’
mod_wsgi.c:1982: error: conflicting types for ‘q’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:1985: error: syntax error before ‘n’
mod_wsgi.c:1985: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:1985: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:1985: error: initializer element is not constant
mod_wsgi.c:1985: warning: data definition has no type or storage class
mod_wsgi.c:1988: error: syntax error before ‘if’
mod_wsgi.c:1990: warning: parameter names (without types) in function declaration
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Restricted_getattr’:
mod_wsgi.c:3494: error: ‘PyExc_IOError’ undeclared (first use in this function)
mod_wsgi.c:3494: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c:1990: warning: data definition has no type or storage class
mod_wsgi.c:1991: error: syntax error before ‘return’
mod_wsgi.c: At top level:
mod_wsgi.c:2006: error: conflicting types for ‘q’mod_wsgi.c:3499: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:1913: error: previous definition of ‘q’ was here
mod_wsgi.c:2006: error: initializer element is not constantmod_wsgi.c:3503: error: initializer element is not constant
mod_wsgi.c:3503: error: (near initialization for ‘Restricted_Type’)mod_wsgi.c:2006: warning: data definition has no type or storage class
mod_wsgi.c:3503: error: syntax error before numeric constantmod_wsgi.c:2008: error: syntax error before ‘while’
mod_wsgi.c:2020: error: syntax error before ‘->’ token
mod_wsgi.c:2020: warning: data definition has no type or storage class
mod_wsgi.c:2031: error: conflicting types for ‘buffer’
mod_wsgi.c:1439: error: previous declaration of ‘buffer’ was here
mod_wsgi.c:2031: error: syntax error before ‘)’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c:2052: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_readlines’:
mod_wsgi.c:2057: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2057: error: invalid operands to binary *
mod_wsgi.c:2058: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2058: error: invalid operands to binary *
mod_wsgi.c:2059: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:2059: error: invalid operands to binary *
mod_wsgi.c:2061: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2062: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2109: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:2112: error: syntax error before ‘Input_methods’
mod_wsgi.c:2113: warning: braces around scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: error: syntax error before ‘Input_close’
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2113: warning: excess elements in scalar initializer
mod_wsgi.c:2113: warning: (near initialization for ‘Input_methods[0]’)
mod_wsgi.c:2114: warning: braces around scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: error: syntax error before ‘Input_read’
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2114: warning: excess elements in scalar initializer
mod_wsgi.c:2114: warning: (near initialization for ‘Input_methods[1]’)
mod_wsgi.c:2115: warning: braces around scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: error: syntax error before ‘Input_readline’
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2115: warning: excess elements in scalar initializer
mod_wsgi.c:2115: warning: (near initialization for ‘Input_methods[2]’)
mod_wsgi.c:2116: warning: braces around scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: error: syntax error before ‘Input_readlines’
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2116: warning: excess elements in scalar initializer
mod_wsgi.c:2116: warning: (near initialization for ‘Input_methods[3]’)
mod_wsgi.c:2117: warning: braces around scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2117: warning: excess elements in scalar initializer
mod_wsgi.c:2117: warning: (near initialization for ‘Input_methods[4]’)
mod_wsgi.c:2118: warning: data definition has no type or storage class
mod_wsgi.c:2120: error: syntax error before ‘*’ token
mod_wsgi.c:2120: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_iter’:
mod_wsgi.c:2122: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2123: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2128: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2128: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:2131: error: syntax error before ‘*’ token
mod_wsgi.c:2131: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Input_iternext’:
mod_wsgi.c:2133: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2133: error: ‘line’ undeclared (first use in this function)
mod_wsgi.c:2133: error: invalid operands to binary *
mod_wsgi.c:3504: warning: excess elements in scalar initializer
mod_wsgi.c:2134: error: ‘rlargs’ undeclared (first use in this function)
mod_wsgi.c:3504: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:2134: error: invalid operands to binary *
mod_wsgi.c:3505: warning: excess elements in scalar initializer
mod_wsgi.c:2136: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3505: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:2137: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3506: warning: excess elements in scalar initializer
mod_wsgi.c:3506: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3508: warning: excess mod_wsgi.c:2154: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:2162: error: syntax error before ‘Input_Type’
mod_wsgi.c:2166: error: initializer element is not constant
mod_wsgi.c:2166: error: (near initialization for ‘Input_Type’)
mod_wsgi.c:2166: error: syntax error before numeric constant
mod_wsgi.c:2167: warning: excess elements in scalar initializer
mod_wsgi.c:2167: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2168: warning: excess elements in scalar initializer
mod_wsgi.c:2168: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2169: warning: excess elements in scalar initializer
mod_wsgi.c:2169: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: warning: excess elements in scalar initializer
mod_wsgi.c:2171: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2171: error: syntax error before ‘Input_dealloc’
mod_wsgi.c:2172: warning: excess elements in scalar initializer
mod_wsgi.c:2172: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2173: warning: excess elements in scalar initializer
mod_wsgi.c:2173: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2174: warning: excess elements in scalar initializer
mod_wsgi.c:2174: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2175: warning: excess elements in scalar initializer
mod_wsgi.c:2175: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2176: warning: excess elements in scalar initializer
mod_wsgi.c:2176: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2177: warning: excess elements in scalar initializer
mod_wsgi.c:2177: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2178: warning: excess elements in scalar initializer
mod_wsgi.c:2178: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2179: warning: excess elements in scalar initializer
mod_wsgi.c:2179: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2180: warning: excess elements in scalar initializer
mod_wsgi.c:2180: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2181: warning: excess elements in scalar initializer
mod_wsgi.c:2181: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2182: warning: excess elements in scalar initializer
mod_wsgi.c:2182: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2183: warning: excess elements in scalar initializer
mod_wsgi.c:2183: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2184: warning: excess elements in scalar initializer
mod_wsgi.c:2184: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2185: warning: excess elements in scalar initializer
mod_wsgi.c:2185: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2186: error: ‘Py_TPFLAGS_HAVE_ITER’ undeclared here (not in a function)
mod_wsgi.c:2186: error: invalid operands to binary |
mod_wsgi.c:2186: warning: excess elements in scalar initializer
mod_wsgi.c:2186: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2187: warning: excess elements in scalar initializer
mod_wsgi.c:2187: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2188: warning: excess elements in scalar initializer
mod_wsgi.c:2188: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2189: warning: excess elements in scalar initializer
mod_wsgi.c:2189: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2190: warning: excess elements in scalar initializer
mod_wsgi.c:2190: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2191: warning: excess elements in scalar initializer
mod_wsgi.c:2191: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: ‘getiterfunc’ undeclared here (not in a function)
mod_wsgi.c:2192: warning: excess elements in scalar initializer
mod_wsgi.c:2192: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2192: error: syntax error before ‘Input_iter’
mod_wsgi.c:2193: error: ‘iternextfunc’ undeclared here (not in a function)
mod_wsgi.c:2193: warning: excess elements in scalar initializer
mod_wsgi.c:2193: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2193: error: syntax error before ‘Input_iternext’
mod_wsgi.c:2194: warning: excess elements in scalar initializer
mod_wsgi.c:2194: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2195: warning: excess elements in scalar initializer
mod_wsgi.c:2195: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2196: warning: excess elements in scalar initializer
mod_wsgi.c:2196: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2197: warning: excess elements in scalar initializer
mod_wsgi.c:2197: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2198: warning: excess elements in scalar initializer
mod_wsgi.c:2198: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2199: warning: excess elements in scalar initializer
mod_wsgi.c:2199: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2200: warning: excess elements in scalar initializer
mod_wsgi.c:2200: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2201: warning: excess elements in scalar initializer
mod_wsgi.c:2201: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2202: warning: excess elements in scalar initializer
mod_wsgi.c:2202: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2203: warning: excess elements in scalar initializer
mod_wsgi.c:2203: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2204: warning: excess elements in scalar initializer
mod_wsgi.c:2204: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2205: warning: excess elements in scalar initializer
mod_wsgi.c:2205: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2206: warning: excess elements in scalar initializer
mod_wsgi.c:2206: warning: (near initialization for ‘Input_Type’)
mod_wsgi.c:2207: warning: data definition has no type or storage class
mod_wsgi.c:2210: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2210: warning: no semicolon at end of struct or union
mod_wsgi.c:2212: warning: data definition has no type or storage class
mod_wsgi.c:2216: error: syntax error before ‘*’ token
mod_wsgi.c:2216: warning: data definition has no type or storage class
mod_wsgi.c:2217: error: syntax error before ‘*’ token
mod_wsgi.c:2217: warning: data definition has no type or storage class
mod_wsgi.c:2218: error: syntax error before ‘*’ token
mod_wsgi.c:2218: warning: data definition has no type or storage class
mod_wsgi.c:2221: error: syntax error before ‘*’ token
mod_wsgi.c:2221: warning: data definition has no type or storage class
mod_wsgi.c:2222: error: syntax error before ‘*’ token
mod_wsgi.c:2222: warning: data definition has no type or storage class
mod_wsgi.c:2226: error: syntax error before ‘}’ token
mod_wsgi.c:2226: warning: data definition has no type or storage class
mod_wsgi.c:2228: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:2228: warning: data definition has no type or storage class
mod_wsgi.c:2231: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:2231: warning: no semicolon at end of struct or union
mod_wsgi.c:2233: warning: data definition has no type or storage class
mod_wsgi.c:2235: error: syntax error before ‘}’ token
mod_wsgi.c:2235: warning: data definition has no type or storage class
mod_wsgi.c:2237: error: syntax error before ‘Stream_Type’
mod_wsgi.c:2237: warning: data definition has no type or storage class
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c:2239: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newAdapterObject’:
mod_wsgi.c:2241: error: invalid operands to binary *
mod_wsgi.c:2247: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:2247: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:2249: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2255: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2255: error: syntax error before ‘)’ token
mod_wsgi.c:2258: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2259: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2260: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2261: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2263: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2264: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2265: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2267: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2268: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:2268: error: ‘APLOG_ERR’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:2273: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_dealloc’:
mod_wsgi.c:2275: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2276: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2278: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2279: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c:2284: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_start_response’:
mod_wsgi.c:2287: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2287: error: invalid operands to binary *
mod_wsgi.c:2288: error: ‘exc_info’ undeclared (first use in this function)
mod_wsgi.c:2288: error: invalid operands to binary *
mod_wsgi.c:2292: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2293: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2303: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2308: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2308: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2309: error: invalid operands to binary *
mod_wsgi.c:2310: error: invalid operands to binary *
mod_wsgi.c:2311: error: invalid operands to binary *
mod_wsgi.c:2325: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2325: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2330: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2332: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2332: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2332: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2334: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2335: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2337: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2343: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2347: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2349: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2351: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2353: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:2356: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_output’:
mod_wsgi.c:2361: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2361: error: invalid operands to binary *
mod_wsgi.c:2372: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2373: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:2377: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2381: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2391: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2391: warning: comparison between pointer and integer
mod_wsgi.c:2392: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2392: error: invalid operands to binary *
mod_wsgi.c:2393: error: invalid operands to binary *
mod_wsgi.c:2395: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:2395: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2404: error: request for member ‘status’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2405: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:2407: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2408: error: ‘tuple’ undeclared (first use in this function)
mod_wsgi.c:2408: error: invalid operands to binary *
mod_wsgi.c:2410: error: ‘object1’ undeclared (first use in this function)
mod_wsgi.c:2410: error: invalid operands to binary *
mod_wsgi.c:2411: error: ‘object2’ undeclared (first use in this function)
mod_wsgi.c:2411: error: invalid operands to binary *
mod_wsgi.c:2416: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2419: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:2421: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:2421: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:2426: error: ‘PyExc_ValueError’ undeclared (first use in this function)
mod_wsgi.c:2453: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:2462: error: request for member ‘content_type’ in something not a structure or union
mod_wsgi.c:2462: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:2483: error: ‘errno’ undeclared (first use in this function)
mod_wsgi.c:2485: error: ‘ERANGE’ undeclared (first use in this function)
mod_wsgi.c:2493: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2494: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2497: error: request for member ‘err_headers_out’ in something not a structure or union
mod_wsgi.c:2500: error: request for member ‘headers_out’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2513: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2514: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:2515: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2518: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2519: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2530: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2530: error: syntax error before ‘ap_send_http_header’
mod_wsgi.c:2544: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:2548: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2549: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:2561: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2562: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2563: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:2564: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2571: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:2632: error: syntax error before ‘n’
mod_wsgi.c:2641: error: syntax error before ‘n’
mod_wsgi.c: At top level:
mod_wsgi.c:2649: error: syntax error before ‘}’ token
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c:2757: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_environ’:
mod_wsgi.c:2759: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:2759: error: invalid operands to binary *
mod_wsgi.c:2761: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:2761: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:2761: error: invalid operands to binary *
mod_wsgi.c:2762: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:2762: error: invalid operands to binary *
mod_wsgi.c:2764: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:2764: error: syntax error before ‘*’ token
mod_wsgi.c:2765: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:2765: error: syntax error before ‘*’ token
mod_wsgi.c:2777: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:2779: error: ‘head’ undeclared (first use in this function)
mod_wsgi.c:2779: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:2780: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:2780: error: syntax error before ‘)’ token
mod_wsgi.c:2782: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:2782: warning: comparison between pointer and integer
mod_wsgi.c:2783: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2784: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2785: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:2786: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2790: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:2808: error: ‘Py_False’ undeclared (first use in this function)
mod_wsgi.c:2810: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:2810: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:2828: error: syntax error before ‘)’ token
mod_wsgi.c:2833: error: syntax error before ‘)’ token
mod_wsgi.c:2838: error: syntax error before ‘)’ token
mod_wsgi.c:2855: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:2855: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:2856: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:2864: error: syntax error before ‘*’ token
mod_wsgi.c:3064: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_run’:
mod_wsgi.c:3066: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3066: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:3066: error: invalid operands to binary *
mod_wsgi.c:3067: error: ‘start’ undeclared (first use in this function)
mod_wsgi.c:3067: error: invalid operands to binary *
mod_wsgi.c:3068: error: invalid operands to binary *
mod_wsgi.c:3069: error: ‘iterator’ undeclared (first use in this function)
mod_wsgi.c:3069: error: invalid operands to binary *
mod_wsgi.c:3070: error: ‘close’ undeclared (first use in this function)
mod_wsgi.c:3070: error: invalid operands to binary *
mod_wsgi.c:3086: error: syntax error before ‘)’ token
mod_wsgi.c:3090: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3090: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3092: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3094: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3097: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3097: error: invalid operands to binary *
mod_wsgi.c:3101: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3103: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:3103: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:3108: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3127: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3127: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:3141: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3141: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:3142: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3147: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3148: error: invalid operands to binary *
mod_wsgi.c:3149: error: ‘data’ undeclared (first use in this function)
mod_wsgi.c:3149: error: invalid operands to binary *
mod_wsgi.c:3151: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3164: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3166: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3179: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3182: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_DEBUG’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3182: error: invalid operands to binary |
mod_wsgi.c:3182: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘content_length’ in something not a structure or unionmod_wsgi.c:3090: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3090: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3092: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3094: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3097: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3097: error: invalid operands to binary *
mod_wsgi.c:3101: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3103: error: request for member ‘ob_type’ in something not a structure or union
mod_wsgi.c:3103: error: request for member ‘tp_name’ in something not a structure or union
mod_wsgi.c:3108: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3127: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3127: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:3141: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3141: error: request for member ‘headers’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3142: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘filename’ in something not a structure or union
elements in scalar initializer
mod_wsgi.c:3202: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3202: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:3508: warning: (near initialization for ‘Restricted_Type’)mod_wsgi.c:3203: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3508: error: syntax error before ‘Restricted_dealloc’
mod_wsgi.c:3509: warning: excess elements in scalar initializer
mod_wsgi.c:3509: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: ‘getattrfunc’ undeclared here (not in a function)
mod_wsgi.c:3510: warning: excess elements in scalar initializer
mod_wsgi.c:3510: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: syntax error before ‘Restricted_getattr’
mod_wsgi.c:3511: warning: excess elements in scalar initializer
mod_wsgi.c:3511: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3512: warning: excess elements in scalar initializer
mod_wsgi.c:3512: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3513: warning: excess elements in scalar initializer
mod_wsgi.c:3513: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3514: warning: excess elements in scalar initializer
mod_wsgi.c:3514: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3515: warning: excess elements in scalar initializer
mod_wsgi.c:3515: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3516: warning: excess elements in scalar initializer
mod_wsgi.c:3516: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3517: warning: excess elements in scalar initializer
mod_wsgi.c:3517: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3518: warning: excess elements in scalar initializer
mod_wsgi.c:3518: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3519: warning: excess elements in scalar initializer
mod_wsgi.c:3519: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3520: warning: excess elements in scalar initializer
mod_wsgi.c:3520: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3521: warning: excess elements in scalar initializer
mod_wsgi.c:3521: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3522: warning: excess elements in scalar initializer
mod_wsgi.c:3522: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3523: warning: excess elements in scalar initializer
mod_wsgi.c:3523: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3524: warning: excess elements in scalar initializer
mod_wsgi.c:3524: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3525: warning: excess elements in scalar initializer
mod_wsgi.c:3525: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3526: warning: excess elements in scalar initializer
mod_wsgi.c:3526: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3527: warning: excess elements in scalar initializer
mod_wsgi.c:3527: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3528: warning: excess elements in scalar initializer
mod_wsgi.c:3528: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3529: warning: excess elements in scalar initializer
mod_wsgi.c:3529: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3530: warning: excess elements in scalar initializer
mod_wsgi.c:3530: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3531: warning: excess elements in scalar initializer
mod_wsgi.c:3531: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3532: warning: excess elements in scalar initializer
mod_wsgi.c:3532: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3533: warning: excess elements in scalar initializermod_wsgi.c:3203: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3205: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3205: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3208: error: syntax error before ‘*’ token
mod_wsgi.c:3208: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Adapter_write’:
mod_wsgi.c:3210: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3533: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3210: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3534: warning: excess elements in scalar initializer
mod_wsgi.c:3210: error: invalid operands to binary *
mod_wsgi.c:3534: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3535: warning: excess elements in scalar initializer
mod_wsgi.c:3535: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3536: warning: excess elements in scalar initializer
mod_wsgi.c:3536: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3537: warning: excess elements in scalar initializer
mod_wsgi.c:3537: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3538: warning: excess elements in scalar initializer
mod_wsgi.c:3538: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3539: warning: excess elements in scalar initializer
mod_wsgi.c:3539: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3540: warning: excess elements in scalar initializer
mod_wsgi.c:3540: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3541: warning: excess elements in scalar initializer
mod_wsgi.c:3541: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3542: warning: excess elements in scalar initializer
mod_wsgi.c:3542: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3543: warning: excess elements in scalar initializer
mod_wsgi.c:3543: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3544: warning: data definition has no type or storage class
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_signal_intercept’:
mod_wsgi.c:3550: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3550: error: ‘h’ undeclared (first use in this function)
mod_wsgi.c:3550: error: invalid operands to binary *
mod_wsgi.c:3553: error: invalid operands to binary *
mod_wsgi.c:3559: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3559: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3564: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3567: error: invalid operands to binary *
mod_wsgi.c:3568: error: invalid operands to binary *
mod_wsgi.c:3572: error: invalid operands to binary *
mod_wsgi.c:3573: error: invalid operands to binary *
mod_wsgi.c:3574: error: invalid operands to binary *
mod_wsgi.c:3576: error: syntax error before ‘)’ token
mod_wsgi.c:3214: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3215: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:3593: error: syntax error before ‘wsgi_signal_method’
mod_wsgi.c:3594: warning: braces around scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: error: syntax error before ‘wsgi_signal_intercept’
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3595: warning: braces around scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3595: warning: excess elements in scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3596: warning: data definition has no type or storage class
mod_wsgi.c:3604: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3604: warning: no semicolon at end of struct or union
mod_wsgi.c:3606: warning: data definition has no type or storage class
mod_wsgi.c:3608: error: syntax error before ‘}’ token
mod_wsgi.c:3608: warning: data definition has no type or storage class
mod_wsgi.c:3610: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:3610: warning: data definition has no type or storage class
mod_wsgi.c:3222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3232: error: syntax error before ‘*’ token
mod_wsgi.c:3232: error: syntax error before ‘*’ token
mod_wsgi.c:3233: warning: data definition has no type or storage classmod_wsgi.c:3144: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c:3144: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c:3144: error: request for member ‘filename’ in something not a structure or unionmod_wsgi.c: In function ‘Adapter_file_wrapper’:
mod_wsgi.c:3237: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3237: error: invalid operands to binary *
mod_wsgi.c:3238: error: ‘HUGE_STRING_LEN’ undeclared (first use in this function)
mod_wsgi.c:3147: error: request for member ‘sequence?mod_wsgi.c:3612: error: syntax error before ‘*’ token
mod_wsgi.c:3613: error: syntax error before ‘PyInterpreterState’
mod_wsgi.c: In function ‘newInterpreterObject’:
mod_wsgi.c:3615: error: invalid operands to binary *
mod_wsgi.c:3616: error: ‘PyThreadState’ undeclared (first use in this function)
? in something not a structure or unionmod_wsgi.c:3616: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:3616: error: invalid operands to binary *
mod_wsgi.c:3617: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c:3148: error: invalid operands to binary *
mod_wsgi.c:3617: error: invalid operands to binary *
mod_wsgi.c:3149: error: ‘data’ undeclared (first use in this function)
mod_wsgi.c:3618: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3149: error: invalid operands to binary *
mod_wsgi.c:3618: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:3618: error: invalid operands to binary *mod_wsgi.c:3151: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3619: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3619: error: invalid operands to binary *
mod_mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3162: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3164: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3166: error: request for member ‘sequence’ in something not a structure or union
mod_wsgi.c:3179: error: request for member ‘content_length_set’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3180: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3181: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3182: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_DEBUG’ undeclared (first use in this function)
mod_wsgi.c:3182: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3182: error: invalid operands to binary |
mod_wsgi.c:3182: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3185: error: request for member ‘content_length’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3186: error: request for member ‘output_length’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3187: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request wsgi.c:3620: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3620: error: invalid operands to binary *
mod_wsgi.c:3632: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:3632: warning: incompatible implicit declaration of built-in function ‘strdup’
mod_wsgi.c:3632: error: ‘name’ undeclared (first use in this function)
mod_wsgi.c:3632: warning: passing argument 1 of ‘strdup’ from incompatible pointer type
mod_wsgi.c:3640: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3640: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:3640: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3640: error: invalid operands to binary |
mod_wsgi.c:3644: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:3645: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:3653: error: request for member ‘intmod_wsgi.c:3239: error: invalid operands to binary *
mod_wsgi.c:3241: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3242: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
erp’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3667: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)mod_wsgi.c:3252: error: syntax error before ‘Adapter_methods’
mod_wsgi.c:3253: warning: braces around scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3675: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3253: warning: initialization makes integer from pointer without a castmod_wsgi.c:3675: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)mod_wsgi.c:3680: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3253: error: syntax error before ‘Adapter_start_response’
mod_wsgi.c:3681: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:for member ‘log’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3193: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:3202: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3202: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:3203: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3203: error: request for member ‘status_line’ in something not a structure or union
mod_wsgi.c:3205: error: request for member ‘result’ in something not a structure or union
mod_wsgi.c:3205: warning: return makes integer from pointer without a cast
3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3254: warning: braces around scalar initializer
mod_wsgi.c: At top level:
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3208: error: syntax error before ‘*’ token
mod_wsgi.c:3208: error: syntax error before ‘*’ tokenmod_wsgi.c:3254: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c: In function ‘Adapter_write’:
mod_wsgi.c:3254: error: syntax error before ‘Adapter_write’
mod_wsgi.c:3210: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3254: warning: excess elements in scalar initializermod_wsgi.c:3210: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3210: error: invalid operands to binary *
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3214: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3255: warning: braces around scalar initializer
mod_wsgi.c:3215: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: error: syntax error before ‘Adapter_file_wrapper’mod_wsgi.c:3222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: excess elemenmod_wsgi.c:3693: error: syntax error before ‘)’ token
mod_wsgi.c:3700: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:3701: error: syntax error before ‘)’ token
mod_wsgi.c:3706: error: syntax error before ‘)’ token
mod_wsgi.c:3711: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:3712: error: syntax error before ‘)’ token
ts in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3256: warning: braces around scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3256: warning: excess elements in scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3257: warning: data definition has no type or storage class
mod_wsgi.c:3259: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:3263: error: initializer element is not constant
mod_wsgi.c:3263: error: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3263: error: syntax error before numeric constant
mod_wsgi.c:3264: warning: excess elements in scalar initializer
mod_wsgi.c:3264: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3265: warning: excess elements in scalar initializer
mod_wsgi.c:3265: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3738: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3762: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:3762: error: invalid operands to binary *
mod_wsgi.c:3763: error: ‘key’ undeclared (first use in this function)
mod_wsgi.c:3763: error: invalid operands to binary *
mod_wsgi.c:3764: error: invalid operands to binary *
mod_wsgi.c:3772: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3776: error: dereferencing pointer to incomplete type
mod_wsgi.c:3776: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3786: error: dereferencing pointer to incomplete type
mod_wsgi.c:3786: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3232: error: syntax error before ‘*’ token
mod_wsgi.c:3796: error: dereferencing pointer to incomplete type
mod_wsgi.c:3232: error: syntax error before ‘*’ tokenmod_wsgi.c:3796: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3233: warning: data definition has no type or storage class
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c:3235: error: syntax error before ‘*’ token
mod_wsgi.c:3826: error: invalid operands to binary *
mod_wsgi.c: In function ‘Adapter_file_wrapper’:
mod_wsgi.c:3827: error: invalid operands to binary *mod_wsgi.c:3237: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3828: error: invalid operands to binary *mod_wsgi.c:3237: error: invalid operands to binary *
mod_wsgi.c:3238: error: ‘HUGE_STRING_LEN’ undeclared (first use in this function)
mod_wsgi.c:3239: error: invalid operands to binary *
mod_wsgi.c:3266: warning: excess elements in scalar initializer
mod_wsgi.c:3241: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3266: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3242: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3268: warning: excess elements in scalar initializer
mod_wsgi.c:3268: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3268: error: syntax error before ‘Adapter_dealloc’
mod_wsgi.c:3269: warning: excess elements in scalar initializer
mod_wsgi.c:3269: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3270: warning: excess elements in scalar initializer
mod_wsgi.c:3270: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3271: warning: excess elements in scalar initializer
mod_wsgi.c:3271: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3272: warning: excess elements in scalar initializer
mod_wsgi.c:3272: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3273: warning: excess elements in scalar initializer
mod_wsgi.c:3273: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3274: warning: excess elements in scalar initializer
mod_wsgi.c:3274: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3275: warning: excess elements in scalar initializer
mod_wsgi.c:3275: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3276: warning: excess elements in scalar initializer
mod_wsgi.c:3276: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3277: warning: excess elements in scalar initializer
mod_wsgi.c:3277: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3278: warning: excess elements in scalar initializer
mod_wsgi.c:3278: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3279: warning: excess elements in scalar initializer
mod_wsgi.c:3279: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3280: warning: excess elements in scalar initializer
mod_wsgi.c:3280: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3281: warning: excess elements in scalar initializer
mod_wsgi.c:3281: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3282: warning: excess elements in scalar initializer
mod_wsgi.c:3282: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3283: warning: excess elements in scalar initializer
mod_wsgi.c:3283: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3284: warning: excess elements in scalar initializer
mod_wsgi.c:3284: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3285: warning: excess elements in scalar initializer
mod_wsgi.c:3285: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3286: warning: excess elements in scalar initializer
mod_wsgi.c:3286: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3287: warning: excess elements in scalar initializer
mod_wsgi.c:3287: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3288: warning: excess elements in scalar initializer
mod_wsgi.c:3288: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3289: warning: excess elements in scalar initializer
mod_wsgi.c:3289: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3290: warning: excess elements in scalar initializer
mod_wsgi.c:3290: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3291: warning: excess elements in scalar initializer
mod_wsgi.c:3291: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3292: warning: excess elements in scalar initializer
mod_wsgi.c:3292: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3293: warning: excess elements in scalar initializer
mod_wsgi.c:3293: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3294: warning: excess elements in scalar initializer
mod_wsgi.c:3294: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3295: warning: excess elements in scalar initializer
mod_wsgi.c:3295: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3296: warning: excess elements in scalar initializer
mod_wsgi.c:3296: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3297: warning: excess elements in scalar initializer
mod_wsgi.c:3297: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3298: warning: excess elements in scalar initializer
mod_wsgi.c:3298: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3299: warning: excess elements in scalar initializer
mod_wsgi.c:3299: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3300: warning: excess elements in scalar initializer
mod_wsgi.c:3300: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3301: warning: excess elements in scalar initializer
mod_wsgi.c:3301: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3302: warning: excess elements in scalar initializer
mod_wsgi.c: At top level:
mod_wsgi.c:3252: error: syntax error before ‘Adapter_methods’
mod_wsgi.c:3253: warning: braces around scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3253: error: initializer element is not computable at load time
mod_wsgi.c:3253: error: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: error: syntax error before ‘Adapter_start_response’
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3253: warning: excess elements in scalar initializer
mod_wsgi.c:3253: warning: (near initialization for ‘Adapter_methods[0]’)
mod_wsgi.c:3254: warning: braces around scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3254: error: initializer element is not computable at load time
mod_wsgi.c:3254: error: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: error: syntax error before ‘Adapter_write’
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3254: warning: excess elements in scalar initializer
mod_wsgi.c:3254: warning: (near initialization for ‘Adapter_methods[1]’)
mod_wsgi.c:3255: warning: braces around scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3255: error: initializer element is not computable at load time
mod_wsgi.c:3255: error: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: error: syntax error before ‘Adapter_file_wrapper’
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3255: warning: excess elements in scalar initializer
mod_wsgi.c:3255: warning: (near initialization for ‘Adapter_methods[2]’)
mod_wsgi.c:3256: warning: braces around scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3256: warning: excess elements in scalar initializer
mod_wsgi.c:3256: warning: (near initialization for ‘Adapter_methods[3]’)
mod_wsgi.c:3257: warning: data definition has no type or storage class
mod_wsgi.c:3259: error: syntax error before ‘Adapter_Type’
mod_wsgi.c:3263: error: initializer element is not constant
mod_wsgi.c:3263: error: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3263: error: syntax error before numeric constant
mod_wsgi.c:3264: warning: excess elements in scalar initializer
mod_wsgi.c:3264: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3265: warning: excess elements in scalar initializer
mod_wsgi.c:3265: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3266: warning: excess elements in scalar initializer
mod_wsgi.c:3266: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3268: warning: excess elements in scalar initializer
mod_wsgi.c:3268: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3268: error: syntax error before ‘Adapter_dealloc’
mod_wsgi.c:3269: warning: excess elements in scalar initializer
mod_wsgi.c:3269: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3270: warning: excess elements in scalar initializer
mod_wsgi.c:3270: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3271: warning: excess elements in scalar initializer
mod_wsgi.c:3271: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3302: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3303: warning: excess elements in scalar initializer
mod_wsgi.c:3272: warning: excess elements in scalar initializer
mod_wsgi.c:3303: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3272: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3304: warning: data definition has no type or storage class
mod_wsgi.c:3273: warning: excess elements in scalar initializer
mod_wsgi.c:3306: error: syntax error before ‘*’ tokenmod_wsgi.c:3273: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3274: warning: excess elements in scalar initializermod_wsgi.c:3306: error: syntax error before ‘*’ token
mod_wsgi.c:3274: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3275: warning: excess elements in scalar initializer
mod_wsgi.c: In function ‘newStreamObject’:mod_wsgi.c:3275: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3309: error: invalmod_wsgi.c:3276: warning: excess elements in scalar initializer
mod_wsgi.c:3276: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3277: warning: excess elements in scalar initializer
mod_wsgi.c:3277: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3278: warning: excess elements in scalar initializer
mod_wsgi.c:3278: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3279: warning: excess elements in scalar initializer
mod_wsgi.c:3279: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3280: warning: excess elements in scalar initializer
mod_wsgi.c:3280: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3281: warning: excess elements in scalar initializer
mod_wsgi.c:3281: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3282: warning: excess elements in scalar initializer
mod_wsgi.c:3282: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3283: warning: excess elements in scalar initializer
mod_wsgi.c:3283: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3284: warning: excess elements in scalar initializer
mod_wsgi.c:3284: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3285: warning: excess elements in scalar initializer
mod_wsgi.c:3285: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3286: warning: excess elements in scalar initializer
mod_wsgi.c:3286: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3287: warning: excess elements in scalar initializer
mod_wsgi.c:3287: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3288: warning: excess elements in scalar initializer
mod_wsgi.c:3288: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3289: warning: excess elements in scalar initializer
mod_wsgi.c:3289: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3290: warning: excess elements in scalar initializer
mod_wsgi.c:3290: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3291: warning: excess elements in scalar initializer
mod_wsgi.c:3291: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3292: warning: excess elements in scalar initializer
mod_wsgi.c:3292: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3293: warning: excess elements in scalar initializer
mod_wsgi.c:3293: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3294: warning: excess elements in scalar initializer
mod_wsgi.c:3294: warning: (near initialization for ‘Adapter_Type’)
id operands to binary *
mod_wsgi.c:3315: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3315: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:3316: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3295: warning: excess elements in scalar initializer
mod_wsgi.c:3317: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3295: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3319: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3296: warning: excess elements in scalar initializer
mod_wsgi.c:3296: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3320: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3297: warning: excess elements in scalar initializer
mod_wsgi.c:3322: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3297: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3298: warning: excess elements in scalar initializer
mod_wsgi.c:3298: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3299: warning: excess elements in scalar initializer
mod_wsgi.c:3299: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3300: warning: excess elements in scalar initializer
mod_wsgi.c:3300: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3301: warning: excess elements in scalar initializer
mod_wsgi.c:3301: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3302: warning: excess elements in scalar initializer
mod_wsgi.c:3302: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3303: warning: excess elements in scalar initializer
mod_wsgi.c:3303: warning: (near initialization for ‘Adapter_Type’)
mod_wsgi.c:3304: warning: data definition has no type or storage class
mod_wsgi.c:3306: error: syntax error before ‘*’ token
mod_wsgi.c:3306: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newStreamObject’:
mod_wsgi.c:3309: error: invalid operands to binary *
mod_wsgi.c:3315: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3315: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:3316: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3317: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3319: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3320: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3322: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3322: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3325: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_dealloc’:
mod_wsgi.c:3327: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3328: error: request for member ‘adapter’ in something not a structure or unionmod_wsgi.c:3322: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3325: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_dealloc’:
mod_wsgi.c:3327: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3328: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_iter’:
mod_wsgi.c:3335: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3335: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3336: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c: At top level:mod_wsgi.c:3341: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c:3341: error: syntax error before ‘)’ token
mod_wsgi.c:3333: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_iter’:
mod_wsgi.c:3335: error: request for mod_wsgi.c: At top level:
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_iternext’:
mod_wsgi.c:3346: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3346: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3346: error: invalid operands to binary *
mod_wsgi.c:3347: error: invalid operands to binary *
mod_wsgi.c:3348: error: invalid operands to binary *
mod_wsgi.c:3350: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3350: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3351: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3355: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3358: error: ‘PyExc_KeyError’ undeclared (first use in this function)
mod_wsgi.c:3363: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3374: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3382: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c:3390: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_close’:
mod_wsgi.c:3395: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3395: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3395: error: invalid operands to binary *
mod_wsgi.c:3396: error: invalid operands to binary *
mod_wsgi.c:3398: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3401: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3413: error: syntax error before ‘Stream_methods’
mod_wsgi.c:3414: warning: braces around scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: error: syntax error before ‘Stream_close’
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3415: warning: braces around scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3415: warning: excess elements in scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3416: warning: data definition has no type or storage class
mod_wsgi.c:3418: error: syntax error before ‘Stream_Type’
mod_wsgi.c:3422: error: initializer element is not constant
mod_wsgi.c:3422: error: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3422: error: syntax error before numeric constant
mod_wsgi.c:3423: warning: excess elements in scalar initializer
mod_wsgi.c:3423: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3424: warning: excess elements in scalar initializer
mod_wsgi.c:3424: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3425: warning: excess elements in scalar initializer
mod_wsgi.c:3425: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3427: warning: excess elements in scalar initializer
mod_wsgi.c:3427: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3427: error: syntax error before ‘Stream_dealloc’
mod_wsgi.c:3428: warning: excess elements in scalar initializer
mod_wsgi.c:3428: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3429: warning: excess elements in scalar initializer
mod_wsgi.c:3429: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3430: warning: excess elements in scalar initializer
mod_wsgi.c:3430: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3431: warning: excess elements in scalar initializer
mod_wsgi.c:3431: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3432: warning: excess elements in scalar initializer
mod_wsgi.c:3432: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3433: warning: excess elements in scalar initializer
mod_wsgi.c:3433: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3434: warning: excess elements in scalar initializer
mod_wsgi.c:3434: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3435: warning: excess elements in scalar initializer
mod_wsgi.c:3435: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3436: warning: excess elements in scalar initializer
mod_wsgi.c:3436: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3437: warning: excess elements in scalar initializer
mod_wsgi.c:3437: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3438: warning: excess elements in scalar initializer
mod_wsgi.c:3438: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3439: warning: excess elements in scalar initializer
mod_wsgi.c:3439: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3440: warning: excess elements in scalar initializer
mod_wsgi.c:3440: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3441: warning: excess elements in scalar initializer
mod_wsgi.c:3441: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3442: error: invalid operands to binary |
mod_wsgi.c:3442: warning: excess elements in scalar initializer
mod_wsgi.c:3442: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3443: warning: excess elements in scalar initializer
mod_wsgi.c:3443: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3444: warning: excess elements in scalar initializer
mod_wsgi.c:3444: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3445: warning: excess elements in scalar initializer
mod_wsgi.c:3445: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3446: warning: excess elements in scalar initializer
mod_wsgi.c:3446: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3447: warning: excess elements in scalar initializer
mod_wsgi.c:3447: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3448: warning: excess elements in scalar initializer
mod_wsgi.c:3448: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3448: error: syntax error before ‘Stream_iter’
mod_wsgi.c:3449: warning: excess elements in scalar initializer
mod_wsgi.c:3449: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3449: error: syntax error before ‘Stream_iternext’
mod_wsgi.c:3450: warning: excess elements in scalar initializer
mod_wsgi.c:3450: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3451: warning: excess elements in scalar initializer
mod_wsgi.c:3451: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3452: warning: excess elements in scalar initializer
mod_wsgi.c:3452: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3453: warning: excess elements in scalar initializer
mod_wsgi.c:3453: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3454: warning: excess elements in scalar initializer
mod_wsgi.c:3454: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3455: warning: excess elements in scalar initializer
mod_wsgi.c:3455: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3456: warning: excess elements in scalar initializer
mod_wsgi.c:3456: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3457: warning: excess elements in scalar initializer
mod_wsgi.c:3457: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3458: warning: excess elements in scalar initializer
mod_wsgi.c:3458: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3459: warning: excess elements in scalar initializer
mod_wsgi.c:3459: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3460: warning: excess elements in scalar initializer
mod_wsgi.c:3460: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3461: warning: excess elements in scalar initializer
mod_wsgi.c:3461: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3462: warning: excess elements in scalar initializer
mod_wsgi.c:3462: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3463: warning: data definition has no type or storage class
mod_wsgi.c:3468: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3468: warning: no semicolon at end of struct or union
mod_wsgi.c:3470: warning: data definition has no type or storage class
mod_wsgi.c:3472: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:3472: warning: data definition has no type or storage class
mod_wsgi.c:3474: error: syntax error before ‘*’ token
member ‘adapter’ in something not a structure or union
mod_wsgi.c:3335: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3336: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3341: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3341: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c:3344: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_iternext’:
mod_wsgi.c:3346: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3346: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3346: error: invalid operands to binary *
mod_wsgi.c:3347: error: invalid operands to binary *
mod_wsgi.c:3348: error: invalid operands to binary *
mod_wsgi.c:3350: error: request for member ‘adapter’ in something not a structure or union
mod_wsgi.c:3350: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:3351: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3355: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3358: error: ‘PyExc_KeyError’ undeclared (first use in this function)
mod_wsgi.c:3363: error: request for member ‘blksize’ in something not a structure or union
mod_wsgi.c:3374: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:3382: error: ‘PyExc_StopIteration’ undeclared (first use in this function)
mod_wsgi.c:3390: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c:3393: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Stream_close’:mod_wsgi.c: In function ‘newRestrictedObject’:
mod_wsgi.c:3476: error: invalid operands to binary *
mod_wsgi.c:3482: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3487: error: syntax error before ‘*’ token
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c:3395: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3395: error: ‘method’ undeclared (first use in this function)
mod_wsgi.c:3395: error: invalid operands to binary *
mod_wsgi.c: In function ‘Restricted_getattr’:
mod_wsgi.c:3494: error: ‘PyExc_IOError’ undeclared (first use in this function)mod_wsgi.c:3396: error: invalid operands to binary *
mod_wsgi.c:3398: error: request for member ‘filelike’ in something not a structure or union
mod_wsgi.c:3494: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c:3401: error: syntax ermod_wsgi.c: At top level:
mod_wsgi.c:3499: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:3503: error: initializer element is not constant
mod_wsgi.c:3503: error: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3503: error: syntax error before numeric constant
mod_wsgi.c:3504: warning: excess elements in scalar initializer
mod_wsgi.c:3504: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3505: warning: excess elements in scalar initializer
mod_wsgi.c:3505: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3506: warning: excess elements in scalar initializer
mod_wsgi.c:3506: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3508: warning: excess elements in scalar initializer
mod_wsgi.c:3508: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3508: error: syntax error before ‘Restricted_dealloc’
mod_wsgi.c:3509: warning: excess elements in scalar initializer
mod_wsgi.c:3509: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: ‘getattrfunc’ undeclared here (not in a function)
mod_wsgi.c:3510: warning: excess elements in scalar initializer
mod_wsgi.c:3510: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: syntax error before ‘Restricted_getattr’
mod_wsgi.c:3511: warning: excess elements in scalar initializer
mod_wsgi.c:3511: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3512: warning: excess elements in scalar initializer
mod_wsgi.c:3512: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3513: warning: excess elements in scalar initializer
mod_wsgi.c:3513: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3514: warning: excess elements in scalar initializer
mod_wsgi.c:3514: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3515: warning: excess elements in scalar initializer
mod_wsgi.c:3515: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3516: warning: excess elements in scalar initializer
mod_wsgi.c:3516: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3517: warning: excess elements in scalar initializer
mod_wsgi.c:3517: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3518: warning: excess elements in scalar initializer
mod_wsgi.c:3518: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3519: warning: excess elements in scalar initializer
mod_wsgi.c:3519: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3520: warning: excess elements in scalar initializer
mod_wsgi.c:3520: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3521: warning: excess elements in scalar initializer
mod_wsgi.c:3521: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3522: warning: excess elements in scalar initializer
mod_wsgi.c:3522: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3523: warning: excess elements in scalar initializer
mod_wsgi.c:3523: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3524: warning: excess elements in scalar initializer
mod_wsgi.c:3524: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3525: warning: excess elements in scalar initializer
mod_wsgi.c:3525: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3526: warning: excess elements in scalar initializer
mod_wsgi.c:3526: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3527: warning: excess elements in scalar initializer
mod_wsgi.c:3527: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3528: warning: excess elements in scalar initializer
mod_wsgi.c:3528: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3529: warning: excess elements in scalar initializer
mod_wsgi.c:3529: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3530: warning: excess elements in scalar initializer
mod_wsgi.c:3530: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3531: warning: excess elements in scalar initializer
mod_wsgi.c:3531: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3532: warning: excess elements in scalar initializer
mod_wsgi.c:3532: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3533: warning: excess elements in scalar initializer
mod_wsgi.c:3533: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3534: warning: excess elements in scalar initializer
mod_wsgi.c:3534: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3535: warning: excess elements in scalar initializer
mod_wsgi.c:3535: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3536: warning: excess elements in scalar initializer
mod_wsgi.c:3536: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3537: warning: excess elements in scalar initializer
mod_wsgi.c:3537: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3538: warning: excess elements in scalar initializer
mod_wsgi.c:3538: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3539: warning: excess elements in scalar initializer
mod_wsgi.c:3539: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3540: warning: excess elements in scalar initializer
mod_wsgi.c:3540: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3541: warning: excess elements in scalar initializer
mod_wsgi.c:3541: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3542: warning: excess elements in scalar initializer
mod_wsgi.c:3542: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3543: warning: excess elements in scalar initializer
mod_wsgi.c:3543: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3544: warning: data definition has no type or storage class
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_signal_intercept’:
mod_wsgi.c:3550: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3550: error: ‘h’ undeclared (first use in this function)
mod_wsgi.c:3550: error: invalid operands to binary *
mod_wsgi.c:3553: error: invalid operands to binary *
mod_wsgi.c:3559: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3559: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3564: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3567: error: invalid operands to binary *
mod_wsgi.c:3568: error: invalid operands to binary *
mod_wsgi.c:3572: error: invalid operands to binary *
mod_wsgi.c:3573: error: invalid operands to binary *
mod_wsgi.c:3574: error: invalid operands to binary *
mod_wsgi.c:3576: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3593: error: syntax error before ‘wsgi_signal_method’
mod_wsgi.c:3594: warning: braces around scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: error: syntax error before ‘wsgi_signal_intercept’
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3595: warning: braces around scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3595: warning: excess elements in scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3596: warning: data definition has no type or storage class
mod_wsgi.c:3604: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3604: warning: no semicolon at end of struct or union
mod_wsgi.c:3606: warning: data definition has no type or storage class
mod_wsgi.c:3608: error: syntax error before ‘}’ token
mod_wsgi.c:3608: warning: data definition has no type or storage class
mod_wsgi.c:3610: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:3610: warning: data definition has no type or storage class
mod_wsgi.c:3612: error: syntax error before ‘*’ token
mod_wsgi.c:3613: error: syntax error before ‘PyInterpreterState’
mod_wsgi.c: In function ‘newInterpreterObject’:
mod_wsgi.c:3615: error: invalid operands to binary *
mod_wsgi.c:3616: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:3616: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:3616: error: invalid operands to binary *
mod_wsgi.c:3617: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c:3617: error: invalid operands to binary *
mod_wsgi.c:3618: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3618: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:3618: error: invalid operands to binary *
mod_wsgi.c:3619: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3619: error: invalid operands to binary *
mod_wsgi.c:3620: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3620: error: invalid operands to binary *
mod_wsgi.c:3632: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:3632: warning: incompatible implicit declaration of built-in function ‘strdup’
mod_wsgi.c:3632: error: ‘name’ undeclared (first use in this function)
mod_wsgi.c:3632: warning: passing argument 1 of ‘strdup’ from incompatible pointer type
mod_wsgi.c:3640: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3640: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:3640: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3640: error: invalid operands to binary |
mod_wsgi.c:3644: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:3645: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:3653: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:3667: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
ror before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:3413: error: syntax error before ‘Stream_methods’
mod_wsgi.c:3414: warning: braces around scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3414: error: initializer element is not computable at load time
mod_wsgi.c:3414: error: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: error: syntax error before ‘Stream_close’
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3414: warning: (near initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3414: warning: excess elements in scalar initializer
mod_wsgi.c:3675: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)mod_wsgi.c:3414: warning: (n
mod_wsgi.c:3675: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3680: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3681: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:3693: error: syntax error before ‘)’ token
mod_wsgi.c:3700: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:3701: error: syntax error before ‘)’ token
mod_wsgi.c:3706: error: syntax error before ‘)’ token
mod_wsgi.c:3711: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:3712: error: syntax error before ‘)’ token
mod_wsgi.c:3738: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:3762: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:3762: error: invalid operands to binary *
mod_wsgi.c:3763: error: ‘key’ undeclared (first use in this function)
mod_wsgi.c:3763: error: invalid operands to binary *
mod_wsgi.c:3764: error: invalid operands to binary *
mod_wsgi.c:3772: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3776: error: dereferencing pointer to incomplete type
mod_wsgi.c:3776: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3786: error: dereferencing pointer to incomplete type
mod_wsgi.c:3786: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3796: error: dereferencing pointer to incomplete type
mod_wsgi.c:3796: error: request for member ‘pw_name’ in something not a structure or union
ear initialization for ‘Stream_methods[0]’)
mod_wsgi.c:3415: warning: braces around scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3415: warning: excess elements in scalar initializer
mod_wsgi.c:3415: warning: (near initialization for ‘Stream_methods[1]’)
mod_wsgi.c:3416: warning: data definition has no type or storage class
mod_wsgi.c:3418: error: syntax error before ‘Stream_Type’
mod_wsgi.c:3422: error: initializer element is not constant
mod_wsgi.c:3422: error: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3422: error: syntax error before numeric constant
mod_wsgi.c:3423: warning: excess elements in scalar initializer
mod_wsgi.c:3423: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3424: warning: excess elements in scalar initializer
mod_wsgi.c:3424: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3425: warning: excess elements in scalar initializer
mod_wsgi.c:3425: warning: (near mod_wsgi.c:3826: error: invalid operands to binary *
mod_wsgi.c:3827: error: invalid operands to binary *
mod_wsgi.c:3828: error: invalid operands to binary *
mod_wsgi.c:3836: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3838: error: dereferencing pointer to incomplete type
mod_wsgi.c:3838: error: request for member ‘pw_dir’ in something not a structure or union
mod_wsgi.c:3860: error: request for member ‘python_eggs’ in something not a structure or union
initialization for ‘Stream_Type’)
mod_wsgi.c:3427: warning: excess elements in scalar initializer
mod_wsgi.c:3427: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3427: error: syntax error before ‘Stream_dealloc’
mod_wsgi.c:3428: warning: excess elements in scalar initializer
mod_wsgi.c:3428: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3429: warning: excess elements in scalar initializer
mod_wsgi.c:3429: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3430: warning: excess elements in scalar initializer
mod_wsgi.c:3430: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3431: warning: excess elements in scalar initializer
mod_wsgi.c:3431: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3432: warning: excess elements in scalar initializer
mod_wsgi.c:3432: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3433: warning: excess elements in scalar initializer
mod_wsgi.c:3433: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3434: warning: excess elements in scalar initializer
mod_wsgi.c:3434: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3435: warning: excess elements in scalar initializer
mod_wsgi.c:3435: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3436: warning: excess elements in scalar initializer
mod_wsgi.c:3436: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3437: warning: excess elements in scalar initializer
mod_wsgi.c:3437: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3438: warning: excess elements in scalar initializer
mod_wsgi.c:3438: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3439: warning: excess elements in scalar initializer
mod_wsgi.c:3439: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3440: warning: excess elements in scalar initializer
mod_wsgi.c:3440: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3441: warning: excess elements in scalar initializer
mod_wsgi.c:3441: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3442: error: invalid operands to binary |
mod_wsgi.c:3442: warning: excess elements in scalar initializer
mod_wsgi.c:3442: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3443: warning: excess elements in scalar initializer
mod_wsgi.c:3443: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3444: warning: excess elements in scalar initializer
mod_wsgi.c:3444: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3445: warning: excess elements in scalar initializer
mod_wsgi.c:3836: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3838: error: dereferencing pointer to incomplete type
mod_wsgi.c:3838: error: request for member ‘pw_dir’ in something not a structure or union
mod_wsgi.c:3860: error: request for member ‘python_eggs’ in something not a structure or union
mod_wsgi.c:3866: error: invalid operands to binary *
mod_wsgi.c:3867: error: invalid operands to binary *
mod_wsgi.c:3868: error: invalid operands to binary *
mod_wsgi.c:3866: error: invalid operands to binary *
mod_wsgi.c:3867: error: invalid operands to binary *
mod_wsgi.c:3900: error: request for member ‘python_path’ in something not a structure or unionmod_wsgi.c:3868: error: invalid operands to binary *
mod_wsgi.c:3903: error: ‘path’ undeclared (first use in this function)
mod_wsgi.c:3903: error: invalid operands to binary *
mod_wsgi.c:3909: error: invalid operands to binary *
mod_wsgi.c:3900: error: request for member ‘python_path’ in something not a structure or union
mod_wsgi.c:3903: error: ‘path’ undeclared (first use in this function)
mod_wsgi.c:3903: error: invalid operands to binary *
mod_wsgi.c:3909: error: invalid operands to binary *
mod_wsgi.c:3911: error: ‘old’ undeclared (first use in this function)
mod_wsgi.c:3911: error: invalid operands to binary *
mod_wsgi.c:3912: error: ‘new’ undeclared (first use in this function)
mod_wsgi.c:3912: error: invalid operands to binary *
mod_wsgi.c:3913: error: ‘tmp’ undeclared (first use in this function)
mod_wsgi.c:3913: error: invalid operands to binary *
mod_wsgi.c:3915: error: invalid operands to binary *
mod_wsgi.c:3934: error: invalid operands to binary *
mod_wsgi.c:3935: error: invalid operands to binary *
mod_wsgi.c:3937: error: invalid operands to binary *
mod_wsgi.c:3942: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:3942: error: ‘DELIM’ undeclared (first use in this function)
mod_wsgi.c:3942: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:3948: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3951: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3961: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3972: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:3978: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3981: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3991: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4003: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:4008: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4018: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4032: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3445: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3446: warning: excess elements in scalar initializer
mod_wsgi.c:3446: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3447: warning: excess elements in scalar initializer
mod_wsgi.c:3447: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:4062: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3448: warning: excess elements in scalar initializer
mod_wsgi.c:3448: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3448: error: syntax error before ‘Stream_iter’
mod_wsgi.c:3449: warning: excess elements in scalar initializer
mod_wsgi.c:3449: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3449: error: syntax error before ‘Stream_iternext’
mod_wsgi.c:3450: warning: excess elements in scalar initializer
mod_wsgi.c:3450: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3451: warning: excess elements in scalar initializer
mod_wsgi.c:3451: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3452: warning: excess elements in scalar initializer
mod_wsgi.c:3452: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3453: warning: excess elements in scalar initializer
mod_wsgi.c:3453: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3454: warning: excess elements in scalar initializer
mod_wsgi.c:3454: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3455: warning: excess elements in scalar initializer
mod_wsgi.c:3455: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3456: warning: excess elements in scalar initializer
mod_wsgi.c:3456: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3457: warning: excess elements in scalar initializer
mod_wsgi.c:3457: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3458: warning: excess elements in scalar initializer
mod_wsgi.c:3458: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3459: warning: excess elements in scalar initializer
mod_wsgi.c:3459: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3460: warning: excess elements in scalar initializer
mod_wsgi.c:3460: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3461: warning: excess elements in scalar initializer
mod_wsgi.c:3461: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3462: warning: excess elements in scalar initializer
mod_wsgi.c:3462: warning: (near initialization for ‘Stream_Type’)
mod_wsgi.c:3463: warning: data definition has no type or storage class
mod_wsgi.c:3468: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3468: warning: no semicolon at end of struct or union
mod_wsgi.c:3470: warning: data definition has no type or storage class
mod_wsgi.c:3472: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:3472: warning: data definition has no type or storage class
mod_wsgi.c:3474: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newRestrictedObject’:
mod_wsgi.c:3476: error: invalid operands to binary *
mod_wsgi.c:3482: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3487: error: syntax error before ‘*’ token
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c:3492: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Restricted_getattr’:
mod_wsgi.c:3494: error: ‘PyExc_IOError’ undeclared (first use in this function)
mod_wsgi.c:3494: error: request for member ‘s’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:3499: error: syntax error before ‘Restricted_Type’
mod_wsgi.c:3503: error: initializer element is not constant
mod_wsgi.c:3503: error: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3503: error: syntax error before numeric constant
mod_wsgi.c:3504: warning: excess elements in scalar initializer
mod_wsgi.c:3504: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3505: warning: excess elements in scalar initializer
mod_wsgi.c:3505: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3506: warning: excess elements in scalar initializer
mod_wsgi.c:3506: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3508: warning: excess elements in scalar initializer
mod_wsgi.c:3508: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3508: error: syntax error before ‘Restricted_dealloc’
mod_wsgi.c:3509: warning: excess elements in scalar initializer
mod_wsgi.c:3509: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: ‘getattrfunc’ undeclared here (not in a function)
mod_wsgi.c:3510: warning: excess elements in scalar initializer
mod_wsgi.c:3510: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3510: error: syntax error before ‘Restricted_getattr’
mod_wsgi.c:3511: warning: excess elements in scalar initializer
mod_wsgi.c:3511: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3512: warning: excess elements in scalar initializer
mod_wsgi.c:3512: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3513: warning: excess elements in scalar initializer
mod_wsgi.c:3513: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3514: warning: excess elements in scalar initializer
mod_wsgi.c:3514: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3515: warning: excess elements in scalar initializer
mod_wsgi.c:3515: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3516: warning: excess elements in scalar initializer
mod_wsgi.c:3516: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3517: warning: excess elements in scalar initializer
mod_wsgi.c:3517: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3518: warning: excess elements in scalar initializer
mod_wsgi.c:3518: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3519: warning: excess elements in scalar initializer
mod_wsgi.c:3519: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3520: warning: excess elements in scalar initializer
mod_wsgi.c:3520: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3521: warning: excess elements in scalar initializer
mod_wsgi.c:3521: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3522: warning: excess elements in scalar initializer
mod_wsgi.c:3522: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3523: warning: excess elements in scalar initializer
mod_wsgi.c:3523: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3524: warning: excess elements in scalar initializer
mod_wsgi.c:3524: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3525: warning: excess elements in scalar initializer
mod_wsgi.c:3525: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3526: warning: excess elements in scalar initializer
mod_wsgi.c:3526: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3527: warning: excess elements in scalar initializer
mod_wsgi.c:3527: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3528: warning: excess elements in scalar initializer
mod_wsgi.c:3528: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3529: warning: excess elements in scalar initializer
mod_wsgi.c:3529: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3530: warning: excess elements in scalar initializer
mod_wsgi.c:3530: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3531: warning: excess elements in scalar initializer
mod_wsgi.c:3531: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3532: warning: excess elements in scalar initializer
mod_wsgi.c:3532: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3533: warning: excess elements in scalar initializer
mod_wsgi.c:3533: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3534: warning: excess elements in scalar initializer
mod_wsgi.c:3534: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3535: warning: excess elements in scalar initializer
mod_wsgi.c:3535: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3536: warning: excess elements in scalar initializer
mod_wsgi.c:3536: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3537: warning: excess elements in scalar initializer
mod_wsgi.c:3537: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3538: warning: excess elements in scalar initializer
mod_wsgi.c:3538: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3539: warning: excess elements in scalar initializer
mod_wsgi.c:3539: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3540: warning: excess elements in scalar initializer
mod_wsgi.c:3540: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3541: warning: excess elements in scalar initializer
mod_wsgi.c:3541: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3542: warning: excess elements in scalar initializer
mod_wsgi.c:3542: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3543: warning: excess elements in scalar initializer
mod_wsgi.c:3543: warning: (near initialization for ‘Restricted_Type’)
mod_wsgi.c:3544: warning: data definition has no type or storage class
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c:3548: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_signal_intercept’:
mod_wsgi.c:3550: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3550: error: ‘h’ undeclared (first use in this function)
mod_wsgi.c:3550: error: invalid operands to binary *
mod_wsgi.c:3553: error: invalid operands to binary *
mod_wsgi.c:3559: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3559: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3564: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3567: error: invalid operands to binary *
mod_wsgi.c:3568: error: invalid operands to binary *
mod_wsgi.c:3572: error: invalid operands to binary *
mod_wsgi.c:3573: error: invalid operands to binary *
mod_wsgi.c:3574: error: invalid operands to binary *
mod_wsgi.c:3576: error: syntax error before ‘)’ token
mod_wsgi.c:4070: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4093: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:4093: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:3593: error: syntax error before ‘wsgi_signal_method’
mod_wsgi.c:3594: warning: braces around scalar initializermod_wsgi.c:4111: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4155: error: invalid operands to binary *
mod_wsgi.c:4162: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4177: error: syntax error before ‘ap_log_error’
mod_wsgi.c: At top level:
mod_wsgi.c:4210: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Interpreter_dealloc’:
mod_wsgi.c:4212: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4212: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4212: error: invalid operands to binary *
mod_wsgi.c:4213: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4213: error: ‘exitfunc’ undeclared (first use in this function)
mod_wsgi.c:4213: error: invalid operands to binary *
mod_wsgi.c:4214: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:4214: error: invalid operands to binary *
mod_wsgi.c:4226: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4227: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:4233: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4235: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4235: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4239: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4242: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4266: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:4266: error: invalid operands to binary *
mod_wsgi.c:4267: error: ‘func’ undeclared (first use in this function)
mod_wsgi.c:4267: error: invalid operands to binary *
mod_wsgi.c:4272: error: ‘res’ undeclared (first use in this function)
mod_wsgi.c:4272: error: invalid operands to binary *
mod_wsgi.c:4274: error: syntax error before ‘)’ token
mod_wsgi.c:4292: error: invalid operands to binary *
mod_wsgi.c:4293: error: invalid operands to binary *
mod_wsgi.c:4298: error: invalid operands to binary *
mod_wsgi.c:4300: error: syntax error before ‘)’ token
mod_wsgi.c:4303: error: invalid operands to binary *
mod_wsgi.c:4304: error: invalid operands to binary *
mod_wsgi.c:4306: error: invalid operands to binary *
mod_wsgi.c:4307: error: invalid operands to binary *
mod_wsgi.c:4308: error: invalid operands to binary *
mod_wsgi.c:4311: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4332: error: invalid operands to binary *
mod_wsgi.c:4333: error: invalid operands to binary *
mod_wsgi.c:4337: error: invalid operands to binary *
mod_wsgi.c:4338: error: invalid operands to binary *
mod_wsgi.c:4340: error: syntax error before ‘)’ token
mod_wsgi.c:4362: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:4397: error: invalid operands to binary *
mod_wsgi.c:4399: error: syntax error before ‘)’ token
mod_wsgi.c:4400: error: syntax error before ‘)’ token
mod_wsgi.c:4403: error: invalid operands to binary *
mod_wsgi.c:4404: error: invalid operands to binary *
mod_wsgi.c:4406: error: invalid operands to binary *
mod_wsgi.c:4407: error: invalid operands to binary *
mod_wsgi.c:4408: error: invalid operands to binary *
mod_wsgi.c:4412: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4419: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4441: error: invalid operands to binary *
mod_wsgi.c:4442: error: invalid operands to binary *
mod_wsgi.c:4446: error: invalid operands to binary *
mod_wsgi.c:4447: error: invalid operands to binary *
mod_wsgi.c:4449: error: syntax error before ‘)’ token
mod_wsgi.c:4496: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4497: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4505: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c:4512: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4517: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:4521: error: initializer element is not constant
mod_wsgi.c:4521: error: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4521: error: syntax error before numeric constant
mod_wsgi.c:4522: warning: excess elements in scalar initializer
mod_wsgi.c:4522: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4523: warning: excess elements in scalar initializer
mod_wsgi.c:4523: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4524: warning: excess elements in scalar initializer
mod_wsgi.c:4524: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: warning: excess elements in scalar initializer
mod_wsgi.c:4526: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: error: syntax error before ‘Interpreter_dealloc’
mod_wsgi.c:4527: warning: excess elements in scalar initializer
mod_wsgi.c:4527: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4528: warning: excess elements in scalar initializer
mod_wsgi.c:4528: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4529: warning: excess elements in scalar initializer
mod_wsgi.c:4529: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4530: warning: excess elements in scalar initializer
mod_wsgi.c:4530: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4531: warning: excess elements in scalar initializer
mod_wsgi.c:4531: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4532: warning: excess elements in scalar initializer
mod_wsgi.c:4532: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4533: warning: excess elements in scalar initializer
mod_wsgi.c:4533: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4534: warning: excess elements in scalar initializer
mod_wsgi.c:4534: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4535: warning: excess elements in scalar initializer
mod_wsgi.c:4535: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4536: warning: excess elements in scalar initializer
mod_wsgi.c:4536: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4537: warning: excess elements in scalar initializer
mod_wsgi.c:4537: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4538: warning: excess elements in scalar initializer
mod_wsgi.c:4538: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4539: warning: excess elements in scalar initializer
mod_wsgi.c:4539: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4540: warning: excess elements in scalar initializer
mod_wsgi.c:4540: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4541: warning: excess elements in scalar initializer
mod_wsgi.c:4541: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4542: warning: excess elements in scalar initializer
mod_wsgi.c:4542: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4543: warning: excess elements in scalar initializer
mod_wsgi.c:4543: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4544: warning: excess elements in scalar initializer
mod_wsgi.c:4544: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4545: warning: excess elements in scalar initializer
mod_wsgi.c:4545: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4546: warning: excess elements in scalar initializer
mod_wsgi.c:4546: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4547: warning: excess elements in scalar initializer
mod_wsgi.c:4547: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4548: warning: excess elements in scalar initializer
mod_wsgi.c:4548: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4549: warning: excess elements in scalar initializer
mod_wsgi.c:4549: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4550: warning: excess elements in scalar initializer
mod_wsgi.c:4550: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4551: warning: excess elements in scalar initializer
mod_wsgi.c:4551: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4552: warning: excess elements in scalar initializer
mod_wsgi.c:4552: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4553: warning: excess elements in scalar initializer
mod_wsgi.c:4553: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4554: warning: excess elements in scalar initializer
mod_wsgi.c:4554: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4555: warning: excess elements in scalar initializer
mod_wsgi.c:4555: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4556: warning: excess elements in scalar initializer
mod_wsgi.c:4556: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4557: warning: excess elements in scalar initializer
mod_wsgi.c:4557: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4558: warning: excess elements in scalar initializer
mod_wsgi.c:4558: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4559: warning: excess elements in scalar initializer
mod_wsgi.c:4559: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4560: warning: excess elements in scalar initializer
mod_wsgi.c:4560: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4561: warning: excess elements in scalar initializer
mod_wsgi.c:4561: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4562: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_python_version’:
mod_wsgi.c:4578: error: ‘PY_VERSION’ undeclared (first use in this function)
mod_wsgi.c:4581: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4584: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_WARNING’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4584: error: invalid operands to binary |
mod_wsgi.c:4586: error: invalid operands to binary |
mod_wsgi.c:4588: error: invalid operands to binary |
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:3594: error: initializer element is not computable at load time
mod_wsgi.c:3594: error: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c: In function ‘wsgi_python_term’:mod_wsgi.c:3594: warning: e
mod_wsgi.c:4596: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4596: error: invalid operands to binary *
mod_wsgi.c:4597: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4597: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4597: error: invalid operands to binary *
mod_wsgi.c:4599: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: invalid operands to binary |
mod_wsgi.c:4604: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4605: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:4606: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4646: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_python_init’:
mod_wsgi.c:4670: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:4671: error: ‘Py_OptimizeFlag’ undeclared (first use in this function)
mod_wsgi.c:4671: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:4675: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4676: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4680: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: invalid operands to binary |
mod_wsgi.c:4689: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4695: warning: incompatible implicit declaration of built-in function ‘strcpy’
mod_wsgi.c:4696: warning: incompatible implicit declaration of built-in function ‘strncat’
mod_wsgi.c:4719: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4740: error: syntax error before ‘*’ token
mod_wsgi.c:4740: warning: data definition has no type or storage class
mod_wsgi.c:4742: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_acquire_interpreter’:
mod_wsgi.c:4744: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4744: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4744: error: invalid operands to binary *
mod_wsgi.c:4745: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4745: error: invalid operands to binary *
mod_wsgi.c:4746: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4746: error: invalid operands to binary *
mod_wsgi.c:4775: error: syntax error before ‘)’ token
mod_wsgi.c:4782: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4782: error: invalid operands to binary |
mod_wsgi.c:4797: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4797: error: syntax error before ‘)’ token
mod_wsgi.c:4802: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4829: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_release_interpreter’:
mod_wsgi.c:4831: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4831: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4831: error: invalid operands to binary *
mod_wsgi.c:4843: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4843: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4851: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_load_source’:
mod_wsgi.c:4878: error: ‘FILE’ undeclared (first use in this function)
mod_wsgi.c:4878: error: ‘fp’ undeclared (first use in this function)
mod_wsgi.c:4878: error: invalid operands to binary *
mod_wsgi.c:4879: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4879: error: invalid operands to binary *
mod_wsgi.c:4880: error: ‘co’ undeclared (first use in this function)
mod_wsgi.c:4880: error: invalid operands to binary *
mod_wsgi.c:4883: error: ‘exists’ undeclared (first use in this function)
mod_wsgi.c:4885: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4885: error: syntax error before ‘if’
mod_wsgi.c:4892: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: invalid operands to binary |
mod_wsgi.c:4895: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:4898: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4898: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:4931: warning: parameter names (without types) in function declaration
mod_wsgi.c:4931: warning: data definition has no type or storage class
mod_wsgi.c:4932: error: syntax error before ‘return’
mod_wsgi.c:4935: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:4935: error: ‘fp’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘filename’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘Py_file_input’ undeclared here (not in a function)
mod_wsgi.c:4935: error: initializer element is not constant
mod_wsgi.c:4935: warning: data definition has no type or storage class
mod_wsgi.c:4937: warning: parameter names (without types) in function declaration
mod_wsgi.c:4937: warning: data definition has no type or storage class
mod_wsgi.c:4939: error: syntax error before ‘if’
mod_wsgi.c:4942: error: ‘PyObject’ undeclared here (not in a function)
mod_wsgi.c:4942: error: syntax error before ‘)’ token
mod_wsgi.c:4943: warning: parameter names (without types) in function declaration
mod_wsgi.c:4943: warning: data definition has no type or storage class
mod_wsgi.c:4945: error: syntax error before ‘if’
mod_wsgi.c:4948: warning: parameter names (without types) in function declaration
mod_wsgi.c:4948: warning: data definition has no type or storage class
mod_wsgi.c:4950: error: syntax error before ‘if’
mod_wsgi.c:4980: error: syntax error before string constant
mod_wsgi.c:4980: warning: data definition has no type or storage class
mod_wsgi.c:4998: warning: built-in function ‘log’ declared as non-function
mod_wsgi.c:4998: error: ‘APLOG_ERR’ undeclared here (not in a function)
mod_wsgi.c:4998: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:4998: error: initializer element is not constant
mod_wsgi.c:4998: warning: data definition has no type or storage class
mod_wsgi.c:4999: warning: parameter names (without types) in function declaration
mod_wsgi.c:4999: error: conflicting types for ‘wsgi_log_python_error’
mod_wsgi.c:1332: error: previous definition of ‘wsgi_log_python_error’ was here
mod_wsgi.c:4999: warning: data definition has no type or storage class
mod_wsgi.c:5000: warning: parameter names (without types) in function declaration
mod_wsgi.c:5000: warning: data definition has no type or storage class
mod_wsgi.c:5001: error: syntax error before ‘}’ token
mod_wsgi.c:5006: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_reload_required’:
mod_wsgi.c:5009: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:5009: error: invalid operands to binary *
mod_wsgi.c:5010: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5010: error: invalid operands to binary *
mod_wsgi.c:5011: error: syntax error before ‘mtime’
mod_wsgi.c:5013: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5017: error: ‘mtime’ undeclared (first use in this function)
mod_wsgi.c:5019: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:5021: error: storage size of ‘finfo’ isn’t known
mod_wsgi.c:5025: error: request for member ‘st_mtime’ in something not a structure or union
mod_wsgi.c:5041: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:5041: error: request for member ‘st_mtime’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:5055: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_module_name’:
mod_wsgi.c:5072: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5073: error: ‘pool’ undeclared (first use in this function)
mod_wsgi.c:5073: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5077: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5078: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:5081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_script’:
mod_wsgi.c:5083: error: invalid operands to binary *
mod_wsgi.c:5085: error: invalid operands to binary *
mod_wsgi.c:5086: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5086: error: invalid operands to binary *
mod_wsgi.c:5087: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5087: error: invalid operands to binary *
mod_wsgi.c:5096: error: syntax error before ‘)’ token
mod_wsgi.c:5104: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5104: warning: passing argument 1 of ‘wsgi_acquire_interpreter’ from incompatible pointer type
mod_wsgi.c:5107: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:5107: error: invalid operands to binary |
mod_wsgi.c:5109: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5111: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:5111: warning: return makes integer from pointer without a cast
mod_wsgi.c:5116: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:5118: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5147: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:5148: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5275: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5276: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5277: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5293: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:5293: error: invalid operands to binary *
mod_wsgi.c:5294: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5294: error: invalid operands to binary *
mod_wsgi.c:5297: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5300: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:5300: error: invalid operands to binary *
mod_wsgi.c:5304: error: invalid operands to binary *
mod_wsgi.c:5318: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5330: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:5342: error: syntax error before ‘)’ token
mod_wsgi.c:5346: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5346: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:5352: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5360: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:5361: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c: In function ‘wsgi_python_child_cleanup’:
mod_wsgi.c:5387: error: invalid operands to binary *
mod_wsgi.c:5402: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:5446: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_python_child_init’:
mod_wsgi.c:5448: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:5448: error: invalid operands to binary *
mod_wsgi.c:5449: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:5449: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:5449: error: invalid operands to binary *
mod_wsgi.c:5450: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c:5450: error: invalid operands to binary *
mod_wsgi.c:5452: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5452: error: invalid operands to binary *
mod_wsgi.c:5463: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5464: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5465: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5496: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5512: error: syntax error before ‘)’ token
mod_wsgi.c:5528: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c:5536: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5537: error: ‘scripts’ undeclared (first use in this function)
mod_wsgi.c:5537: error: invalid operands to binary *
mod_wsgi.c:5544: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5545: error: request for member ‘elts’ in something not a structure or union
mod_wsgi.c:5547: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:5547: warning: comparison between pointer and integer
mod_wsgi.c:5553: error: invalid operands to binary *
mod_wsgi.c:5554: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5554: error: invalid operands to binary *
mod_wsgi.c:5555: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5555: error: invalid operands to binary *
mod_wsgi.c:5562: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:5562: error: invalid operands to binary |
mod_wsgi.c:5598: error: request for member ‘script_reloading’ in something not a structure or union
xcess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: error: syntax error before ‘wsgi_signal_intercept’
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3594: warning: excess elements in scalar initializer
mod_wsgi.c:3594: warning: (near initialization for ‘wsgi_signal_method[0]’)
mod_wsgi.c:3595: warning: braces around scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3595: warning: excess elements in scalar initializer
mod_wsgi.c:3595: warning: (near initialization for ‘wsgi_signal_method[1]’)
mod_wsgi.c:3596: warning: data definition has no type or storage class
mod_wsgi.c:3604: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:3604: warning: no semicolon at end of struct or union
mod_wsgi.c:3606: warning: data definition has no type or storage class
mod_wsgi.c:3608: error: syntax error before ‘}’ token
mod_wsgi.c:3608: warning: data definition has no type or storage class
mod_wsgi.c:3610: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:3610: warning: data definition has no type or storage class
mod_wsgi.c:3612: error: syntax error before ‘*’ token
mod_wsgi.c:3613: error: syntax error before ‘PyInterpreterState’
mod_wsgi.c: In function ‘newInterpreterObject’:
mod_wsgi.c:3615: error: invalid operands to binary *
mod_wsgi.c:3616: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:3616: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:5646: error: syntax error before ‘*’ token
mod_wsgi.c:3616: error: invalid operands to binary *
mod_wsgi.c:3617: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c: In function ‘wsgi_add_script_alias’:mod_wsgi.c:3617: error: invalid operands to binary *
mod_wsgi.c:5649: error: invalid operands to binary *
mod_wsgi.c:5650: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:5650: error: invalid operands to binary *
mod_wsgi.c:5652: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5652: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5652: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5652: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5654: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5659: error: syntax error before ‘)’ token
mod_wsgi.c:5661: error: request for member ‘info’ in something not a structure or union
mod_wsgi.c:5662: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:5662: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5662: error: ‘l’ undeclared (first use in this function)
mod_wsgi.c:5662: error: ‘AP_REG_EXTENDED’ undeclared (first use in this function)
mod_wsgi.c:5663: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:5667: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:5668: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:5668: error: ‘a’ undeclared (first use in this function)
mod_wsgi.c:5670: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5673: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_optimize’:
mod_wsgi.c:5677: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5677: error: invalid operands to binary *
mod_wsgi.c:5679: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5679: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5679: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5680: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5683: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5683: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5684: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:5684: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5686: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5689: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_home’:
mod_wsgi.c:5693: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5693: error: invalid operands to binary *
mod_wsgi.c:5695: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5695: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5695: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5696: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5699: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5699: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5700: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:5700: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5702: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5705: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_path’:
mod_wsgi.c:5709: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5709: error: invalid operands to binary *
mod_wsgi.c:5711: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5711: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5711: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5712: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5715: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5715: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5716: error: request for member ‘python_path’ in something not a structure or union
mod_wsgi.c:5716: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5718: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5721: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_eggs’:
mod_wsgi.c:5725: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5725: error: invalid operands to binary *
mod_wsgi.c:5727: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5727: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5727: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5728: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5731: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5731: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5732: error: request for member ‘python_eggs’ in something not a structure or union
mod_wsgi.c:5732: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5734: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_embedded’:
mod_wsgi.c:5741: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5741: error: invalid operands to binary *mod_wsgi.c:3618: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:3618: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:3618: error: invalid operands to binary *
mod_wsgi.c:3619: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:3619: error: invalid operands to binary *
mod_wsgi.c:3620: error: ‘item’ undeclared (first use in this function)
mod_wsgi.c:3620: error: invalid operands to binary *
mod_wsgi.c:5743: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5743: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5743: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3632: error: request for member ‘name’ in somemod_wsgi.c:5744: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5747: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5747: error: request for member ‘module_config’ in something not a structure or union
thing not a structure or union
mod_wsgi.c:5749: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:3632: warning: incompatible implicit declaration of built-in function ‘strdup’
mod_wsgi.c:3632: error: ‘name’ undeclared (first use in this function)
mod_wsgi.c:5750: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:3632: warning: passing argument 1 of ‘strdup’ from incompatible pointer type
mod_wsgi.c:5752: error: request for member ‘restrict_embedded’ in something not a structure or unionmod_wsgi.c:3640: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:3640: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:5756: warning: return from incompatible pointer type
mod_wsgi.c:3640: mod_wsgi.c: At top level:
mod_wsgi.c:5759: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdin’:
mod_wsgi.c:5763: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5763: error: invalid operands to binary *
mod_wsgi.c:5765: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5765: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5765: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5766: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5769: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5769: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5771: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5772: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5774: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5778: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5781: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdout’:
mod_wsgi.c:5785: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5785: error: invalid operands to binary *
mod_wsgi.c:5787: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5787: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5787: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5788: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5791: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5791: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5793: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5794: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5796: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5800: warning: return from incompatible pointer type
error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:3640: error: invalid operands to binary |
mod_wsgi.c:3644: error: request for membermod_wsgi.c: At top level:
mod_wsgi.c:5803: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_signal’:
mod_wsgi.c:5807: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5807: error: invalid operands to binary *
mod_wsgi.c:5809: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5809: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5809: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5810: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5813: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5813: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5815: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5816: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:5818: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:5822: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5825: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_case_sensitivity’:
mod_wsgi.c:5829: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5829: error: invalid operands to binary *
mod_wsgi.c:5831: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5831: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5831: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5832: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5835: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5835: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5837: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5838: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5840: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5844: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5847: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_process’:
mod_wsgi.c:5850: error: ‘index’ undeclared (first use in this function)
mod_wsgi.c:5850: error: invalid operands to binary *
mod_wsgi.c:5850: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5850: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5852: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5853: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5853: error: invalid operands to binary *
mod_wsgi.c:5854: error: syntax error before ‘)’ token
mod_wsgi.c:5856: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5859: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5859: error: invalid operands to binary *
mod_wsgi.c:5860: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5860: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5863: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5866: error: invalid type argument of ‘unary *’
mod_wsgi.c:5869: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5869: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5877: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5880: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_process_group’:
mod_wsgi.c:5883: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5883: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5884: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5884: error: invalid operands to binary *
mod_wsgi.c:5885: error: syntax error before ‘)’ token
mod_wsgi.c:5886: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5889: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5889: error: invalid operands to binary *
mod_wsgi.c:5890: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5890: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5892: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5895: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5898: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_application_group’:
mod_wsgi.c:5901: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5901: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5902: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5902: error: invalid operands to binary *
mod_wsgi.c:5903: error: syntax error before ‘)’ token
mod_wsgi.c:5904: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5907: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5907: error: invalid operands to binary *
mod_wsgi.c:5908: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5908: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5910: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5913: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5916: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_callable_object’:
mod_wsgi.c:5919: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5919: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5920: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5920: error: invalid operands to binary *
mod_wsgi.c:5921: error: syntax error before ‘)’ token
mod_wsgi.c:5922: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5925: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5925: error: invalid operands to binary *
mod_wsgi.c:5926: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5926: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5928: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5931: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5934: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_add_import_script’:
mod_wsgi.c:5939: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5939: error: invalid operands to binary *
mod_wsgi.c:5944: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5944: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5944: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5945: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5948: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5948: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5951: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5956: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5958: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5958: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5965: error: invalid type argument of ‘unary *’
mod_wsgi.c:5966: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5966: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5968: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6004: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6007: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_dispatch_script’:
mod_wsgi.c:6015: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6015: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6022: error: invalid type argument of ‘unary *’
mod_wsgi.c:6023: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6023: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6025: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6036: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6037: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6037: error: invalid operands to binary *
mod_wsgi.c:6038: error: syntax error before ‘)’ token
mod_wsgi.c:6039: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6042: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6042: error: invalid operands to binary *
mod_wsgi.c:6043: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6043: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6045: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6048: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6051: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_apache_extensions’:
mod_wsgi.c:6054: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6054: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6055: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6055: error: invalid operands to binary *
mod_wsgi.c:6056: error: syntax error before ‘)’ token
mod_wsgi.c:6058: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6059: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6061: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6066: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6066: error: invalid operands to binary *
mod_wsgi.c:6067: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6067: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6071: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6073: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6078: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_pass_authorization’:
mod_wsgi.c:6084: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6084: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6085: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6085: error: invalid operands to binary *
mod_wsgi.c:6086: error: syntax error before ‘)’ token
mod_wsgi.c:6088: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6089: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6091: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6096: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6096: error: invalid operands to binary *
mod_wsgi.c:6097: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6097: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6101: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6103: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6108: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6111: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_script_reloading’:
mod_wsgi.c:6114: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6114: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6115: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6115: error: invalid operands to binary *
mod_wsgi.c:6116: error: syntax error before ‘)’ token
mod_wsgi.c:6118: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6119: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6121: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6126: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6126: error: invalid operands to binary *
mod_wsgi.c:6127: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6127: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6131: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6133: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6138: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6141: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_reload_mechanism’:
mod_wsgi.c:6144: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6144: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6145: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6145: error: invalid operands to binary *
mod_wsgi.c:6146: error: syntax error before ‘)’ token
mod_wsgi.c:6148: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6149: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6151: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6158: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6158: error: invalid operands to binary *
mod_wsgi.c:6159: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6159: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6163: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6165: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6172: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6175: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_access_script’:
mod_wsgi.c:6178: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6178: error: invalid operands to binary *
mod_wsgi.c:6184: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6184: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6186: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6191: error: invalid type argument of ‘unary *’
mod_wsgi.c:6192: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6192: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6194: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6205: error: syntax error before ‘)’ token
mod_wsgi.c:6206: error: request for member ‘access_script’ in something not a structure or union
mod_wsgi.c:6208: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6211: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_user_script’:
mod_wsgi.c:6214: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6214: error: invalid operands to binary *
mod_wsgi.c:6220: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6220: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6222: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6227: error: invalid type argument of ‘unary *’
mod_wsgi.c:6228: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6228: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6230: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6241: error: syntax error before ‘)’ token
mod_wsgi.c:6242: error: request for member ‘auth_user_script’ in something not a structure or union
mod_wsgi.c:6244: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6247: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_group_script’:
mod_wsgi.c:6250: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6250: error: invalid operands to binary *
mod_wsgi.c:6256: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6256: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6263: error: invalid type argument of ‘unary *’
mod_wsgi.c:6264: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6264: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6266: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6277: error: syntax error before ‘)’ token
mod_wsgi.c:6278: error: request for member ‘auth_group_script’ in something not a structure or union
mod_wsgi.c:6280: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6283: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_user_authoritative’:
mod_wsgi.c:6286: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6286: error: invalid operands to binary *
mod_wsgi.c:6287: error: syntax error before ‘)’ token
mod_wsgi.c:6289: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6290: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6292: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6296: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6299: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_group_authoritative’:
mod_wsgi.c:6302: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6302: error: invalid operands to binary *
mod_wsgi.c:6303: error: syntax error before ‘)’ token
mod_wsgi.c:6305: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6306: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6308: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6312: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6358: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_intercept’:
mod_wsgi.c:6360: error: invalid operands to binary *
mod_wsgi.c:6362: error: ‘aliases’ undeclared (first use in this function)
mod_wsgi.c:6362: error: invalid operands to binary *
mod_wsgi.c:6364: error: ‘entries’ undeclared (first use in this function)
mod_wsgi.c:6364: error: invalid operands to binary *
mod_wsgi.c:6365: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:6365: error: invalid operands to binary *
mod_wsgi.c:6367: error: ‘ap_regmatch_t’ undeclared (first use in this function)
mod_wsgi.c:6367: error: syntax error before ‘matches’
mod_wsgi.c:6374: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6374: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6374: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6376: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6377: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:6377: warning: return makes integer from pointer without a cast
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6380: warning: return makes integer from pointer without a cast
mod_wsgi.c:6382: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6383: error: syntax error before ‘)’ token
mod_wsgi.c:6385: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6385: warning: comparison between pointer and integer
mod_wsgi.c:6390: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6391: error: ‘AP_MAX_REG_MATCH’ undeclared (first use in this function)
mod_wsgi.c:6392: error: ‘matches’ undeclared (first use in this function)
mod_wsgi.c:6393: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6394: error: request for member ‘rm_eo’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6396: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6397: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6397: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6398: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6399: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6403: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: warning: passing argument 1 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6404: warning: passing argument 2 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6406: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6407: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6413: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6417: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6420: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6423: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6423: warning: return makes integer from pointer without a cast
mod_wsgi.c:6427: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:6432: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_script_error’:
mod_wsgi.c:6437: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6439: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6439: error: ‘e’ undeclared (first use in this function)
mod_wsgi.c:6439: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6441: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6441: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6441: error: invalid operands to binary |
mod_wsgi.c: At top level:
mod_wsgi.c:6444: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_build_environment’:
mod_wsgi.c:6446: error: invalid operands to binary *
mod_wsgi.c:6452: error: ‘conn_rec’ undeclared (first use in this function)
mod_wsgi.c:6452: error: ‘c’ undeclared (first use in this function)
mod_wsgi.c:6452: error: invalid operands to binary *
mod_wsgi.c:6452: error: request for member ‘connection’ in something not a structure or union
mod_wsgi.c:6456: error: syntax error before ‘)’ token
mod_wsgi.c:6485: error: request for member ‘method_number’ in something not a structure or union
mod_wsgi.c:6485: error: ‘M_GET’ undeclared (first use in this function)
mod_wsgi.c:6485: error: request for member ‘header_only’ in something not a structure or union
mod_wsgi.c:6486: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6511: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6512: error: request for member ‘headers_in’ in something not a structure or union
mod_wsgi.c:6512: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6514: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6521: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6540: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6540: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6542: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6550: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6550: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6552: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6564: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6565: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:6566: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6567: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6568: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6569: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6571: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6573: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:3911: error: ‘old’ undeclared (first use in this function)
mod_wsgi.c:3911: error: invalid operands to binary *
mod_wsgi.c:3912: error: ‘new’ undeclared (first use in this function)
mod_wsgi.c:3912: error: invalid operands to binary *
mod_wsgi.c:3913: error: ‘tmp’ undeclared (first use in this function)
mod_wsgi.c:3913: error: invalid operands to binary *
mod_wsgi.c:3915: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:6585: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:6585: warning: no semicolon at end of struct or union
mod_wsgi.c:6587: warning: data definition has no type or storage class
mod_wsgi.c:6588: error: syntax error before ‘*’ token
mod_wsgi.c:6588: warning: built-in function ‘log’ declared as non-functionmod_wsgi.c:3934: error: invalid operands to binary *
mod_wsgi.c:6588: warning: data definition has no type or storage class
mod_wsgi.c:3935: error: invalid operands to binary *
mod_wsgi.c:6589: error: syntax error before ‘}’ token
mod_wsgi.c:6589: warning: data definition has no type or storage class
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newDispatchObject’:
mod_wsgi.c:6594: error: invalid operands to binary *
mod_wsgi.c:6600: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6602: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6604: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6609: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_dealloc’:
mod_wsgi.c:6611: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_environ’:
mod_wsgi.c:6618: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:6618: error: invalid operands to binary *
mod_wsgi.c:6620: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6620: error: invalid operands to binary *
mod_wsgi.c:6621: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6621: error: invalid operands to binary *
mod_wsgi.c:6623: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6623: error: syntax error before ‘*’ token
mod_wsgi.c:6624: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6624: error: syntax error before ‘*’ token
mod_wsgi.c:6634: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6636: error: ‘head’ undeclared (first use in this function)
mod_wsgi.c:6636: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6637: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:6637: error: syntax error before ‘)’ token
mod_wsgi.c:6639: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6639: warning: comparison between pointer and integer
mod_wsgi.c:6640: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6641: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6642: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6643: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6647: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6662: error: ‘group’ undeclared (first use in this function)
mod_wsgi.c:6673: error: syntax error before ‘)’ token
mod_wsgi.c:3937: error: invalimod_wsgi.c:6681: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6681: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6682: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6690: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:6694: error: initializer element is not constant
mod_wsgi.c:6694: error: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6694: error: syntax error before numeric constant
mod_wsgi.c:6695: warning: excess elements in scalar initializer
mod_wsgi.c:6695: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6696: warning: excess elements in scalar initializer
mod_wsgi.c:6696: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6697: warning: excess elements in scalar initializer
mod_wsgi.c:6697: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: warning: excess elements in scalar initializer
mod_wsgi.c:6699: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: error: syntax error before ‘Dispatch_dealloc’
mod_wsgi.c:6700: warning: excess elements in scalar initializer
mod_wsgi.c:6700: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6701: warning: excess elements in scalar initializer
mod_wsgi.c:6701: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6702: warning: excess elements in scalar initializer
mod_wsgi.c:6702: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6703: warning: excess elements in scalar initializer
mod_wsgi.c:6703: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6704: warning: excess elements in scalar initializer
mod_wsgi.c:6704: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6705: warning: excess elements in scalar initializer
mod_wsgi.c:6705: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6706: warning: excess elements in scalar initializer
mod_wsgi.c:6706: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6707: warning: excess elements in scalar initializer
mod_wsgi.c:6707: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6708: warning: excess elements in scalar initializer
mod_wsgi.c:6708: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6709: warning: excess elements in scalar initializer
mod_wsgi.c:6709: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6710: warning: excess elements in scalar initializer
mod_wsgi.c:6710: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6711: warning: excess elements in scalar initializer
mod_wsgi.c:6711: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6712: warning: excess elements in scalar initializer
mod_wsgi.c:6712: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6713: warning: excess elements in scalar initializer
mod_wsgi.c:6713: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6714: warning: excess elements in scalar initializer
mod_wsgi.c:6714: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6715: warning: excess elements in scalar initializer
mod_wsgi.c:6715: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6716: warning: excess elements in scalar initializer
mod_wsgi.c:6716: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6717: warning: excess elements in scalar initializer
mod_wsgi.c:6717: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6718: warning: excess elements in scalar initializer
mod_wsgi.c:6718: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6719: warning: excess elements in scalar initializer
mod_wsgi.c:6719: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6720: warning: excess elements in scalar initializer
mod_wsgi.c:6720: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6721: warning: excess elements in scalar initializer
mod_wsgi.c:6721: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6722: warning: excess elements in scalar initializer
mod_wsgi.c:6722: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6723: warning: excess elements in scalar initializer
mod_wsgi.c:6723: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6724: warning: excess elements in scalar initializer
mod_wsgi.c:6724: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6725: warning: excess elements in scalar initializer
mod_wsgi.c:6725: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6726: warning: excess elements in scalar initializer
mod_wsgi.c:6726: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6727: warning: excess elements in scalar initializer
mod_wsgi.c:6727: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6728: warning: excess elements in scalar initializer
mod_wsgi.c:6728: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6729: warning: excess elements in scalar initializer
mod_wsgi.c:6729: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6730: warning: excess elements in scalar initializer
mod_wsgi.c:6730: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6731: warning: excess elements in scalar initializer
mod_wsgi.c:6731: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6732: warning: excess elements in scalar initializer
mod_wsgi.c:6732: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6733: warning: excess elements in scalar initializer
mod_wsgi.c:6733: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6734: warning: excess elements in scalar initializer
mod_wsgi.c:6734: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6735: warning: data definition has no type or storage class
mod_wsgi.c:6737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_dispatch’:
mod_wsgi.c:6739: error: invalid operands to binary *
mod_wsgi.c:6741: error: invalid operands to binary *
mod_wsgi.c:6742: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:6742: error: invalid operands to binary *
mod_wsgi.c:6743: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:6743: error: invalid operands to binary *
mod_wsgi.c:6754: error: syntax error before ‘)’ token
mod_wsgi.c:6757: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6758: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6758: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6758: error: invalid operands to binary |
mod_wsgi.c:6762: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:6762: warning: return makes integer from pointer without a cast
mod_wsgi.c:6770: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6770: error: request for member ‘handler_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6776: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:6776: error: invalid operands to binary |
mod_wsgi.c:6780: warning: return makes integer from pointer without a cast
mod_wsgi.c:6785: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6814: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6815: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6834: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6845: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6850: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:6850: error: invalid operands to binary *
mod_wsgi.c:6851: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6851: error: invalid operands to binary *
mod_wsgi.c:6852: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:6852: error: invalid operands to binary *
d operands to binary *
mod_wsgi.c:6859: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6859: error: invalid operands to binary *
mod_wsgi.c:3942: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:6860: error: invalid operands to binary *
mod_wsgi.c:3942: error: ‘DELIM’ undeclared (first use in this function)
mod_wsgi.c:3942: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:6916: warning: comparison between pointer and integer
mod_wsgi.c:3948: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6920: error: invalid operands to binary *
mod_wsgi.c:3951: error: syntax error before ‘ap_log_error’
mod_wsgi.c:6930: warning: comparison between pointer and integer
mod_wsgi.c:6934: warning: assignment makes pointer from ‘interp’ in something not a structure or union
mod_wsgi.c:3645: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:3653: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:3667: error: ‘PyExc_RuntimeError’ undeclared (first use in this function)
mod_wsgi.c:3675: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3675: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3961: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3972: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:3978: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3981: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3680: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:3681: error: request for member ‘owner’ in something not a structure or unionmod_wsgi.c:3991: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3693: error: syntax error before ‘)’ token
mod_wsgi.c:4003: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:4008: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3700: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:3701: error: syntax error before ‘)’ token
mod_wsgi.c:4018: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3706: error: syntax error before ‘)’ token
mod_wsgi.c:3711: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:3712: error: syntax error before ‘)’ token
mod_wsgi.c:3738: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:3762: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:3762: error: invalid operands to binary *
mod_wsgi.c:3763: error: ‘key’ undeclared (first use in this function)
mod_wsgi.c:3763: error: invalid operands to binary *
mod_wsgi.c:3764: error: invalid operands to binary *
mod_wsgi.c:3772: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3776: error: dereferencing pointer to incomplete type
mod_wsgi.c:3776: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3786: error: dereferencing pointer to incomplete type
mod_wsgi.c:3786: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3796: error: dereferencing pointer to incomplete type
mod_wsgi.c:3796: error: request for member ‘pw_name’ in something not a structure or union
mod_wsgi.c:3826: error: invalid operands to binary *
mod_wsgi.c:3827: error: invalid operands to binary *
mod_wsgi.c:3828: error: invalid operands to binary *
mod_wsgi.c:3836: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3838: error: dereferencing pointer to incomplete type
mod_wsgi.c:3838: error: request for member ‘pw_dir’ in something not a structure or union
mod_wsgi.c:3860: error: request for member ‘python_eggs’ in something not a structure or union
mod_wsgi.c:3866: error: invalid operands to binary *
mod_wsgi.c:3867: error: invalid operands to binary *
mod_wsgi.c:3868: error: invalid operands to binary *
mod_wsgi.c:3900: error: request for member ‘python_path’ in something not a structure or union
mod_wsgi.c:3903: error: ‘path’ undeclared (first use in this function)
mod_wsgi.c:3903: error: invalid operands to binary *
integer without a cast
mod_wsgi.c:6935: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6935: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6937: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6939: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6941: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6944: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:6965: warning: comparison between pointer and integer
mod_wsgi.c:6969: error: invalid operands to binary *
mod_wsgi.c:6979: warning: comparison between pointer and integer
mod_wsgi.c:6983: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6984: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:3909: error: invalid operands to binary *
mod_wsgi.c:6mod_wsgi.c:4032: error: syntax error before ‘ap_log_error’
984: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6986: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6988: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6990: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:4062: error: syntax error before ‘ap_log_error’
mod_wsgi.c:7020: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:4070: error: syntax error before ‘ap_log_error’
mod_wsgi.c:7031: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7035: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:4093: error: ‘modules’ undeclared (first use in this function)mod_wsgi.c:7035: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:4093: error: invalid operands to binary *
mod_wsgi.c:7036: errmod_wsgi.c:4111: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4155: error: invalid operands to binary *
mod_wsgi.c:4162: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4177: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3911: error: ‘old’ undeclared (first use in this function)
mod_wsgi.c:3911: error: invalid operands to binary *
mod_wsgi.c:3912: error: ‘new’ undeclared (first use in this function)
mod_wsgi.c:3912: error: invalid operands to binary *
mod_wsgi.c:3913: error: ‘tmp’ undeclared (first use in this function)
mod_wsgi.c:3913: error: invalid operands to binary *
mod_wsgi.c:3915: error: invalid operands to binary *
or: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7036: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:7038: error: syntax error before ‘)’ token
mod_wsgi.c:3934: error: invalid operands to binary *
mod_wsgi.c:7043: error: invalid operands to binary *
mod_wsgi.c:3935: error: invalid operands to binary *
mod_wsgi.c:3937: error: invalid operands to binary *
mod_wsgi.c:3942: warning: incompatible implicit declaration of built-in function ‘strchr’
mod_wsgi.c:3942: error: ‘DELIM’ undeclared (first use in this function)
mod_wsgi.c:3942: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:3948: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3951: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3961: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3972: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:3978: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:3981: error: syntax error before ‘ap_log_error’
mod_wsgi.c:3991: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4003: warning: passing argument 2 of ‘strchr’ makes integer from pointer without a cast
mod_wsgi.c:4008: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4018: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4032: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4062: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4070: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4093: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:4093: error: invalid operands to binary *
mod_wsgi.c:4111: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4155: error: invalid operands to binary *
mod_wsgi.c:4162: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4177: error: syntax error before ‘ap_log_error’
mod_wsgi.c: At top level:
mod_wsgi.c:4210: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Interpreter_dealloc’:
mod_wsgi.c:4212: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4212: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4212: error: invalid operands to binary *
mod_wsgi.c:4213: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4213: error: ‘exitfunc’ undeclared (first use in this function)
mod_wsgi.c:4213: error: invalid operands to binary *
mod_wsgi.c:4214: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:4214: error: invalid operands to binary *
mod_wsgi.c:4226: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4227: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:4233: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4235: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4235: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4239: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4242: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4266: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:4266: error: invalid operands to binary *
mod_wsgi.c:4267: error: ‘func’ undeclared (first use in this function)
mod_wsgi.c:4267: error: invalid operands to binary *
mod_wsgi.c:4272: error: ‘res’ undeclared (first use in this function)
mod_wsgi.c:4272: error: invalid operands to binary *
mod_wsgi.c:4274: error: syntax error before ‘)’ token
mod_wsgi.c:4292: error: invalid operands to binary *
mod_wsgi.c:4293: error: invalid operands to binary *
mod_wsgi.c:4298: error: invalid operands to binary *
mod_wsgi.c:4300: error: syntax error before ‘)’ token
mod_wsgi.c:4303: error: invalid operands to binary *
mod_wsgi.c:4304: error: invalid operands to binary *
mod_wsgi.c:4306: error: invalid operands to binary *
mod_wsgi.c:4307: error: invalid operands to binary *
mod_wsgi.c:4308: error: invalid operands to binary *
mod_wsgi.c:4311: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4332: error: invalid operands to binary *
mod_wsgi.c:4333: error: invalid operands to binary *
mod_wsgi.c:4337: error: invalid operands to binary *
mod_wsgi.c:4338: error: invalid operands to binary *
mod_wsgi.c:4340: error: syntax error before ‘)’ token
mod_wsgi.c:4362: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:4397: error: invalid operands to binary *
mod_wsgi.c:4399: error: syntax error before ‘)’ token
mod_wsgi.c:4400: error: syntax error before ‘)’ token
mod_wsgi.c:4403: error: invalid operands to binary *
mod_wsgi.c:4404: error: invalid operands to binary *
mod_wsgi.c:4406: error: invalid operands to binary *
mod_wsgi.c:4407: error: invalid operands to binary *
mod_wsgi.c:4408: error: invalid operands to binary *
mod_wsgi.c:4412: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4419: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4441: error: invalid operands to binary *
mod_wsgi.c:4442: error: invalid operands to binary *
mod_wsgi.c:4446: error: invalid operands to binary *
mod_wsgi.c:4447: error: invalid operands to binary *
mod_wsgi.c:4449: error: syntax error before ‘)’ token
mod_wsgi.c:4496: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4497: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4505: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c:4512: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4517: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:4521: error: initializer element is not constant
mod_wsgi.c:4521: error: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4521: error: syntax error before numeric constant
mod_wsgi.c:4522: warning: excess elements in scalar initializer
mod_wsgi.c:4522: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4523: warning: excess elements in scalar initializer
mod_wsgi.c:4523: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4524: warning: excess elements in scalar initializer
mod_wsgi.c:4524: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: warning: excess elements in scalar initializer
mod_wsgi.c:4526: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: error: syntax error before ‘Interpreter_dealloc’
mod_wsgi.c:4527: warning: excess elements in scalar initializer
mod_wsgi.c:4527: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4528: warning: excess elements in scalarmod_wsgi.c: At top level:
mod_wsgi.c:7062: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_is_script_aliased’:
mod_wsgi.c:7066: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:7066: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:mod_wsgi.c: At top level:
mod_wsgi.c:4210: error: syntax error before ‘*’ tokenmod_wsgi.c:7074: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Interpreter_dealloc’:
mod_wsgi.c:4212: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c: In function ‘wsgi_hook_handler’:
mod_wsgi.c:4212: error: ‘tstate’ undeclared (first use in this function)mod_wsgi.c:7079: error: invalid operands to binary *
mod_wsgi.c:4212: error: invalid operands to binary *
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:4213: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4213: error: ‘exitfunc’ undeclared (first use in this function)
mod_wsgi.c:4213: error: invalid operands to binary *
mod_wsgi.c:4214: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:4214: error: invalid operands to binary *
mod_wsgi.c:4226: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4227: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c:4233: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4235: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4235: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4239: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4242: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4266: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:4266: error: invalid operands to binary *
mod_wsgi.c:4267: error: ‘func’ undeclared (first use in this function)
mod_wsgi.c:4267: error: invalid operands to binary *
mod_wsgi.c:4272: error: ‘res’ undeclared (first use in this function)
mod_wsgi.c:4272: error: invalid operands to binary *
mod_wsgi.c:4274: error: syntax error before ‘)’ token
mod_wsgi.c:4292: error: invalid operands to binary *
mod_wsgi.c:4293: error: invalid operands to binary *
mod_wsgi.c:4298: error: invalid operands to binary *
mod_wsgi.c:4300: error: syntax error before ‘)’ token
mod_wsgi.c:4303: error: invalid operands to binary *
mod_wsgi.c:4304: error: invalid operands to binary *
mod_wsgi.c:4306: error: invalid operands to binary *
mod_wsgi.c:4307: error: invalid operands to binary *
mod_wsgi.c:4308: error: invalid operands to binary *
mod_wsgi.c:4311: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4332: error: invalid operands to binary *
mod_wsgi.c:4333: error: invalid operands to binary *
mod_wsgi.c:4337: error: invalid operands to binary *
mod_wsgi.c:4338: error: invalid operands to binary *
mod_wsgi.c:4340: error: syntax error before ‘)’ token
mod_wsgi.c:4362: error: ‘PyExc_SystemExit’ undeclared (first use in this function)
mod_wsgi.c:4397: error: invalid operands to binary *
mod_wsgi.c:4399: error: syntax error before ‘)’ token
mod_wsgi.c:4400: error: syntax error before ‘)’ token
mod_wsgi.c:4403: error: invalid operands to binary *
mod_wsgi.c:4404: error: invalid operands to binary *
mod_wsgi.c:4406: error: invalid operands to binary *
mod_wsgi.c:4407: error: invalid operands to binary *
mod_wsgi.c:4408: error: invalid operands to binary *
mod_wsgi.c:4412: error: syntax error before ‘ap_log_error’
initializer
mod_wsgi.c:4419: error: syntax error before ‘ap_log_error’
mod_wsgi.c:4441: error: invalid operands to binary *
mod_wsgi.c:4442: error: invalid operands to binary *
mod_wsgi.c:4446: error: invalid operands to binary *
mod_wsgi.c:4447: error: invalid operands to binary *
mod_wsgi.c:4449: error: syntax error before ‘)’ token
mod_wsgi.c:4496: error: request for member ‘owner’ in something not a structure or union
mod_wsgi.c:4497: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4505: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c:4512: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4517: error: syntax error before ‘Interpreter_Type’
mod_wsgi.c:4521: error: initializer element is not constant
mod_wsgi.c:4521: error: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4521: error: syntax error before numeric constant
mod_wsgi.c:4522: warning: excess elements in scalar initializer
mod_wsgi.c:4522: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4523: warning: excess elements in scalar initializer
mod_wsgi.c:4523: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4524: warning: excess elements in scalar initializer
mod_wsgi.c:4524: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: warning: excess elements in scalar initializer
mod_wsgi.c:4526: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4526: error: syntax error before ‘Interpreter_dealloc’
mod_wsgi.c:4527: warning: excess elements in scalar initializer
mod_wsgi.c:4527: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4528: warning: excess elements in scalar initializer
mod_wsgi.c:4528: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4529: warning: excess elements in scalar initializer
mod_wsgi.c:4529: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4530: warning: excess elements in scalar initializer
mod_wsgi.c:4530: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4531: warning: excess elements in scalar initializer
mod_wsgi.c:4531: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4532: warning: excess elements in scalar initializer
mod_wsgi.c:4532: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4533: warning: excess elements in scalar initializer
mod_wsgi.c:4533: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4534: warning: excess elements in scalar initializer
mod_wsgi.c:4534: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4535: warning: excess elements in scalar initializer
mod_wsgi.c:4535: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4536: warning: excess elements in scalar initializer
mod_wsgi.c:4536: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4537: warning: excess elements in scalar initializer
mod_wsgi.c:4537: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4538: warning: excess elements in scalar initializer
mod_wsgi.c:4538: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4539: warning: excess elements in scalar initializer
mod_wsgi.c:4539: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4540: warning: excess elements in scalar initializer
mod_wsgi.c:4540: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4541: warning: excess elements in scalar initializer
mod_wsgi.c:4541: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4542: warning: excess elements in scalar initializer
mod_wsgi.c:4542: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4543: warning: excess elements in scalar initializer
mod_wsgi.c:4543: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4544: warning: excess elements in scalar initializer
mod_wsgi.c:4544: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4545: warning: excess elements in scalar initializer
mod_wsgi.c:4545: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4546: warning: excess elements in scalar initializer
mod_wsgi.c:4546: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4547: warning: excess elements in scalar initializer
mod_wsgi.c:4547: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4548: warning: excess elements in scalar initializer
mod_wsgi.c:4548: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4549: warning: excess elements in scalar initializer
mod_wsgi.c:4549: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4550: warning: excess elements in scalar initializer
mod_wsgi.c:4550: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4551: warning: excess elements in scalar initializer
mod_wsgi.c:4551: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4552: warning: excess elements in scalar initializer
mod_wsgi.c:4552: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4553: warning: excess elements in scalar initializer
mod_wsgi.c:4553: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4554: warning: excess elements in scalar initializer
mod_wsgi.c:4554: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4555: warning: excess elements in scalar initializer
mod_wsgi.c:4555: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4556: warning: excess elements in scalar initializer
mod_wsgi.c:4556: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4557: warning: excess elements in scalar initializer
mod_wsgi.c:4557: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4558: warning: excess elements in scalar initializer
mod_wsgi.c:4558: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4559: warning: excess elements in scalar initializer
mod_wsgi.c:4559: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4560: warning: excess elements in scalar initializer
mod_wsgi.c:4560: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4561: warning: excess elements in scalar initializer
mod_wsgi.c:4561: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4562: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_python_version’:
mod_wsgi.c:4578: error: ‘PY_VERSION’ undeclared (first use in this function)
mod_wsgi.c:4581: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4584: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_WARNING’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4584: error: invalid operands to binary |
mod_wsgi.c:4586: error: invalid operands to binary |
mod_wsgi.c:4588: error: invalid operands to binary |
mod_wsgi.c: In function ‘wsgi_python_term’:
mod_wsgi.c:4596: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4596: error: invalid operands to binary *
mod_wsgi.c:4597: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4597: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4597: error: invalid operands to binary *
mod_wsgi.c:4599: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: invalid operands to binary |
mod_wsgi.c:4604: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4605: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:4606: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:7089: error: request for member ‘handler’ in something not a structure or unionmod_wsgi.c:4646: error: syntax error before ‘*’ token
mod_wsgi.c:7090: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:7090: warning: return makes integer from pointer without a cast
mod_wsgi.c:7101: error: ‘OPT_EXECCGI’ undeclared (first use in this function)
mod_wsgi.c: In function ‘wsgi_python_init’:
mod_wsgi.c:7101: error: invalid operands to binary &
mod_wsgi.c:4670: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:4671: error: ‘Py_OptimizeFlag’ undeclared (first use in this function)
mod_wsgi.c:7103: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:4671: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:7104: error: ‘HTTP_FORBIDDEN’ undeclared (mod_wsgi.c:4528: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4529: warning: excess elements in scalar initializer
mod_wsgi.c:4529: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4530: warning: excess elements in scalar initializer
mod_wsgi.c:4530: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4531: warning: excess elements in scalar initializer
mod_wsgi.c:4531: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4532: warning: excess elements in scalar initializer
mod_wsgi.c:4532: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4533: warning: excess elements in scalar initializer
mod_wsgi.c:4533: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4534: warning: excess elements in scalar initializer
mod_wsgi.c:4534: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4535: warning: excess elements in scalar initializer
mod_wsgi.c:4535: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4536: warning: excess elements in scalar initializer
mod_wsgi.c:4536: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4537: warning: excess elements in scalar initializer
mod_wsgi.c:4537: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4538: warning: excess elements in scalar initializer
mod_wsgi.c:4538: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4539: warning: excess elements in scalar initializer
mod_wsgi.c:4539: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4540: warning: excess elements in scalar initializer
mod_wsgi.c:4540: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4541: warning: excess elements in scalar initializer
mod_wsgi.c:4541: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4542: warning: excess elements in scalar initializer
mod_wsgi.c:4542: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4543: warning: excess elements in scalar initializer
mod_wsgi.c:4543: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4544: warning: excess elements in scalar initializer
mod_wsgi.c:4544: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4545: warning: excess elements in scalar initializer
mod_wsgi.c:4545: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4546: warning: excess elements in scalar initializer
mod_wsgi.c:4546: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4547: warning: excess elements in scalar initializer
mod_wsgi.c:4547: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4548: warning: excess elements in scalar initializer
mod_wsgi.c:4548: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4549: warning: excess elements in scalar initializer
mod_wsgi.c:4549: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4550: warning: excess elements in scalar initializer
mod_wsgi.c:4550: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4551: warning: excess elements in scalar initializer
mod_wsgi.c:4551: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4552: warning: excess elements in scalar initializer
mod_wsgi.c:4552: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4553: warning: excess elements in scalar initializer
mod_wsgi.c:4553: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4554: warning: excess elements in scalar initializer
mod_wsgi.c:4554: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4555: warning: excess elements in scalar initializer
mod_wsgi.c:4555: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4556: warning: excess elements in scalar initializer
mod_wsgi.c:4556: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4557: warning: excess elements in scalar initializer
mod_wsgi.c:4557: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4558: warning: excess elements in scalar initializer
mod_wsgi.c:4558: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4559: warning: excess elements in scalar initializer
mod_wsgi.c:4559: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4560: warning: excess elements in scalar initializer
mod_wsgi.c:4560: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4561: warning: excess elements in scalar initializer
mod_wsgi.c:4561: warning: (near initialization for ‘Interpreter_Type’)
mod_wsgi.c:4562: warning: data definition has no type or storage class
mod_wsgi.c: In function ‘wsgi_python_version’:
mod_wsgi.c:4578: error: ‘PY_VERSION’ undeclared (first use in this function)
mod_wsgi.c:4581: warning: cast to pointer from integer of different size
mod_wsgi.c:4581: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4584: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_WARNING’ undeclared (first use in this function)
mod_wsgi.c:4584: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4584: error: invalid operands to binary |
mod_wsgi.c:4586: error: invalid operands to binary |
mod_wsgi.c:4588: error: invalid operands to binary |
mod_wsgi.c: In function ‘wsgi_python_term’:
mod_wsgi.c:4596: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4596: error: invalid operands to binary *
mod_wsgi.c:4597: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4597: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4597: error: invalid operands to binary *
mod_wsgi.c:4599: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4599: error: invalid operands to binary |
mod_wsgi.c:4604: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4605: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:4606: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4646: efirst use in this function)
mod_wsgi.c:7104: warning: return makes integer from pointer without a cast
mod_wsgi.c:7110: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:7110: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7112: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7113: error: ‘HTTP_NOT_FOUND’ undeclared (first use in this function)
mod_wsgi.c:7113: warning: return makes integer from pointer without a cast
mod_wsgi.c:7124: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:7124: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7126: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7127: warning: return makes integer from pointer without a castmod_wsgi.c:4675: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4676: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4680: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: invalid operands to binary |
mod_wsgi.c:4689: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4695: warning: incompatible implicit declaration of built-in function ‘strcpy’
mod_wsgi.c:4696: warning: incompatible implicit declaration of built-in function ‘strncat’
mod_wsgi.c:4719: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4740: error: syntax error before ‘*’ token
mod_wsgi.c:4740: warning: data definition has no type or storage class
mod_wsgi.c:4742: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_acquire_interpreter’:
mod_wsgi.c:4744: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4744: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4744: error: invalid operands to binary *
mod_wsgi.c:4745: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4745: error: invalid operands to binary *
mod_wsgi.c:4746: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4746: error: invalid operands to binary *
mod_wsgi.c:4775: error: syntax error before ‘)’ token
mod_wsgi.c:4782: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_Nrror: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_python_init’:
mod_wsgi.c:4670: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:4671: error: ‘Py_OptimizeFlag’ undeclared (first use in this function)
mod_wsgi.c:4671: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:4675: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4676: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:4680: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4680: error: invalid operands to binary |
mod_wsgi.c:4689: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:4695: warning: incompatible implicit declaration of built-in function ‘strcpy’
mod_wsgi.c:4696: warning: incompatible implicit declaration of built-in function ‘strncat’
mod_wsgi.c:4719: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4740: error: syntax error before ‘*’ token
mod_wsgi.c:4740: warning: data definition has no type or storage class
mod_wsgi.c:4742: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_acquire_interpreter’:
mod_wsgi.c:4744: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4744: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4744: error: invalid operands to binary *
mod_wsgi.c:4745: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:4745: error: invalid operands to binary *
mod_wsgi.c:4746: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4746: error: invalid operands to binary *
mod_wsgi.c:4775: error: syntax error before ‘)’ token
mod_wsgi.c:4782: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:4782: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4782: error: invalid operands to binary |
mod_wsgi.c:4797: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4797: error: syntax error before ‘)’ token
mod_wsgi.c:4802: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4829: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_release_interpreter’:
mod_wsgi.c:4831: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4831: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4831: error: invalid operands to binary *
mod_wsgi.c:4843: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4843: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4851: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_load_source’:
mod_wsgi.c:4878: error: ‘FILE’ undeclared (first use in this function)
mod_wsgi.c:4878: error: ‘fp’ undeclared (first use in this function)
mod_wsgi.c:4878: error: invalid operands to binary *
mod_wsgi.c:4879: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4879: error: invalid operands to binary *
mod_wsgi.c:4880: error: ‘co’ undeclared (first use in this function)
mod_wsgi.c:4880: error: invalid operands to binary *
mod_wsgi.c:4883: error: ‘exists’ undeclared (first use in this function)
mod_wsgi.c:4885: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4885: error: syntax error before ‘if’
mod_wsgi.c:4892: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: invalid operands to binary |
mod_wsgi.c:4895: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:4898: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4898: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:4931: warning: parameter names (without types) in function declaration
mod_wsgi.c:4931: warning: data definition has no type or storage class
mod_wsgi.c:4932: error: syntax error before ‘return’
mod_wsgi.c:4935: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:4935: error: ‘fp’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘filename’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘Py_file_input’ undeclared here (not in a function)
mod_wsgi.c:4935: error: initializer element is not constant
mod_wsgi.c:4935: warning: data definition has no type or storage class
mod_wsgi.c:4937: warning: parameter names (without types) in function declaration
mod_wsgi.c:4937: warning: data definition has no type or storage class
mod_wsgi.c:4939: error: syntax error before ‘if’
mod_wsgi.c:4942: error: ‘PyObject’ undeclared here (not in a function)
mod_wsgi.c:4942: error: syntax error before ‘)’ token
mod_wsgi.c:4943: warning: parameter names (without types) in function declaration
mod_wsgi.c:4943: warning: data definition has no type or storage class
mod_wsgi.c:4945: error: syntax error before ‘if’
mod_wsgi.c:4948: warning: parameter names (without types) in function declaration
mod_wsgi.c:4948: warning: data definition has no type or storage class
mod_wsgi.c:4950: error: syntax error before ‘if’
mod_wsgi.c:4980: error: syntax error before string constant
mod_wsgi.c:4980: warning: data definition has no type or storage class
mod_wsgi.c:4998: warning: built-in function ‘log’ declared as non-function
mod_wsgi.c:4998: error: ‘APLOG_ERR’ undeclared here (not in a function)
mod_wsgi.c:4998: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:4998: error: initializer element is not constant
mod_wsgi.c:4998: warning: data definition has no type or storage class
mod_wsgi.c:4999: warning: parameter names (without types) in function declaration
mod_wsgi.c:4999: error: conflicting types for ‘wsgi_log_python_error’
mod_wsgi.c:1332: error: previous definition of ‘wsgi_log_python_error’ was here
mod_wsgi.c:4999: warning: data definition has no type or storage class
mod_wsgi.c:5000: warning: parameter names (without types) in function declaration
mod_wsgi.c:5000: warning: data definition has no type or storage class
mod_wsgi.c:5001: error: syntax error before ‘}’ token
mod_wsgi.c:5006: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_reload_required’:
mod_wsgi.c:5009: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:5009: error: invalid operands to binary *
mod_wsgi.c:5010: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5010: error: invalid operands to binary *
mod_wsgi.c:5011: error: syntax error before ‘mtime’
mod_wsgi.c:5013: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5017: error: ‘mtime’ undeclared (first use in this function)
mod_wsgi.c:5019: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:5021: error: storage size of ‘finfo’ isn’t known
mod_wsgi.c:5025: error: request for member ‘st_mtime’ in something not a structure or union
mod_wsgi.c:5041: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:5041: error: request for member ‘st_mtime’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:5055: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_module_name’:
mod_wsgi.c:5072: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5073: error: ‘pool’ undeclared (first use in this function)
mod_wsgi.c:5073: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5077: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5078: warning: return makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:5081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_script’:
mod_wsgi.c:5083: error: invalid operands to binary *
mod_wsgi.c:5085: error: invalid operands to binary *
mod_wsgi.c:5086: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5086: error: invalid operands to binary *
mod_wsgi.c:5087: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5087: error: invalid operands to binary *
mod_wsgi.c:5096: error: syntax error before ‘)’ token
mod_wsgi.c:5104: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5104: warning: passing argument 1 of ‘wsgi_acquire_interpreter’ from incompatible pointer type
mod_wsgi.c:5107: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_NOERRNO’ undeclared (first use in this
mod_wsgi.c:7143:29: error: missing binary operator before token "("
mod_wsgi.c:7161: error: ‘REQUEST_CHUNKED_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7163: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:7163: warning: comparison between pointer and integer
mod_wsgi.c:7179: error: request for member ‘remaining’ in something not a structure or union
mod_wsgi.c:7179: warning: comparison between pointer and integer
mod_wsgi.c:7181: warning: return makes integer from pointer without a cast
mod_wsgi.c:7190: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:7192: error: request for member ‘request_config’ in something not a structure or union
mod_wsgi.c:7205: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:7208: warning: comparison between pointer and integer
mod_wsgi.c:7230: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:7230: warning: comparison between pointer and integer
mod_wsgi.c:7232: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7233: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7233: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:7245: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_init’:
mod_wsgi.c:7251: warning: incompatible implicit declaration of built-in function ‘sprintf’
mod_wsgi.c:7257: warning: assignment from incompatible pointer type
mod_wsgi.c:7270: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:7270: warning: assignment makes pointer from integer without a cast
OERRNO’ undeclared (first use in this function)
mod_wsgi.c:4782: error: invalid operands to binary |
function)
mod_wsgi.c:5107: error: invalid operands to binary |
mod_wsgi.c:5109: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5111: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:5111: warning: return makes integer from pointer without a cast
mod_wsgi.c:5116: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:5118: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5147: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:5148: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5275: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5276: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5277: error: request for memmod_wsgi.c:4797: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4797: error: syntax error before ‘)’ token
mod_wsgi.c:4802: error: request for member ‘interp’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:4829: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_release_interpreter’:
mod_wsgi.c:4831: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:4831: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:4831: error: invalid operands to binary *
mod_wsgi.c:4843: error: ‘handle’ undeclared (first use in this function)
mod_wsgi.c:4843: error: request for member ‘name’ in something not a structure or union
mod_wsgi.c:4851: error: ‘PyGILState_UNLOCKED’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c:4872: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_load_source’:
mod_wsgi.c:4878: error: ‘FILE’ undeclared (first use in this function)
mod_wsgi.c:4878: error: ‘fp’ undeclared (first use in this function)
mod_wsgi.c:4878: error: invalid operands to binary *
mod_wsgi.c:4879: error: ‘PyObject’ undeclared (first use in this function)
mod_wsgi.c:4879: error: invalid operands to binary *
mod_wsgi.c:4880: error: ‘co’ undeclared (first use in this function)
mod_wsgi.c:4880: error: invalid operands to binary *
mod_wsgi.c:4883: error: ‘exists’ undeclared (first use in this function)
mod_wsgi.c:4885: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4885: error: syntax error before ‘if’
mod_wsgi.c:4892: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_INFO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:4892: error: invalid operands to binary |
mod_wsgi.c:4895: error: ‘filename’ undeclared (first use in this function)
mod_wsgi.c:4898: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:4898: error: syntax error before ‘}’ token
mod_wsgi.c: At top level:
mod_wsgi.c:4931: warning: parameter names (without types) in function declaration
mod_wsgi.c:4931: warning: data definition has no type or storage class
mod_wsgi.c:4932: error: syntax error before ‘return’
mod_wsgi.c:4935: error: redefinition of ‘n’
mod_wsgi.c:1690: error: previous definition of ‘n’ was here
mod_wsgi.c:4935: error: ‘fp’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘filename’ undeclared here (not in a function)
mod_wsgi.c:4935: error: ‘Py_file_input’ undeclared here (not in a function)
mod_wsgi.c:4935: error: initializer element is not constant
mod_wsgi.c:4935: warning: data definition has no type or storage class
mod_wsgi.c:4937: warning: parameter names (without types) in function declaration
mod_wsgi.c:4937: warning: data definition has no type or storage class
mod_wsgi.c:4939: error: syntax error before ‘if’
mod_wsgi.c:4942: error: ‘PyObject’ undeclared here (not in a function)
mod_wsgi.c:4942: error: syntax error before ‘)’ token
mod_wsgi.c:4943: warning: parameter names (without types) in function declaration
mod_wsgi.c:4943: warning: data definition has no type or storage class
mod_wsgi.c:4945: error: syntax error before ‘if’
mod_wsgi.c:4948: warning: parameter names (without types) in function declaration
mod_wsgi.c:4948: warning: data definition has no type or storage class
mod_wsgi.c:4950: error: syntax error before ‘if’
mod_wsgi.c:4980: error: syntax error before string constant
mod_wsgi.c:4980: warning: data definition has no type or storage class
mod_wsgi.c:4998: warning: built-in function ‘log’ declared as non-function
mod_wsgi.c:4998: error: ‘APLOG_ERR’ undeclared here (not in a function)
mod_wsgi.c:4998: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:4998: error: initializer element is not constant
mod_wsgi.c:4998: warning: data definition has no type or storage class
mod_wsgi.c:4999: warning: parameter names (without types) in function declaration
ber ‘application_group’ in something not a structure or unionn_error’
mod_wsgi.c:5293: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:5293: error: invalid operands to binary *
mod_wsgi.c:5294: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5294: error: invalid operands to binary *
mod_wsgi.c:5297: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5300: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:5300: error: invalid operands to binary *
mod_wsgi.c:5304: error: invalid operands to binary *
mod_wsgi.c:5318: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5330: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:5342: error: syntax error before ‘)’ token
mod_wsgi.c:5346: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5346: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:5352: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5360: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:5361: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:1332: error: previous definition of ‘wsgi_log_python_error’ was here
mod_wsgi.c:4999: warning: data definition has no type or storage class
mod_wsgi.c:5000: warning: parameter names (without types) in function declaration
mod_wsgi.c:5000: warning: data definition has no type or storage class
mod_wsgi.c:5001: error: syntax error before ‘}’ token
mod_wsgi.c:5006: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_reload_required’:
mod_wsgi.c:5009: error: ‘dict’ undeclared (first use in this function)
mod_wsgi.c:5009: error: invalid operands to binary *
mod_wsgi.c:5010: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5010: error: invalid operands to binary *
mod_wsgi.c:5011: error: syntax error before ‘mtime’
mod_wsgi.c:5013: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5017: error: ‘mtime’ undeclared (first use in this function)
mod_wsgi.c:5019: error: request for member ‘filename’ in somemod_wsgi.c: In function ‘wsgi_python_child_cleanup’:
mod_wsgi.c:5387: error: invalid operands to binary *
mod_wsgi.c:5402: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:5446: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_python_child_init’:
mod_wsgi.c:5448: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:5448: error: invalid operands to binary *
mod_wsgi.c:5449: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:5449: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:5449: error: invalid operands to binary *
mod_wsgi.c:5450: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c:5450: error: invalid operands to binary *
mod_wsgi.c:5452: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5452: error: invalid operands to binary *
mod_wsgi.c:5463: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5464: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5465: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5496: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5512: error: syntax error before ‘)’ token
mod_wsgi.c:5528: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c:5536: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5537: error: ‘scripts’ undeclared (first use in this function)
mod_wsgi.c:5537: error: invalid operands to binary *
mod_wsgi.c:5544: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5545: error: request for member ‘elts’ in something not a structure or union
mod_wsgi.c:5547: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:5547: warning: comparison between pointer and integer
mod_wsgi.c:5553: error: invalid operands to binary *
mod_wsgi.c:5554: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5554: error: invalid operands to binary *
mod_wsgi.c:5555: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5555: error: invalid operands to binary *
mod_wsgi.c:5562: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:5562: error: invalid operands to binary |
mod_wsgi.c:5598: error: request for member ‘script_reloading’ in something not a structure or union
thing not a structure or union
mod_wsgi.c:5021: error: storage size of ‘finfo’ isn’t known
mod_wsgi.c: At top level:
mod_wsgi.c:5646: error: syntax error before ‘*’ token
mod_wsgi.c:5025: error: request for member ‘st_mtime’ in something not a structure or union
mod_wsgi.c: In function ‘wsgi_add_script_alias’:
mod_wsgi.c:5649: error: invalid operands to binary *
mod_wsgi.c:5041: error: request for member ‘finfo’ in something not a structure or unionmod_wsgi.c:5650: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:5041: error: request for member ‘st_mtime’ in something not a structure or unionmod_wsgi.c:5650: error: invalid operands to binary *
mod_wsgi.c:5652: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5652: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5652: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5652: warning: assignment makmod_wsgi.c: At top level:
mod_wsgi.c:7277: error: syntax error before ‘*’ token
mod_wsgi.c: At top level:
mod_wsgi.c:5055: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_module_name’:
mod_wsgi.c:5072: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5073: error: ‘pool’ undeclared (first use in this function)
mod_wsgi.c:5073: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:7283: error: syntax error before ‘wsgi_handlers’mod_wsgi.c:5077: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:7284: warning: braces around scalar initializer
mod_wsgi.c:5078: warning: return makes pointer from integer without a cast
mod_wsgi.c:7284: warning: (near initialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7284: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7284: warning: excess elements in scalar initializer
mod_wsgi.c:7284: warning: (near initmod_wsgi.c: At top level:
mod_wsgi.c:5081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_script’:
mod_wsgi.c:5083: error: invalid operands to binary *
mod_wsgi.c:5085: error: invalid operands to binary *
mod_wsgi.c:5086: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5086: error: invalid operands to binary *
mod_wsgi.c:5087: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5087: error: invalid operands to binary *
mod_wsgi.c:5096: error: syntax error before ‘)’ token
mod_wsgi.c:5104: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5104: warning: passing argument 1 of ‘wsgi_acquire_interpreter’ from incompatible pointer type
mod_wsgi.c:5107: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5107: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:5107: error: invalid operands to binary |
mod_wsgi.c:5109: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5111: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:5111: warning: return makes integer from pointer without a cast
mod_wsgi.c:5116: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:5118: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5147: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:5148: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5275: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5276: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5277: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5293: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:5293: error: invalid operands to binary *
mod_wsgi.c:5294: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5294: error: invalid operands to binary *
mod_wsgi.c:5297: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5300: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:5300: error: invalid operands to binary *
mod_wsgi.c:5304: error: invalid operands to binary *
mod_wsgi.c:5318: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘input’ in something not a structure or union
mod_wsgi.c:5319: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5330: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5334: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:5335: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:5342: error: syntax error before ‘)’ token
mod_wsgi.c:5346: error: ‘Py_BEGIN_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5346: error: syntax error before ‘ap_log_rerror’
mod_wsgi.c:5352: error: ‘Py_END_ALLOW_THREADS’ undeclared (first use in this function)
mod_wsgi.c:5360: warning: assignment makes integer from pointer without a cast
mod_wsgi.c:5361: error: request for member ‘filename’ in ialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7285: warning: braces around scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7285: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7285: warning: excess elements in scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7286: warning: braces around scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7286: warning: excess elements in scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7287: warning: data definition has no type or storage class
mod_wsgi.c:7289: error: syntax error before ‘wsgi_commands’
mod_wsgi.c:7291: warning: braces around scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7291: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
something not a structure or unionmod_wsgi.c:7292: error: ‘RSRC_CONF’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: error: ‘TAKE2’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7293: warning: braces around scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c: In function ‘wsgi_python_child_cleanup’:
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:5387: error: invalid operands to binary *
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:5402: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7296: warning: bramod_wsgi.c: At top level:ces around scalar initializer
mod_wsgi.c:5446: error: syntax error before ‘*’ token
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c: In function ‘wsgi_python_child_init’:
mod_wsgi.c:7296: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:5448: error: ‘PyInterpreterState’ undeclared (first use in this function)
mod_wsgi.c:7296: warning: excess elements in scalar initializermod_wsgi.c:5448: error: invalid operands to binary *
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:5449: error: ‘PyThreadState’ undeclared (first use in this function)
mod_wsgi.c:7296: warning: excess elements in scalar initializer
mod_wsgi.c:5449: error: ‘tstate’ undeclared (first use in this function)
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:5449: error: invalid operands to binary *
mod_wsgi.c:7297: warning: excess elements in scales pointer from integer without a cast
mod_wsgi.c:5654: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5659: error: syntax error before ‘)’ token
mod_wsgi.c:5661: error: request for member ‘info’ in something not a structure or union
mod_wsgi.c:5662: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:5662: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5662: error: ‘l’ undeclared (first use in this function)
mod_wsgi.c:5662: error: ‘AP_REG_EXTENDED’ undeclared (first use in this function)
mod_wsgi.c:5663: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:5667: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:5668: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:5668: error: ‘a’ undeclared (first use in this function)
mod_wsgi.c:5670: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5673: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_optimize’:
mod_wsgi.c:5677: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5677: error: invalid operands to binary *
mod_wsgi.c:5679: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5679: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5679: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5680: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5683: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5683: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5684: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:5684: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5686: warning: return from incompatible pointer type
ar initializer
mod_wsgi.c: At top level:
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:5689: error: syntax error before ‘*’ token
mod_wsgi.c:7297: error: ‘TAKE1’ undeclared here (not in a function)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c: In function ‘wsgi_set_python_home’:
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:5693: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5693: error: invalid operands to binary *mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:5695: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5695: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5695: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5696: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5699: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5699: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5700: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:5700: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5702: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5705: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_path’:
mod_wsgi.c:5709: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5709: error: invalid operands to binary *
mod_wsgi.c:5711: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5711: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5711: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5712: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5715: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5715: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5716: error: request for member ‘python_path’ in something not a structure or union
mod_wsgi.c:5716: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5718: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5721: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_eggs’:
mod_wsgi.c:5725: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5725: error: invalid operands to binary *
mod_wsgi.c:5727: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5727: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5727: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5728: warning: comparison of distinct pointer types lacks a castmod_wsgi.c:5450: error: ‘save_tstate’ undeclared (first use in this function)
mod_wsgi.c:5450: error: invalid operands to binary *
mod_wsgi.c:5452: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:5452: error: invalid operands to binary *
mod_wsgi.c:5463: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5464: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5465: error: request for member ‘next’ in something not a structure or union
mod_wsgi.c:5496: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5512: error: syntax error before ‘)’ token
mod_wsgi.c:5528: error: ‘ap_null_cleanup’ undeclared (first use in this function)
mod_wsgi.c:5536: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5537: error: ‘scripts’ undeclared (first use in this function)
mod_wsgi.c:5537: error: invalid operands to binary *
mod_wsgi.c:5544: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5545: error: request for member ‘elts’ in something not a structure or union
mod_wsgi.c:5547: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:5547: warning: comparison between pointer and integer
mod_wsgi.c:5553: error: invalid operands to binary *
mod_wsgi.c:5554: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:5554: error: invalid operands to binary *
mod_wsgi.c:5555: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:5555: error: invalid operands to binary *
mod_wsgi.c:5562: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:5562: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:5562: error: invalid operands to binary |
mod_wsgi.c:5598: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:5731: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5731: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5732: error: request for member ‘python_eggs’ in something not a structure or union
mod_wsgi.c:5732: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5734: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_embedded’:
mod_wsgi.c:5741: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:5741: error: invalid operands to binary *
mod_wsgi.c:5646: error: syntax error before ‘*’ token
mod_wsgi.c:5743: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5743: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c: In function ‘wsgi_add_script_alias’:
mod_wsgi.c:5649: error: invalid operands to binary *
mod_wsgi.c:5650: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:5650: error: invalid operands to binary *
mod_wsgi.c:5652: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5652: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5652: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5652: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5654: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:5655: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5659: error: syntax error before ‘)’ token
mod_wsgi.c:5661: error: request for member ‘info’ in something not a structure or union
mod_wsgi.c:5662: error: request for member ‘regexp’mod_wsgi.c:7298: warning: braces around scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7300: warning: braces around scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7302: warning: braces around scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7305: warning: braces around scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7305: warning: excess elements in scalar initializer
in something not a structure or union
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: excess elements in scalar initializer
mod_wsgi.c:5662: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:5662: error: ‘l’ undeclared (first use in this function)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:5662: error: ‘AP_REG_EXTENDED’ undeclared (first use in this function)
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializermod_wsgi.c:5663: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7307: warning: braces around scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7309: warning: braces around scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7311: warning: braces around scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7314: warning: braces around scalar initializer
mod_wsgi.c:5667: error: request for member ‘location’ in something not a structure or unionmod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: initialization makes integer from pointer without a castmod_wsgi.c:5668: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:5668: error: ‘a’ undeclared (first use in this function)mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:5670: warning: return from incompatible pointer type
mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elementmod_wsgi.c: At top level:
mod_wsgi.c:5673: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_optimize’:
mod_wsgi.c:5677: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5677: error: invalid operands to binary *
mod_wsgi.c:5679: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5679: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5679: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5680: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5683: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5683: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5684: error: request for member ‘python_optimize’ in something not a structure or union
mod_wsgi.c:5684: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5686: warning: return from incompatible pointer type
s in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c: At top level:
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:5689: error: syntax error before ‘*’ token
mod_wsgi.c:7317: warning: braces around scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c: In function ‘wsgi_set_python_home’:
mod_wsgi.c:7317: warning: initialization makes integer from pointer without a castmod_wsgi.c:5693: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5693: error: invalid operands to binary *mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:5695: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:5695: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5695: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5696: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5699: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5699: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5700: error: request for member ‘python_home’ in something not a structure or union
mod_wsgi.c:5700: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5702: warning: return from incompatible pointer type
mod_wsgi.c:5743: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:5744: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5705: error: syntax error before ‘*’ token
mod_wsgi.c:5747: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5747: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5749: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5750: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:5752: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:5756: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5759: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdin’:
mod_wsgi.c:5763: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5763: error: invalid operands to binary *
mod_wsgi.c:5765: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5765: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5765: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5766: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5769: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5769: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5771: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5772: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5774: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5778: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5781: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdout’:
mod_wsgi.c:5785: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5785: error: invalid operands to binary *
mod_wsgi.c:5787: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5787: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5787: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5788: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5791: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5791: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5793: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5794: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5796: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5800: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5803: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_signal’:
mod_wsgi.c:5807: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5807: error: invalid operands to binary *
mod_wsgi.c:5809: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5809: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5809: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5810: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5813: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5813: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5815: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5816: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:5818: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:5822: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5825: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_case_sensitivity’:
mod_wsgi.c:5829: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5829: error: invalid operands to binary *
mod_wsgi.c:5831: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5831: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5831: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5832: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5835: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5835: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5837: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5838: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5840: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5844: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5847: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_process’:
mod_wsgi.c:5850: error: ‘index’ undeclared (first use in this function)
mod_wsgi.c:5850: error: invalid operands to binary *
mod_wsgi.c:5850: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5850: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5852: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5853: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5853: error: invalid operands to binary *
mod_wsgi.c:5854: error: syntax error before ‘)’ token
mod_wsgi.c:5856: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5859: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5859: error: invalid operands to binary *
mod_wsgi.c:5860: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5860: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5863: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5866: error: invalid type argument of ‘unary *’
mod_wsgi.c:5869: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5869: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5877: warning: return from incompatible pointer type
mod_wsgi.c: In function ‘wsgi_set_python_path’:
mod_wsgi.c:5709: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5709: error: invalid operands to binary *
mod_wsgi.c:5711: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5711: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5711: warning: assignment makes pointer from integer withomod_wsgi.c: At top level:
mod_wsgi.c:5880: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_process_group’:
mod_wsgi.c:5883: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5883: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5884: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5884: error: invalid operands to binary *
mod_wsgi.c:5885: error: syntax error before ‘)’ token
mod_wsgi.c:5886: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5889: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5889: error: invalid operands to binary *
mod_wsgi.c:5890: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5890: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5892: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5895: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5898: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_application_group’:
mod_wsgi.c:5901: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5901: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5902: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5902: error: invalid operands to binary *
mod_wsgi.c:5903: error: syntax error before ‘)’ token
mod_wsgi.c:5904: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5907: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5907: error: invalid operands to binary *
mod_wsgi.c:5908: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5908: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5910: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5913: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5916: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_callable_object’:
mod_wsgi.c:5919: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5919: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5920: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5920: error: invalid operands to binary *
mod_wsgi.c:5921: error: syntax error before ‘)’ token
mod_wsgi.c:5922: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5925: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5925: error: invalid operands to binary *
ut a castmod_wsgi.c:5926: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5926: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5712: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5928: error: request for member ‘callable_object’ in something not a structure or unionmod_wsgi.c:5715: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5715: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5931: warning: return from incompatible pointer type
mod_wsgi.c:5716: error: request for member ‘python_path’ in something not a structure or union
mod_wsgi.c:5716: error: ‘f’ undemod_wsgi.c: At top level:
mod_wsgi.c:5934: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_add_import_script’:
mod_wsgi.c:5939: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5939: error: invalid operands to binary *
mod_wsgi.c:5944: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5944: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5944: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5945: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5948: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5948: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5951: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5956: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5956: warning: cast to pointer from integer of different size
mod_wsgi.c:5958: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5958: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5965: error: invalid type argument of ‘unary *’
mod_wsgi.c:5966: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5966: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5968: warning: incompatible implicit declaration of built-in function ‘strstr’
clared (first use in this function)
mod_wsgi.c:5718: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5721: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_python_eggs’:
mod_wsgi.c:5725: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5725: error: invalid operands to binary *
mod_wsgi.c:5727: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5727: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5727: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5728: warning: comparison of distinct pointer types lacks a cast
modmod_wsgi.c:6004: warning: return from incompatible pointer type
_wsgi.c:5731: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5731: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5732: error: request for member ‘python_eggs’ in something not a structure or union
mod_wsgi.c:5732: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5734: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_embedded’:
mod_wsgi.c:5741: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5741: error: invalid operands to binary *
mod_wsgi.c:5743: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5743: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5743: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5744: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5747: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5747: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5749: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5750: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:5752: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:5756: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5759: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdin’:
mod_wsgi.c:5763: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5763: error: invalid operands to binary *
mod_wsgi.c:5765: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5765: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5765: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5766: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5769: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5769: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5771: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5772: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5774: error: request for member ‘restrict_stdin’ in something not a structure or union
mod_wsgi.c:5778: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5781: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_stdout’:
mod_wsgi.c:5785: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5785: error: invalid operands to binary *
mod_wsgi.c:5787: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5787: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5787: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5788: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5791: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5791: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5793: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5794: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5796: error: request for member ‘restrict_stdout’ in something not a structure or union
mod_wsgi.c:5800: warning: return from incmod_wsgi.c: At top level:
mod_wsgi.c:6007: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_dispatch_script’:
mod_wsgi.c:6015: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6015: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6022: error: invalid type argument of ‘unary *’
mod_wsgi.c:6023: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6023: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6025: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6036: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6037: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6037: error: invalid operands to binary *
mod_wsgi.c:6038: error: syntax error before ‘)’ token
mod_wsgi.c:6039: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: error: ‘ACCESS_CONF’ undeclared here (not in a function)
mod_wsgi.c:7318: error: invalid operands to binary |
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:6042: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:7319: warning: braces around scalar initializermod_wsgi.c:6042: error: invalid operands to binary *
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:6043: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6043: error:mod_wsgi.c:7319: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: error: ‘OR_FILEINFO’ undeclared here (not in a function) request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6045: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6048: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6051: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_apache_extensions’:
mod_wsgi.c:6054: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6054: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6055: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6055: error: invalid operands to binary *
mod_wsgi.c:6056: error: syntax error before ‘)’ token
mod_wsgi.c:6058: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6059: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6061: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6066: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6066: error: invalid operands to binary *
mod_wsgi.c:6067: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6067: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6071: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6073: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6078: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_pass_authorization’:
mod_wsgi.c:6084: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6084: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6085: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6085: error: invalid operands to binary *
mod_wsgi.c:6086: error: syntax error before ‘)’ tokenompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5803: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_signal’:
mod_wsgi.c:5807: error: ‘sconfig’ undeclared (first use in this function)mod_wsgi.c:6088: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5807: error: invalid operands to binary *
mod_wsgi.c:5809: error: ‘cmd’ undeclared (first use in this function)mod_wsgi.c:6089: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:5809: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5809: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6091: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:5810: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:6096: error: ‘sconfig’ undeclared (first use in this function)mod_wsgi.c:5813: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5813: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6096: error: invalid operands to binary *
mod_wsgi.c:5815: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6097: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6097: error: request for member ‘module_config’ in something not a structure or unionmod_wsgi.c:5816: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:6101: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:5818: error: request for member ‘restrict_signal’ in something not a structure or union
mod_wsgi.c:6103: error: request for member ‘pass_authorization’ in something not a structure or unionmod_wsgi.c:5822: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5825: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_case_sensitivity’:
mod_wsgi.c:5829: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5829: error: invalid operands to binary *
mod_wsgi.c:5831: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5831: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5831: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5832: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5835: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5835: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5837: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:5838: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5840: error: request for member ‘case_sensitivity’ in something not a structure or union
mod_wsgi.c:5844: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5847: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_restrict_process’:
mod_wsgi.c:5850: error: ‘index’ undeclared (first use in this function)
mod_wsgi.c:5850: error: invalid operands to binary *
mod_wsgi.c:5850: error: ‘cmd’ undeclared (fmod_wsgi.c:6108: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6111: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_script_reloading’:
mod_wsgi.c:6114: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6114: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6115: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6115: error: invalid operands to binary *
mod_wsgi.c:6116: error: syntax error before ‘)’ token
mod_wsgi.c:6118: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6119: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6121: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6126: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6126: error: invalid operands to binary *
mod_wsgi.c:6127: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6127: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6131: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6133: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6138: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6141: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_reload_mechanism’:
mod_wsgi.c:6144: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6144: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6145: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6145: error: invalid operands to binary *
mod_wsgi.c:6146: error: syntax error before ‘)’ token
mod_wsgi.c:6148: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6149: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6151: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6158: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6158: error: invalid operands to binary *
irst use in this function)
mod_wsgi.c:5850: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5852: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5853: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5853: error: invalid operands to binary *
mod_wsgi.c:5854: error: syntax error before ‘)’ token
mod_wsgi.c:5856: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5859: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5859: error: invalid operands to binary *
mod_wsgi.c:5860: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5860: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5863: error: request for member ‘restrict_process’ in something not a structure or union
mod_wsgi.c:5866: error: invalid type argument of ‘unary *’
mod_wsgi.c:5869: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5869: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5877: warning: return from incompatible pointer type
mod_wsgi.c:6159: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6159: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:5880: error: syntax error before ‘*’ tokenmod_wsgi.c:6163: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c: In function ‘wsgi_set_process_group’:
mod_wsgi.c:5883: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6165: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:5883: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5884: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5884: error: invalid operands to binary *
mod_wsgi.c:5885: error: syntax error before ‘)’ token
mod_wsgi.c:5886: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5889: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5889: error: invalid operands to binary *
mod_wsgi.c:5890: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5890: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5892: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:5895: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5898: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_application_group’:
mod_wsgi.c:5901: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5901: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5902: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5902: error: invalid operands to binary *
mod_wsgi.c:5903: error: syntax error before ‘)’ token
mod_wsgi.c:5904: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5907: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5907: error: invalid operands to binary *
mod_wsgi.c:5908: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5908: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5910: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:5913: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5916: error: syntax error before ‘*’ token
mod_wsgi.c:6172: warning: return from incompatible pointer type
mod_wsgi.c: In function ‘wsgi_set_callable_object’:
mod_wsgi.c:5919: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5919: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:5920: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:5920: error: invalid operands to binary *
mod_wsgi.c:5921: error: syntax error before ‘)’ token
mod_wsgi.c:5922: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5925: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c: At top level:
mod_wsgi.c:6175: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_access_script’:mod_wsgi.c:5925: error: invalid operands to binary *
mod_wsgi.c:5926: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5926: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5928: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:5931: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:5934: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_add_import_script’:
mod_wsgi.c:5939: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:5939: error: invalid operands to binary *
mod_wsgi.c:5944: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:5944: error: ‘GLOBAL_ONLY’ undeclared (first use in this function)
mod_wsgi.c:5944: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5945: warning: comparison of distinct pointer types lacks a cast
mod_wsgi.c:5948: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:5948: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:5951: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5952: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5956: error: request for member ‘import_list’ in something not a structure or union
mod_wsgi.c:5958: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5958: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5965: error: invalid type argument of ‘unary *’
mod_wsgi.c:5966: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:5966: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:5968: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6004: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6007: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_dispatch_script’:
mod_wsgi.c:6015: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6015: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6017: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6022: error: invalid type argument of ‘unary *’
mod_wsgi.c:6023: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6023: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6025: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6036: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6037: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6037: error: invalid operands to binary *
mod_wsgi.c:6038: error: syntax error before ‘)’ token
mod_wsgi.c:6039: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6042: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6042: error: invalid operands to binary *
mod_wsgi.c:6043: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6043: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6045: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6048: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6051: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_apache_extensions’:
mod_wsgi.c:6054: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6054: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6055: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6055: error: invalid operands to binary *
mod_wsgi.c:6056: error: syntax error before ‘)’ token
mod_wsgi.c:6058: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6059: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6061: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6066: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6066: error: invalid operands to binary *
mod_wsgi.c:6067: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6067: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6071: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6073: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6078: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6081: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_pass_authorization’:
mod_wsgi.c:6084: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6084: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6085: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6085: error: invalid operands to binary *
mod_wsgi.c:6086: error: syntax error before ‘)’ token
mod_wsgi.c:6088: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6089: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6091: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6096: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6096: error: invalid operands to binary *
mod_wsgi.c:6097: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6097: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6101: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6103: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6108: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6111: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_script_reloading’:
mod_wsgi.c:6114: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6114: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6115: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6115: error: invalid operands to binary *
mod_wsgi.c:6116: error: syntax error before ‘)’ token
mod_wsgi.c:6118: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6119: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6121: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6126: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6126: error: invalid operands to binary *
mod_wsgi.c:6127: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6127: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6131: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6133: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6138: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6141: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_reload_mechanism’:
mod_wsgi.c:6144: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6144: error: request for member ‘path’ in something not a structure or union
mod_wsgi.c:6145: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6145: error: invalid operands to binary *
mod_wsgi.c:6146: error: syntax error before ‘)’ token
mod_wsgi.c:6148: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6149: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6151: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c:6158: error: ‘sconfig’ undeclared (first use in this function)
mod_wsgi.c:6158: error: invalid operands to binary *mod_wsgi.c:6178: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6178: error: invalid operands to binary *
mod_wsgi.c:6159: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6159: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6184: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6184: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6186: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6191: error: invalid type argument of ‘unary *’
mod_wsgi.c:6192: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6192: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6194: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6205: error: syntax error before ‘)’ token
mod_wsgi.c:6206: error: request for member ‘access_script’ in something not a structure or union
mod_wsgi.c:6208: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6211: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_user_script’:
mod_wsgi.c:6214: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6163: error: request for member ‘reload_mechanism’ in something not a structure or unionmod_wsgi.c:6214: error: invalid operands to binary *
mod_wsgi.c:6165: error: request for member ‘reload_mechanism’ in something not a structure or unionmod_wsgi.c:6220: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6220: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6222: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6172: warning: return from incompatible pointer type
mod_wsgi.c:6222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6227: error: invalid type argument of ‘unary *’
mod_wsgi.c:6228: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6228: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6230: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6241: error: syntax error before ‘)’ token
mod_wsgi.c:6242: error: request for member ‘auth_user_script’ in something not a structure or union
mod_wsgi.c:6244: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6247: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_group_script’:
mod_wsgi.c:6250: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6250: error: invalid operands to binary *
mod_wsgi.c:6256: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6256: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6263: error: invalid type argument of ‘unary *’
mod_wsgi.c:6264: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6264: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6266: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6277: error: syntax error before ‘)’ token
mod_wsgi.c: At top level:
mod_wsgi.c:6278: error: request for member ‘auth_group_script’ in something not a structure or unionmod_wsgi.c:6175: error: syntax error before ‘*’ token
mod_wsgi.c:6280: warning: return from incompatible pointer type
mod_wsgi.c: In function ‘wsgi_set_access_script’:
mod_wsgi.c:6178: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6178: error: invalid operands to binary *
mod_wsgi.c:6184: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6184: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6283: error: syntax error before ‘*’ token
mod_wsgi.c:6186: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6186: warning: assignment makes pointer from integer without a castmod_wsgi.c: In function ‘wsgi_set_user_authoritative’:
mod_wsgi.c:6286: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6286: error: invalid operands to binary *
mod_wsgi.c:6287: error: syntax error before ‘)’ token
mod_wsgi.c:6191: error: invalid type argument of ‘unary *’
mod_wsgi.c:6289: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6192: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6192: warning: assignment makes pointer from integer without a castmod_wsgi.c:6290: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6292: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6296: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6299: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_group_authoritative’:
mod_wsgi.c:6302: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6302: error: invalid operands to binary *
mod_wsgi.c:6303: error: syntax error before ‘)’ token
mod_wsgi.c:6305: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6306: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6308: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6312: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6358: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_intercept’:
mod_wsgi.c:6360: error: invalid operands to binary *
mod_wsgi.c:6362: error: ‘aliases’ undeclared (first use in this function)
mod_wsgi.c:6362: error: invalid operands to binary *
mod_wsgi.c:6364: error: ‘entries’ undeclared (first use in this function)
mod_wsgi.c:6364: error: invalid operands to binary *
mod_wsgi.c:6365: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:6365: error: invalid operands to binary *
mod_wsgi.c:6367: error: ‘ap_regmatch_t’ undeclared (first use in this function)
mod_wsgi.c:6367: error: syntax error before ‘matches’
mod_wsgi.c:6374: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6374: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6374: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6376: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6377: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:6377: warning: return makes integer from pointer without a cast
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6380: warning: return makes integer from pointer without a cast
mod_wsgi.c:6382: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6383: error: syntax error before ‘)’ token
mod_wsgi.c:6385: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6385: warning: comparison between pointer and integer
mod_wsgi.c:6390: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6391: error: ‘AP_MAX_REG_MATCH’ undeclared (first use in this function)
mod_wsgi.c:6392: error: ‘matches’ undeclared (first use in this function)
mod_wsgi.c:6393: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6394: error: request for member ‘rm_eo’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6396: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6397: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6397: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6398: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6399: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6403: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: warning: passing argument 1 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6404: warning: passing argument 2 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6406: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6407: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6413: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6417: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6420: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6423: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6423: warning: return makes integer from pointer without a cast
mod_wsgi.c:6427: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:6432: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_script_error’:
mod_wsgi.c:6437: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6439: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6439: error: ‘e’ undeclared (first use in this function)
mod_wsgi.c:6439: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6441: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6441: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6441: error: invalid operands to binary |
mod_wsgi.c: At top level:
mod_wsgi.c:6444: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_build_environment’:
mod_wsgi.c:6446: error: invalid operands to binary *
mod_wsgi.c:6452: error: ‘conn_rec’ undeclared (first use in this function)
mod_wsgi.c:6452: error: ‘c’ undeclared (first use in this function)
mod_wsgi.c:6452: error: invalid operands to binary *
mod_wsgi.c:6452: error: request for member ‘connection’ in something not a structure or union
mod_wsgi.c:6456: error: syntax error before ‘)’ token
mod_wsgi.c:6485: error: request for member ‘method_number’ in something not a structure or union
mod_wsgi.c:6485: error: ‘M_GET’ undeclared (first use in this function)
mod_wsgi.c:6485: error: request for member ‘header_only’ in something not a structure or union
mod_wsgi.c:6486: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6511: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6512: error: request for member ‘headers_in’ in something not a structure or union
mod_wsgi.c:6512: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6514: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6521: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6540: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6540: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6542: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6550: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6550: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6552: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6564: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6565: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:6566: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6567: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6568: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6569: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6571: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6573: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6585: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:6585: warning: no semicolon at end of struct or union
mod_wsgi.c:6587: warning: data definition has no type or storage class
mod_wsgi.c:6588: error: syntax error before ‘*’ token
mod_wsgi.c:6588: warning: built-in function ‘log’ declared as non-function
mod_wsgi.c:6588: warning: data definition has no type or storage class
mod_wsgi.c:6589: error: syntax error before ‘}’ token
mod_wsgi.c:6589: warning: data definition has no type or storage class
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newDispatchObject’:
mod_wsgi.c:6594: error: invalid operands to binary *
mod_wsgi.c:6600: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6602: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6604: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6609: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_dealloc’:
mod_wsgi.c:6611: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_environ’:
mod_wsgi.c:6618: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:6618: error: invalid operands to binary *
mod_wsgi.c:6620: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6620: error: invalid operands to binary *
mod_wsgi.c:6621: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6621: error: invalid operands to binary *
mod_wsgi.c:6623: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6623: error: syntax error before ‘*’ token
mod_wsgi.c:6624: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6624: error: syntax error before ‘*’ token
mod_wsgi.c:6634: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6636: error: ‘head’ undeclared (first use in this function)
mod_wsgi.c:6636: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6637: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:6637: error: syntax error before ‘)’ token
mod_wsgi.c:6639: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6639: warning: comparison between pointer and integer
mod_wsgi.c:6640: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6641: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6642: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6643: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6647: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6662: error: ‘group’ undeclared (first use in this function)
mod_wsgi.c:6673: error: syntax error before ‘)’ token
mod_wsgi.c:6681: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6681: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6682: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6690: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:6694: error: initializer element is not constant
mod_wsgi.c:6694: error: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6694: error: syntax error before numeric constant
mod_wsgi.c:6695: warning: excess elements in scalar initializer
mod_wsgi.c:6695: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6696: warning: excess elements in scalar initializer
mod_wsgi.c:6696: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6697: warning: excess elements in scalar initializer
mod_wsgi.c:6697: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: warning: excess elements in scalar initializer
mod_wsgi.c:6699: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: error: syntax error before ‘Dispatch_dealloc’
mod_wsgi.c:6700: warning: excess elements in scalar initializer
mod_wsgi.c:6700: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6701: warning: excess elements in scalar initializer
mod_wsgi.c:6701: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6702: warning: excess elements in scalar initializer
mod_wsgi.c:6702: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6703: warning: excess elements in scalar initializer
mod_wsgi.c:6703: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6704: warning: excess elements in scalar initializer
mod_wsgi.c:6704: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6705: warning: excess elements in scalar initializer
mod_wsgi.c:6705: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6706: warning: excess elements in scalar initializer
mod_wsgi.c:6706: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6707: warning: excess elements in scalar initializer
mod_wsgi.c:6707: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6708: warning: excess elements in scalar initializer
mod_wsgi.c:6708: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6709: warning: excess elements in scalar initializer
mod_wsgi.c:6709: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6710: warning: excess elements in scalar initializer
mod_wsgi.c:6710: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6711: warning: excess elements in scalar initializer
mod_wsgi.c:6711: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6712: warning: excess elements in scalar initializer
mod_wsgi.c:6712: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6713: warning: excess elements in scalar initializer
mod_wsgi.c:6713: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6714: warning: excess elements in scalar initializer
mod_wsgi.c:6714: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6715: warning: excess elements in scalar initializer
mod_wsgi.c:6715: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6716: warning: excess elements in scalar initializer
mod_wsgi.c:6716: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6717: warning: excess elements in scalar initializer
mod_wsgi.c:6717: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6718: warning: excess elements in scalar initializer
mod_wsgi.c:6718: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6719: warning: excess elements in scalar initializer
mod_wsgi.c:6719: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6720: warning: excess elements in scalar initializer
mod_wsgi.c:6720: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6721: warning: excess elements in scalar initializer
mod_wsgi.c:6721: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6722: warning: excess elements in scalar initializer
mod_wsgi.c:6722: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6723: warning: excess elements in scalar initializer
mod_wsgi.c:6723: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6724: warning: excess elements in scalar initializer
mod_wsgi.c:6724: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6725: warning: excess elements in scalar initializer
mod_wsgi.c:6725: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6726: warning: excess elements in scalar initializer
mod_wsgi.c:6726: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6727: warning: excess elements in scalar initializer
mod_wsgi.c:6727: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6728: warning: excess elements in scalar initializer
mod_wsgi.c:6728: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6729: warning: excess elements in scalar initializer
mod_wsgi.c:6729: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6730: warning: excess elements in scalar initializer
mod_wsgi.c:6730: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6731: warning: excess elements in scalar initializer
mod_wsgi.c:6731: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6732: warning: excess elements in scalar initializer
mod_wsgi.c:6732: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6733: warning: excess elements in scalar initializer
mod_wsgi.c:6733: warning: (near initialization for ‘Disp
mod_wsgi.c:6194: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6205: error: syntax error before ‘)’ token
mod_wsgi.c:6206: error: request for member ‘access_script’ in something not a structure or union
mod_wsgi.c:6208: warning: return from incompatible pointer type
atch_Type’)
mod_wsgi.c:6734: warning: excess elements in scalar initializer
mod_wsgi.c:6734: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6735: warning: data definition has no type or storage class
mod_wsgi.c:6737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_dispatch’:
mod_wsgi.c:6739: error: invalid operands to binary *
mod_wsgi.c:6741: error: invalid operands to binary *
mod_wsgi.c:6742: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:6742: error: invalid operands to binary *
mod_wsgi.c:6743: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:6743: error: invalid operands to binary *
mod_wsgi.c:6754: error: syntax error before ‘)’ token
mod_wsgi.c:6757: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6758: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6758: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6758: error: invalid operands to binary |
mod_wsgi.c:6762: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:6762: warning: return makes integer from pointer without a cast
mod_wsgi.c:6770: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6770: error: request for member ‘handler_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6776: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:6776: error: invalid operands to binary |
mod_wsgi.c:6780: warning: return makes integer from pointer without a cast
mod_wsgi.c:6785: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6814: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6815: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6834: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6845: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6850: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:6850: error: invalid operands to binary *
mod_wsgi.c:6851: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6851: error: invalid operands to binary *
mod_wsgi.c:6852: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:6852: error: invalid operands to binary *
mod_wsgi.c:6859: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6859: error: invalid operands to binary *
mod_wsgi.c:6860: error: invalid operands to binary *
mod_wsgi.c:6916: warning: comparison between pointer and integer
mod_wsgi.c:6920: error: invalid operands to binary *
mod_wsgi.c:6930: warning: comparison between pointer and integer
mod_wsgi.c:6934: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6935: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6935: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6937: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6939: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6941: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6944: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:6965: warning: comparison between pointer and integer
mod_wsgi.c:6969: error: invalid operands to binary *
mod_wsgi.c:6979: warning: comparison between pointer and integer
mod_wsgi.c:6983: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6984: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6984: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6986: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6988: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6990: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:7020: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:7031: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7035: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7035: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:7036: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7036: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:7038: error: syntax error before ‘)’ token
mod_wsgi.c:7043: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:7062: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_is_script_aliased’:
mod_wsgi.c:7066: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:7066: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:7074: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_handler’:
mod_wsgi.c:7079: error: invalid operands to binary *
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7089: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7090: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:7090: warning: return makes integer from pointer without a cast
mod_wsgi.c:7101: error: ‘OPT_EXECCGI’ undeclared (first use in this function)
mod_wsgi.c:7101: error: invalid operands to binary &
mod_wsgi.c:7103: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7104: error: ‘HTTP_FORBIDDEN’ undeclared (first use in this function)
mod_wsgi.c:7104: warning: return makes integer from pointer without a cast
mod_wsgi.c:7110: error: request for member ‘finfo’ in something not a struct
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7322: warning: braces around scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: ure or union
mod_wsgi.c:7110: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7112: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7113: error: ‘HTTP_NOT_FOUND’ undeclared (first use in this function)
mod_wsgi.c:7113: warning: return makes integer from pointer without a cast
mod_wsgi.c:7124: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:7124: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7126: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7127: warning: return makes integer from pointer without a cast
mod_wsgi.c:7143:29: error: missing binary operator before token "("
mod_wsgi.c:7161: error: ‘REQUEST_CHUNKED_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7163: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:7163: warning: comparison between pointer and integer
mod_wsgi.c:7179: error: request for member ‘remaining’ in something not a structure or union
mod_wsgi.c:7179: warning: comparison between pointer and integer
mod_wsgi.c:7181: warning: return makes integer from pointer without a cast
mod_wsgi.c:7190: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:7192: error: request for member ‘request_config’ in something not a structure or union
mod_wsgi.c:7205: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:7208: warning: comparison between pointer and integer
mod_wsgi.c:7230: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:7230: warning: comparison between pointer and integer
mod_wsgi.c:7232: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7233: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7233: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:6211: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_user_script’:
mod_wsgi.c:6214: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6214: error: invalid operands to binary *
mod_wsgi.c:6220: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6220: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6222: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6222: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6227: error: invalid type argument of ‘unary *’
mod_wsgi.c:6228: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c: At top level:mod_wsgi.c:6228: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:7245: error: syntax error before ‘*’ token
mod_wsgi.c:6230: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c: Imod_wsgi.c:6241: error: syntax error before ‘)’ token
mod_wsgi.c:6242: error: request for member ‘auth_user_script’ in something not a structure or union
mod_wsgi.c:6244: warning: return from incompatible pointer type
n function ‘wsgi_hook_init’:
mod_wsgi.c:7251: warning: incompatible implicit declaration of built-in function ‘sprintf’
mod_wsgi.c:7257: warning: assignment from incompatible pointer type
mod_wsgi.c:7270: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:7270: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:7277: error: syntax error before ‘*’ token
mod_wsgi.c:7283: error: syntax error before ‘wsgi_handlers’
mod_wsgi.c:7284: warning: braces around scalar initializer
mod_wsgi.c:7284: warning: (near initialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7284: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7284: error: initializer element is not computable at load time
mod_wsgi.c:7284: error: (near initialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7284: warning: excess elements in scalar initializer
mod_wsgi.c:7284: warning: (near initialization for ‘wsgmod_wsgi.c: At top level:
mod_wsgi.c:6247: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_auth_group_script’:
mod_wsgi.c:6250: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6250: error: invalid operands to binary *
mod_wsgi.c:6256: error: ‘cmd’ undeclared (first use in this function)
mod_wsgi.c:6256: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6258: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6263: error: invalid type argument of ‘unary *’
mod_wsgi.c:6264: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6264: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6266: warning: incompatible implicit declaration of built-in function ‘strstr’
mod_wsgi.c:6277: error: syntax error before ‘)’ token
mod_wsgi.c:6278: error: request for member ‘auth_group_script’ in something not a structure or union
mod_wsgi.c:6280: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6283: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_user_authoritative’:
mod_wsgi.c:6286: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6286: error: invalid operands to binary *
mod_wsgi.c:6287: error: syntax error before ‘)’ token
mod_wsgi.c:6289: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6290: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6292: error: request for member ‘user_authoritative’ in something not a structure or union
mod_wsgi.c:6296: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6299: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_set_group_authoritative’:
mod_wsgi.c:6302: error: ‘dconfig’ undeclared (first use in this function)
mod_wsgi.c:6302: error: invalid operands to binary *
mod_wsgi.c:6303: error: syntax error before ‘)’ token
mod_wsgi.c:6305: error: ‘f’ undeclared (first use in this function)
mod_wsgi.c:6306: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6308: error: request for member ‘group_authoritative’ in something not a structure or union
mod_wsgi.c:6312: warning: return from incompatible pointer type
mod_wsgi.c: At top level:
mod_wsgi.c:6358: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_intercept’:
mod_wsgi.c:6360: error: invalid operands to binary *
mod_wsgi.c:6362: error: ‘aliases’ undeclared (first use in this function)
mod_wsgi.c:6362: error: invalid operands to binary *
mod_wsgi.c:6364: error: ‘entries’ undeclared (first use in this function)
mod_wsgi.c:6364: error: invalid operands to binary *
mod_wsgi.c:6365: error: ‘entry’ undeclared (first use in this function)
mod_wsgi.c:6365: error: invalid operands to binary *
mod_wsgi.c:6367: error: ‘ap_regmatch_t’ undeclared (first use in this function)
mod_wsgi.c:6367: error: syntax error before ‘matches’
mod_wsgi.c:6374: error: request for member ‘server’ in something not a structure or union
mod_wsgi.c:6374: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:6374: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6376: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6377: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:6377: warning: return makes integer from pointer without a cast
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6379: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6380: warning: return makes integer from pointer without a cast
mod_wsgi.c:6382: error: request for member ‘alias_list’ in something not a structure or union
mod_wsgi.c:6383: error: syntax error before ‘)’ token
mod_wsgi.c:6385: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6385: warning: comparison between pointer and integer
mod_wsgi.c:6390: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘regexp’ in something not a structure or union
mod_wsgi.c:6391: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6391: error: ‘AP_MAX_REG_MATCH’ undeclared (first use in this function)
mod_wsgi.c:6392: error: ‘matches’ undeclared (first use in this function)
mod_wsgi.c:6393: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6394: error: request for member ‘rm_eo’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6396: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6396: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6397: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6397: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6398: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6399: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6403: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6404: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6404: warning: passing argument 1 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6404: warning: passing argument 2 of ‘wsgi_alias_matches’ from incompatible pointer type
mod_wsgi.c:6406: error: request for member ‘location’ in something not a structure or union
mod_wsgi.c:6407: error: request for member ‘application’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6412: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6413: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6416: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6417: error: request for member ‘uri’ in something not a structure or union
mod_wsgi.c:6420: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:6421: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:6423: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6423: warning: return makes integer from pointer without a cast
mod_wsgi.c:6427: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:6432: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_log_script_error’:
mod_wsgi.c:6437: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:6439: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6439: error: ‘e’ undeclared (first use in this function)
mod_wsgi.c:6439: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6441: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6441: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6441: error: invalid operands to binary |
mod_wsgi.c: At top level:
mod_wsgi.c:6444: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_build_environment’:
mod_wsgi.c:6446: error: invalid operands to binary *
mod_wsgi.c:6452: error: ‘conn_rec’ undeclared (first use in this function)
mod_wsgi.c:6452: error: ‘c’ undeclared (first use in this function)
mod_wsgi.c:6452: error: invalid operands to binary *
mod_wsgi.c:6452: error: request for member ‘connection’ in something not a structure or union
mod_wsgi.c:6456: error: syntax error before ‘)’ token
mod_wsgi.c:6485: error: request for member ‘method_number’ in something not a structure or union
mod_wsgi.c:6485: error: ‘M_GET’ undeclared (first use in this function)
mod_wsgi.c:6485: error: request for member ‘header_only’ in something not a structure or union
mod_wsgi.c:6486: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6511: error: request for member ‘pass_authorization’ in something not a structure or union
mod_wsgi.c:6512: error: request for member ‘headers_in’ in something not a structure or union
mod_wsgi.c:6512: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6514: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6519: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6521: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6535: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6540: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6540: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6542: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6545: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6550: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6550: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6552: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6564: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6565: error: request for member ‘process_group’ in something not a structure or union
mod_wsgi.c:6566: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6567: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6568: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6569: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6571: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6572: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6573: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6574: error: request for member ‘reload_mechanism’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6585: error: syntax error before ‘PyObject_HEAD’
mod_wsgi.c:6585: warning: no semicolon at end of struct or union
mod_wsgi.c:6587: warning: data definition has no type or storage class
mod_wsgi.c:6588: error: syntax error before ‘*’ token
mod_wsgi.c:6588: warning: built-in function ‘log’ declared as non-function
mod_wsgi.c:6588: warning: data definition has no type or storage class
mod_wsgi.c:6589: error: syntax error before ‘}’ token
mod_wsgi.c:6589: warning: data definition has no type or storage class
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c:6591: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘newDispatchObject’:
mod_wsgi.c:6594: error: invalid operands to binary *
mod_wsgi.c:6600: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6602: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6604: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6609: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_dealloc’:
mod_wsgi.c:6611: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c:6616: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘Dispatch_environ’:
mod_wsgi.c:6618: error: ‘request_rec’ undeclared (first use in this function)
mod_wsgi.c:6618: error: invalid operands to binary *
mod_wsgi.c:6620: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6620: error: invalid operands to binary *
mod_wsgi.c:6621: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6621: error: invalid operands to binary *
mod_wsgi.c:6623: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6623: error: syntax error before ‘*’ token
mod_wsgi.c:6624: error: nested functions are disabled, use -fnested-functions to re-enable
mod_wsgi.c:6624: error: syntax error before ‘*’ token
mod_wsgi.c:6634: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:6636: error: ‘head’ undeclared (first use in this function)
mod_wsgi.c:6636: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6637: error: ‘elts’ undeclared (first use in this function)
mod_wsgi.c:6637: error: syntax error before ‘)’ token
mod_wsgi.c:6639: error: request for member ‘nelts’ in something not a structure or union
mod_wsgi.c:6639: warning: comparison between pointer and integer
mod_wsgi.c:6640: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6641: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6642: error: request for member ‘val’ in something not a structure or union
mod_wsgi.c:6643: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6647: error: request for member ‘key’ in something not a structure or union
mod_wsgi.c:6662: error: ‘group’ undeclared (first use in this function)
mod_wsgi.c:6673: error: syntax error before ‘)’ token
mod_wsgi.c:6681: error: request for member ‘config’ in something not a structure or union
mod_wsgi.c:6681: error: request for member ‘apache_extensions’ in something not a structure or union
mod_wsgi.c:6682: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c: At top level:
mod_wsgi.c:6690: error: syntax error before ‘Dispatch_Type’
mod_wsgi.c:6694: error: initializer element is not constant
mod_wsgi.c:6694: error: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6694: error: syntax error before numeric constant
mod_wsgi.c:6695: warning: excess elements in scalar initializer
mod_wsgi.c:6695: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6696: warning: excess elements in scalar initializer
mod_wsgi.c:6696: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6697: warning: excess elements in scalar initializer
mod_wsgi.c:6697: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: warning: excess elements in scalar initializer
mod_wsgi.c:6699: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6699: error: syntax error before ‘Dispatch_dealloc’
mod_wsgi.c:6700: warning: excess elements in scalar initializer
mod_wsgi.c:6700: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6701: warning: excess elements in scalar initializer
mod_wsgi.c:6701: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6702: warning: excess elements in scalar initializer
mod_wsgi.c:6702: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6703: warning: excess elements in scalar initializer
mod_wsgi.c:6703: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6704: warning: excess elements in scalar initializer
mod_wsgi.c:6704: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6705: warning: excess elements in scalar initializer
mod_wsgi.c:6705: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6706: warning: excess elements in scalar initializer
mod_wsgi.c:6706: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6707: warning: excess elements in scalar initializer
mod_wsgi.c:6707: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6708: warning: excess elements in scalar initializer
mod_wsgi.c:6708: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6709: warning: excess elements in scalar initializer
mod_wsgi.c:6709: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6710: warning: excess elements in scalar initializer
mod_wsgi.c:6710: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6711: warning: excess elements in scalar initializer
mod_wsgi.c:6711: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6712: warning: excess elements in scalar initializer
mod_wsgi.c:6712: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6713: warning: excess elements in scalar initializer
mod_wsgi.c:6713: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6714: warning: excess elements in scalar initializer
mod_wsgi.c:6714: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6715: warning: excess elements in scalar initializer
mod_wsgi.c:6715: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6716: warning: excess elements in scalar initializer
mod_wsgi.c:6716: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6717: warning: excess elements in scalar initializer
mod_wsgi.c:6717: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6718: warning: excess elements in scalar initializer
mod_wsgi.c:6718: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6719: warning: excess elements in scalar initializer
mod_wsgi.c:6719: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6720: warning: excess elements in scalar initializer
mod_wsgi.c:6720: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6721: warning: excess elements in scalar initializer
mod_wsgi.c:6721: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6722: warning: excess elements in scalar initializer
mod_wsgi.c:6722: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6723: warning: excess elements in scalar initializer
mod_wsgi.c:6723: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6724: warning: excess elements in scalar initializer
mod_wsgi.c:6724: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6725: warning: excess elements in scalar initializer
mod_wsgi.c:6725: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6726: warning: excess elements in scalar initializer
mod_wsgi.c:6726: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6727: warning: excess elements in scalar initializer
mod_wsgi.c:6727: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6728: warning: excess elements in scalar initializer
mod_wsgi.c:6728: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6729: warning: excess elements in scalar initializer
mod_wsgi.c:6729: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6730: warning: excess elements in scalar initializer
mod_wsgi.c:6730: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6731: warning: excess elements in scalar initializer
mod_wsgi.c:6731: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6732: warning: excess elements in scalar initializer
mod_wsgi.c:6732: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6733: warning: excess elements in scalar initializer
mod_wsgi.c:6733: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6734: warning: excess elements in scalar initializer
mod_wsgi.c:6734: warning: (near initialization for ‘Dispatch_Type’)
mod_wsgi.c:6735: warning: data definition has no type or storage class
mod_wsgi.c:6737: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_execute_dispatch’:
mod_wsgi.c:6739: error: invalid operands to binary *
mod_wsgi.c:6741: error: invalid operands to binary *
mod_wsgi.c:6742: error: ‘modules’ undeclared (first use in this function)
mod_wsgi.c:6742: error: invalid operands to binary *
mod_wsgi.c:6743: error: ‘module’ undeclared (first use in this function)
mod_wsgi.c:6743: error: invalid operands to binary *
mod_wsgi.c:6754: error: syntax error before ‘)’ token
mod_wsgi.c:6757: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6758: error: ‘APLOG_MARK’ undeclared (first use in this function)
mod_wsgi.c:6758: error: ‘APLOG_NOERRNO’ undeclared (first use in this function)
mod_wsgi.c:6758: error: invalid operands to binary |
mod_wsgi.c:6762: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:6762: warning: return makes integer from pointer without a cast
mod_wsgi.c:6770: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6770: error: request for member ‘handler_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:6771: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6776: error: ‘APLOG_CRIT’ undeclared (first use in this function)
mod_wsgi.c:6776: error: invalid operands to binary |
mod_wsgi.c:6780: warning: return makes integer from pointer without a cast
mod_wsgi.c:6785: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6814: error: request for member ‘script_reloading’ in something not a structure or union
mod_wsgi.c:6815: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6834: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6845: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:6850: error: ‘module_dict’ undeclared (first use in this function)
mod_wsgi.c:6850: error: invalid operands to binary *
mod_wsgi.c:6851: error: ‘object’ undeclared (first use in this function)
mod_wsgi.c:6851: error: invalid operands to binary *
mod_wsgi.c:6852: error: ‘adapter’ undeclared (first use in this function)
mod_wsgi.c:6852: error: invalid operands to binary *
mod_wsgi.c:6859: error: ‘vars’ undeclared (first use in this function)
mod_wsgi.c:6859: error: invalid operands to binary *
mod_wsgi.c:6860: error: invalid operands to binary *
mod_wsgi.c:6916: warning: comparison between pointer and integer
mod_wsgi.c:6920: error: invalid operands to binary *
mod_wsgi.c:6930: warning: comparison between pointer and integer
mod_wsgi.c:6934: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6935: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6935: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6937: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6939: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6941: error: request for member ‘application_group’ in something not a structure or union
mod_wsgi.c:6944: error: ‘PyExc_TypeError’ undeclared (first use in this function)
mod_wsgi.c:6965: warning: comparison between pointer and integer
mod_wsgi.c:6969: error: invalid operands to binary *
mod_wsgi.c:6979: warning: comparison between pointer and integer
mod_wsgi.c:6983: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6984: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:6984: warning: assignment makes pointer from integer without a cast
mod_wsgi.c:6986: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:6988: error: request for member ‘subprocess_env’ in something not a structure or union
mod_wsgi.c:6990: error: request for member ‘callable_object’ in something not a structure or union
mod_wsgi.c:7020: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:7031: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7035: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7035: error: request for member ‘r’ in something not a structure or union
mod_wsgi.c:7036: error: request for member ‘log’ in something not a structure or union
mod_wsgi.c:7036: error: request for member ‘expired’ in something not a structure or union
mod_wsgi.c:7038: error: syntax error before ‘)’ token
mod_wsgi.c:7043: error: invalid operands to binary *
mod_wsgi.c: At top level:
mod_wsgi.c:7062: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_is_script_aliased’:
mod_wsgi.c:7066: error: request for member ‘notes’ in something not a structure or union
mod_wsgi.c:7066: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:7074: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_handler’:
mod_wsgi.c:7079: error: invalid operands to binary *
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7088: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7089: error: request for member ‘handler’ in something not a structure or union
mod_wsgi.c:7090: error: ‘DECLINED’ undeclared (first use in this function)
mod_wsgi.c:7090: warning: return makes integer from pointer without a cast
mod_wsgi.c:7101: error: ‘OPT_EXECCGI’ undeclared (first use in this function)
mod_wsgi.c:7101: error: invalid operands to binary &
mod_wsgi.c:7103: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7104: error: ‘HTTP_FORBIDDEN’ undeclared (first use in this function)
mod_wsgi.c:7104: warning: return makes integer from pointer without a cast
mod_wsgi.c:7110: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:7110: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7112: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7113: error: ‘HTTP_NOT_FOUND’ undeclared (first use in this function)
mod_wsgi.c:7113: warning: return makes integer from pointer without a cast
mod_wsgi.c:7124: error: request for member ‘finfo’ in something not a structure or union
mod_wsgi.c:7124: error: request for member ‘st_mode’ in something not a structure or union
mod_wsgi.c:7126: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7127: warning: return makes integer from pointer without a cast
mod_wsgi.c:7143:29: error: missing binary operator before token "("
mod_wsgi.c:7161: error: ‘REQUEST_CHUNKED_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7163: error: ‘OK’ undeclared (first use in this function)
mod_wsgi.c:7163: warning: comparison between pointer and integer
mod_wsgi.c:7179: error: request for member ‘remaining’ in something not a structure or union
mod_wsgi.c:7179: warning: comparison between pointer and integer
mod_wsgi.c:7181: warning: return makes integer from pointer without a cast
mod_wsgi.c:7190: error: request for member ‘pool’ in something not a structure or union
mod_wsgi.c:7192: error: request for member ‘request_config’ in something not a structure or union
mod_wsgi.c:7205: error: request for member ‘dispatch_script’ in something not a structure or union
mod_wsgi.c:7208: warning: comparison between pointer and integer
mod_wsgi.c:7230: error: request for member ‘restrict_embedded’ in something not a structure or union
mod_wsgi.c:7230: warning: comparison between pointer and integer
mod_wsgi.c:7232: error: request for member ‘filename’ in something not a structure or union
mod_wsgi.c:7233: error: ‘HTTP_INTERNAL_SERVER_ERROR’ undeclared (first use in this function)
mod_wsgi.c:7233: warning: return makes integer from pointer without a cast
mod_wsgi.c: At top level:
mod_wsgi.c:7245: error: syntax error before ‘*’ token
mod_wsgi.c: In function ‘wsgi_hook_init’:
mod_wsgi.c:7251: warning: incompatible implicit declaration of built-in function ‘sprintf’
mod_wsgi.c:7257: warning: assignment from incompatible pointer type
mod_wsgi.c:7270: error: request for member ‘module_config’ in something not a structure or union
mod_wsgi.c:7270: warning: assignment makes pointer from integer without a cast
i_handlers[0]’)
mod_wsgi.c:7285: warning: braces around scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7285: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7285: error: initializer element is not computable at load time
mod_wsgi.c:7285: error: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7285: warning: excess elements in scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7286: warning: braces around scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7286: warning: excess elements in scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7287: warning: data definition has no type or storage class
mod_wsgi.c:7289: error: syntax error before ‘wsgi_commands’
mod_wsgi.c:7291: warning: braces around scalar initializer
mod_wsgi.c:7291: warmod_wsgi.c: At top level:
mod_wsgi.c:7277: error: syntax error before ‘*’ token
mod_wsgi.c:7283: error: syntax error before ‘wsgi_handlers’
mod_wsgi.c:7284: warning: braces around scalar initializer
mod_wsgi.c:7284: warning: (near initialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7284: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7284: warning: excess elements in scalar initializer
mod_wsgi.c:7284: warning: (near initialization for ‘wsgi_handlers[0]’)
mod_wsgi.c:7285: warning: braces around scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7285: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7285: warning: excess elements in scalar initializer
mod_wsgi.c:7285: warning: (near initialization for ‘wsgi_handlers[1]’)
mod_wsgi.c:7286: warning: braces around scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7286: warning: excess elements in scalar initializer
mod_wsgi.c:7286: warning: (near initialization for ‘wsgi_handlers[2]’)
mod_wsgi.c:7287: warning: data definition has no type or storage class
mod_wsgi.c:7289: error: syntax error before ‘wsgi_commands’
mod_wsgi.c:7291: warning: braces around scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7291: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: error: ‘RSRC_CONF’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: error: ‘TAKE2’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7293: warning: braces around scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7296: warning: braces around scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7296: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7296: warning: excess elements in scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7296: warning: excess elements in scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: error: ‘TAKE1’ undeclared here (not in a function)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7298: warning: braces around scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7300: warning: braces around scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7302: warning: braces around scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7305: warning: braces around scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7305: warning: excess elements in scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: excess elements in scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7307: warning: braces around scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7309: warning: braces around scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7311: warning: braces around scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7314: warning: braces around scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
ning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7317: warning: braces around scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7317: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: error: ‘ACCESS_CONF’ undeclared here (not in a function)
mod_wsgi.c:7318: error: invalid operands to binary |
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializermod_wsgi.c:7291: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7291: error: initializer element is not computable at load time
mod_wsgi.c:7319: warning: braces around scalar initializermod_wsgi.c:7291: error: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7319: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7291: warning: excess elements in scalar initializer
mo(near initialization for ‘wsgi_commands[13]’)d_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: error: ‘OR_FILEINFO’ undeclared here (not in a function)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7322: warning: braces around scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: error: ‘RAW_ARGS’ undeclared here (not in a function)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7324: warning: braces around scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: error: invalid operands to binary |
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7327: warning: braces around scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: error: invalid operands to binary |
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7329: warning: braces around scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7331: warning: braces around scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7333: warning: braces around scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7336: warning: braces around scalar initializer
mod_wsgi.c:7336: warning: (near initialization for ‘wsgi_commands[19]’)
mod_wsgi.c:7337: warning: data definition has no type or storage class
mod_wsgi.c:7341: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:7342: error: ‘STANDARD_MODULE_STUFF’ undeclared here (not in a function)
mod_wsgi.c:7343: warning: excess elements in scalar initializer
mod_wsgi.c:7343: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7344: warning: excess elements in scalar initializer
mod_wsgi.c:7344: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7345: warning: excess elements in scalar initializer
mod_wsgi.c:7345: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7346: warning: excess elements in scalar initializer
mod_wsgi.c:7346: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7347: warning: excess elements in scalar initializer
mod_wsgi.c:7347: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7348: warning: excess elements in scalar initializer
mod_wsgi.c:7348: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7349: warning: excess elements in scalar initializer
mod_wsgi.c:7349: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7350: warning: excess elements in scalar initializer
mod_wsgi.c:7350: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7351: warning: excess elements in scalar initializer
mod_wsgi.c:7351: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7352: warning: excess elements in scalar initializer
mod_wsgi.c:7352: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7353: warning: excess elements in scalar initializer
mod_wsgi.c:7353: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7354: warning: excess elements in scalar initializer
mod_wsgi.c:7354: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7355: warning: excess elements in scalar initializer
mod_wsgi.c:7355: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7356: warning: excess elements in scalar initializer
mod_wsgi.c:7356: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7357: warning: excess elements in scalar initializer
mod_wsgi.c:7357: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7358: warning: excess elements in scalar initializer
mod_wsgi.c:7358: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7359: warning: excess elements in scalar initializer
mod_wsgi.c:7359: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: excess elements in scalar initializer
mod_wsgi.c:7367: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: data definition has no type or storage class
mod_wsgi.c:7291: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: error: ‘RSRC_CONF’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: error: ‘TAKE2’ undeclared here (not in a function)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7292: warning: excess elements in scalar initializer
mod_wsgi.c:7292: warning: (near initialization for ‘wsgi_commands[0]’)
mod_wsgi.c:7293: warning: braces around scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7293: error: initializer element is not computable at load time
mod_wsgi.c:7293: error: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7293: warning: excess elements in scalar initializer
mod_wsgi.c:7293: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7294: warning: excess elements in scalar initializer
mod_wsgi.c:7294: warning: (near initialization for ‘wsgi_commands[1]’)
mod_wsgi.c:7296: warning: braces around scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7296: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7296: error: initializer element is not computable at load time
mod_wsgi.c:7296: error: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7296: warning: excess elements in scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7296: warning: excess elements in scalar initializer
mod_wsgi.c:7296: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: error: ‘TAKE1’ undeclared here (not in a function)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7297: warning: excess elements in scalar initializer
mod_wsgi.c:7297: warning: (near initialization for ‘wsgi_commands[2]’)
mod_wsgi.c:7298: warning: braces around scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7298: error: initializer element is not computable at load time
mod_wsgi.c:7298: error: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7298: warning: excess elements in scalar initializer
mod_wsgi.c:7298: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7299: warning: excess elements in scalar initializer
mod_wsgi.c:7299: warning: (near initialization for ‘wsgi_commands[3]’)
mod_wsgi.c:7300: warning: braces around scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7300: error: initializer element is not computable at load time
mod_wsgi.c:7300: error: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7300: warning: excess elements in scalar initializer
mod_wsgi.c:7300: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7301: warning: excess elements in scalar initializer
mod_wsgi.c:7301: warning: (near initialization for ‘wsgi_commands[4]’)
mod_wsgi.c:7302: warning: braces around scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7302: error: initializer element is not computable at load time
mod_wsgi.c:7302: error: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7302: warning: excess elements in scalar initializer
mod_wsgi.c:7302: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7303: warning: excess elements in scalar initializer
mod_wsgi.c:7303: warning: (near initialization for ‘wsgi_commands[5]’)
mod_wsgi.c:7305: warning: braces around scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7305: error: initializer element is not computable at load time
mod_wsgi.c:7305: error: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: excess elements in scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7305: warning: excess elements in scalar initializer
mod_wsgi.c:7305: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7306: warning: excess elements in scalar initializer
mod_wsgi.c:7306: warning: (near initialization for ‘wsgi_commands[6]’)
mod_wsgi.c:7307: warning: braces around scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7307: error: initializer element is not computable at load time
mod_wsgi.c:7307: error: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7307: warning: excess elements in scalar initializer
mod_wsgi.c:7307: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7308: warning: excess elements in scalar initializer
mod_wsgi.c:7308: warning: (near initialization for ‘wsgi_commands[7]’)
mod_wsgi.c:7309: warning: braces around scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7309: error: initializer element is not computable at load time
mod_wsgi.c:7309: error: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7309: warning: excess elements in scalar initializer
mod_wsgi.c:7309: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7310: warning: excess elements in scalar initializer
mod_wsgi.c:7310: warning: (near initialization for ‘wsgi_commands[8]’)
mod_wsgi.c:7311: warning: braces around scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7311: error: initializer element is not computable at load time
mod_wsgi.c:7311: error: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7311: warning: excess elements in scalar initializer
mod_wsgi.c:7311: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7312: warning: excess elements in scalar initializer
mod_wsgi.c:7312: warning: (near initialization for ‘wsgi_commands[9]’)
mod_wsgi.c:7314: warning: braces around scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7314: error: initializer element is not computable at load time
mod_wsgi.c:7314: error: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7314: warning: excess elements in scalar initializer
mod_wsgi.c:7314: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7315: warning: excess elements in scalar initializer
mod_wsgi.c:7315: warning: (near initialization for ‘wsgi_commands[10]’)
mod_wsgi.c:7317: warning: braces around scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7317: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7317: error: initializer element is not computable at load time
mod_wsgi.c:7317: error: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7317: warning: excess elements in scalar initializer
mod_wsgi.c:7317: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: error: ‘ACCESS_CONF’ undeclared here (not in a function)
mod_wsgi.c:7318: error: invalid operands to binary |
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7318: warning: excess elements in scalar initializer
mod_wsgi.c:7318: warning: (near initialization for ‘wsgi_commands[11]’)
mod_wsgi.c:7319: warning: braces around scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7319: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7319: error: initializer element is not computable at load time
mod_wsgi.c:7319: error: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7319: warning: excess elements in scalar initializer
mod_wsgi.c:7319: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: error: ‘OR_FILEINFO’ undeclared here (not in a function)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7320: warning: excess elements in scalar initializer
mod_wsgi.c:7320: warning: (near initialization for ‘wsgi_commands[12]’)
mod_wsgi.c:7322: warning: braces around scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7322: error: initializer element is not computable at load time
mod_wsgi.c:7322: error: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7322: warning: excess elements in scalar initializer
mod_wsgi.c:7322: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: error: ‘RAW_ARGS’ undeclared here (not in a function)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7324: warning: braces around scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7324: error: initializer element is not computable at load time
mod_wsgi.c:7324: error: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: error: invalid operands to binary |
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7327: warning: braces around scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7327: error: initializer element is not computable at load time
mod_wsgi.c:7327: error: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: error: invalid operands to binary |
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7329: warning: braces around scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7329: error: initializer element is not computable at load time
mod_wsgi.c:7329: error: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7331: warning: braces around scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7331: error: initializer element is not computable at load time
mod_wsgi.c:7331: error: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7333: warning: braces around scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7333: error: initializer element is not computable at load time
mod_wsgi.c:7333: error: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7336: warning: braces around scalar initializer
mod_wsgi.c:7336: warning: (near initialization for ‘wsgi_commands[19]’)
mod_wsgi.c:7337: warning: data definition has no type or storage class
mod_wsgi.c:7341: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:7342: error: ‘STANDARD_MODULE_STUFF’ undeclared here (not in a function)
mod_wsgi.c:7343: warning: excess elements in scalar initializer
mod_wsgi.c:7343: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7344: warning: excess elements in scalar initializer
mod_wsgi.c:7344: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7345: warning: excess elements in scalar initializer
mod_wsgi.c:7345: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7346: warning: excess elements in scalar initializer
mod_wsgi.c:7346: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7347: warning: excess elements in scalar initializer
mod_wsgi.c:7323: error: ‘RAW_ARGS’ undeclared here (not in a function)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7323: warning: excess elements in scalar initializer
mod_wsgi.c:7323: warning: (near initialization for ‘wsgi_commands[13]’)
mod_wsgi.c:7347: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7324: warning: braces around scalar initializermod_wsgi.c:7348: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)mod_wsgi.c:7348: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7349: warning: excess elements in scalar initializer
mod_wsgi.c:7349: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7324: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7350: warning: excess elements in scalar initializer
mod_wsgi.c:7350: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7351: warning: excess elements in scalar initializer
mod_wsgi.c:7351: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7352: warning: excess elements in scalar initializer
mod_wsgi.c:7352: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7353: warning: excess elements in scalar initializer
mod_wsgi.c:7353: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7354: warning: excess elements in scalar initializer
mod_wsgi.c:7354: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7355: warning: excess elements in scalar initializer
mod_wsgi.c:7355: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7356: warning: excess elements in scalar initializer
mod_wsgi.c:7356: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7357: warning: excess elements in scalar initializer
mod_wsgi.c:7357: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7358: warning: excess elements in scalar initializer
mod_wsgi.c:7358: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7359: warning: excess elements in scalar initializer
mod_wsgi.c:7359: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: excess elements in scalar initializer
mod_wsgi.c:7367: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: data definition has no type or storage class
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7324: warning: excess elements in scalar initializer
mod_wsgi.c:7324: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: error: invalid operands to binary |
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7325: warning: excess elements in scalar initializer
mod_wsgi.c:7325: warning: (near initialization for ‘wsgi_commands[14]’)
mod_wsgi.c:7327: warning: braces around scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7327: warning: excess elements in scalar initializer
mod_wsgi.c:7327: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: error: invalid operands to binary |
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7328: warning: excess elements in scalar initializer
mod_wsgi.c:7328: warning: (near initialization for ‘wsgi_commands[15]’)
mod_wsgi.c:7329: warning: braces around scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7329: warning: excess elements in scalar initializer
mod_wsgi.c:7329: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7330: warning: excess elements in scalar initializer
mod_wsgi.c:7330: warning: (near initialization for ‘wsgi_commands[16]’)
mod_wsgi.c:7331: warning: braces around scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7331: warning: excess elements in scalar initializer
mod_wsgi.c:7331: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7332: warning: excess elements in scalar initializer
mod_wsgi.c:7332: warning: (near initialization for ‘wsgi_commands[17]’)
mod_wsgi.c:7333: warning: braces around scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: initialization makes integer from pointer without a cast
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7333: warning: excess elements in scalar initializer
mod_wsgi.c:7333: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7334: warning: excess elements in scalar initializer
mod_wsgi.c:7334: warning: (near initialization for ‘wsgi_commands[18]’)
mod_wsgi.c:7336: warning: braces around scalar initializer
mod_wsgi.c:7336: warning: (near initialization for ‘wsgi_commands[19]’)
mod_wsgi.c:7337: warning: data definition has no type or storage class
mod_wsgi.c:7341: error: syntax error before ‘MODULE_VAR_EXPORT’
mod_wsgi.c:7342: error: ‘STANDARD_MODULE_STUFF’ undeclared here (not in a function)
mod_wsgi.c:7343: warning: excess elements in scalar initializer
mod_wsgi.c:7343: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7344: warning: excess elements in scalar initializer
mod_wsgi.c:7344: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7345: warning: excess elements in scalar initializer
mod_wsgi.c:7345: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7346: warning: excess elements in scalar initializer
mod_wsgi.c:7346: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7347: warning: excess elements in scalar initializer
mod_wsgi.c:7347: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7348: warning: excess elements in scalar initializer
mod_wsgi.c:7348: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7349: warning: excess elements in scalar initializer
mod_wsgi.c:7349: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7350: warning: excess elements in scalar initializer
mod_wsgi.c:7350: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7351: warning: excess elements in scalar initializer
mod_wsgi.c:7351: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7352: warning: excess elements in scalar initializer
mod_wsgi.c:7352: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7353: warning: excess elements in scalar initializer
mod_wsgi.c:7353: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7354: warning: excess elements in scalar initializer
mod_wsgi.c:7354: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7355: warning: excess elements in scalar initializer
mod_wsgi.c:7355: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7356: warning: excess elements in scalar initializer
mod_wsgi.c:7356: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7357: warning: excess elements in scalar initializer
mod_wsgi.c:7357: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7358: warning: excess elements in scalar initializer
mod_wsgi.c:7358: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7359: warning: excess elements in scalar initializer
mod_wsgi.c:7359: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: excess elements in scalar initializer
mod_wsgi.c:7367: warning: (near initialization for ‘wsgi_module’)
mod_wsgi.c:7367: warning: data definition has no type or storage class
lipo: can't figure out the architecture type of: /var/folders/y4/y4nm62R-HhK51sW2AHk-Y++++TI/-Tmp-//ccJLvmHt.out
apxs:Error: Command failed with rc=65536
.
make: *** [mod_wsgi.la] Error 1
andrey-fedorovs-macbook-pro:mod_wsgi-2.5 fedorov$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment