-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Piotras wrote: | Note , that --with-apxs2 option doesn't mean that You need to have apxs | binary named apxs2. It only allows configure script to recognize which | Apache module You would like to build. If any of binary was not found in | Your system path , use paths in parameters with apxs and apr-config included. | | ./mkall --with-apxs2=/full/path/to/apxs - --with-apr-config=/full/path/to/apr-config | " |
No luck with that either, not that the plan using binaries and just overwriting the core worked that well (it loaded the modules but for some reason didn't work) either...
Maybe I'll downgrade to Apache 1.3, I don't have much more time to spend on figuring out why Apache2 isn't behaving.
- ----------<snip>--------- [EMAIL PROTECTED] php4]# ./mkall --with-apxs2=/usr/sbin/apxs - --with-apr-config=/usr/bin/apr-config find . -name \*.lo | xargs rm -f find . -name \*.o | xargs rm -f find . -name \*.la | xargs rm -f find . -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf rm -f libphp4.la modules/* libs/* rm -f config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f find . -name Makefile | xargs rm -f configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG ~ run info '(automake)Extending aclocal' ~ or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR configure.in:33: warning: underquoted definition of PHP_EXT_DIR configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C /usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS /usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG /usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB Configuring for: ~ PHP Api Version: 20020918 ~ Zend Module Api No: 20020429 ~ Zend Extension Api No: 20021010 checking build system type... i686-redhat-linux-gnu checking host system type... i686-redhat-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php -I/usr/include/php/main - -I/usr/include/php/Zend -I/usr/include/php/TSRM checking for PHP extension directory... /usr/lib/php4 checking for re2c... exit 0; checking for gawk... gawk checking for midgard support... yes, shared checking for midgard-config... /usr/local/bin/midgard-config no checking for apxs... /usr/sbin/apxs checking whether to compile for old mod_midgard (non-MMP, activated by default)... no checking whether to keep depracated features... no checking for midgard experimental functions support... no checking whether to include profiling calls... no ~ ======================== IMPORTANT ========================= ~ If this is the first time you're installing Midgard, or you have ~ recently upgraded PHP, make sure to check your php.ini to verify ~ that extension_dir at least includes ~ /usr/lib/php4 ~ ================================================================ checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes configure: creating ./config.status config.status: creating config.h /bin/sh /home/nemein/midgard/src/apis/php4/libtool --mode=compile gcc - -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -prefer-pic -c /home/nemein/midgard/src/apis/php4/mgd_errno.c -o mgd_errno.lo mkdir .libs ~ gcc -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -c /home/nemein/midgard/src/apis/php4/mgd_errno.c -fPIC -DPIC -o .libs/mgd_errno.o /bin/sh /home/nemein/midgard/src/apis/php4/libtool --mode=compile gcc - -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -prefer-pic -c /home/nemein/midgard/src/apis/php4/midgard.c -o midgard.lo ~ gcc -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -c /home/nemein/midgard/src/apis/php4/midgard.c -fPIC -DPIC -o .libs/midgard.o In file included from /usr/include/httpd/httpd.h:29, ~ from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/ap_config.h:19:17: apr.h: No such file or directory /usr/include/httpd/ap_config.h:20:23: apr_hooks.h: No such file or directory /usr/include/httpd/ap_config.h:21:32: apr_optional_hooks.h: No such file or directory In file included from /usr/include/httpd/ap_config.h:228, ~ from /usr/include/httpd/httpd.h:29, ~ from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/os.h:19:17: apr.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/httpd.h:34:25: apr_general.h: No such file or directory /usr/include/httpd/httpd.h:35:24: apr_tables.h: No such file or directory /usr/include/httpd/httpd.h:36:23: apr_pools.h: No such file or directory /usr/include/httpd/httpd.h:37:22: apr_time.h: No such file or directory /usr/include/httpd/httpd.h:38:28: apr_network_io.h: No such file or directory /usr/include/httpd/httpd.h:39:25: apr_buckets.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/httpd.h:391: error: syntax error before '*' token /usr/include/httpd/httpd.h:551: error: syntax error before "apr_int64_t" /usr/include/httpd/httpd.h:554: error: syntax error before '}' token /usr/include/httpd/httpd.h:665:21: apr_uri.h: No such file or directory /usr/include/httpd/httpd.h:670: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:679: error: syntax error before '}' token /usr/include/httpd/httpd.h:684: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:721: error: syntax error before "request_time" /usr/include/httpd/httpd.h:757: error: syntax error before "allowed" /usr/include/httpd/httpd.h:759: error: syntax error before '*' token /usr/include/httpd/httpd.h:764: error: syntax error before "sent_bodyct" /usr/include/httpd/httpd.h:766: error: syntax error before "bytes_sent" /usr/include/httpd/httpd.h:768: error: syntax error before "mtime" /usr/include/httpd/httpd.h:777: error: syntax error before "clength" /usr/include/httpd/httpd.h:780: error: syntax error before "remaining" /usr/include/httpd/httpd.h:782: error: syntax error before "read_length" /usr/include/httpd/httpd.h:805: error: syntax error before '*' token /usr/include/httpd/httpd.h:807: error: syntax error before '*' token /usr/include/httpd/httpd.h:810: error: syntax error before '*' token /usr/include/httpd/httpd.h:812: error: syntax error before '*' token /usr/include/httpd/httpd.h:814: error: syntax error before '*' token /usr/include/httpd/httpd.h:828: error: syntax error before '*' token /usr/include/httpd/httpd.h:861: error: syntax error before "finfo" /usr/include/httpd/httpd.h:863: error: syntax error before "parsed_uri" /usr/include/httpd/httpd.h:913: error: syntax error before '}' token /usr/include/httpd/httpd.h:941: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:949: error: syntax error before '*' token /usr/include/httpd/httpd.h:951: error: syntax error before '*' token /usr/include/httpd/httpd.h:964: error: syntax error before ':' token /usr/include/httpd/httpd.h:972: error: syntax error before ':' token /usr/include/httpd/httpd.h:988: error: syntax error before '*' token /usr/include/httpd/httpd.h:997: error: syntax error before '}' token /usr/include/httpd/httpd.h:1014: error: syntax error before "apr_sockaddr_t" /usr/include/httpd/httpd.h:1019: error: syntax error before '}' token /usr/include/httpd/httpd.h:1040: error: syntax error before "apr_port_t" /usr/include/httpd/httpd.h:1047: error: syntax error before '*' token /usr/include/httpd/httpd.h:1066: error: syntax error before "timeout" /usr/include/httpd/httpd.h:1068: error: syntax error before "keep_alive_timeout" /usr/include/httpd/httpd.h:1080: error: syntax error before '*' token /usr/include/httpd/httpd.h:1082: error: syntax error before '*' token /usr/include/httpd/httpd.h:1090: error: syntax error before '}' token /usr/include/httpd/httpd.h:1093: error: syntax error before "apr_bucket_brigade" /usr/include/httpd/httpd.h:1097: error: syntax error before '}' token /usr/include/httpd/httpd.h:1100: error: syntax error before "apr_bucket_brigade" /usr/include/httpd/httpd.h:1105: error: syntax error before "apr_socket_t" /usr/include/httpd/httpd.h:1110: error: syntax error before '*' token /usr/include/httpd/httpd.h:1111: error: syntax error before '*' token /usr/include/httpd/httpd.h:1112: error: syntax error before '}' token /usr/include/httpd/httpd.h:1121: error: syntax error before '*' token /usr/include/httpd/httpd.h:1131: error: syntax error before '*' token /usr/include/httpd/httpd.h:1144: error: syntax error before '*' token /usr/include/httpd/httpd.h:1153: error: syntax error before '*' token /usr/include/httpd/httpd.h:1162: error: syntax error before '*' token /usr/include/httpd/httpd.h:1171: error: syntax error before '*' token /usr/include/httpd/httpd.h:1181: error: syntax error before '*' token /usr/include/httpd/httpd.h:1192: error: syntax error before '*' token /usr/include/httpd/httpd.h:1200: error: syntax error before '*' token /usr/include/httpd/httpd.h:1208: error: syntax error before '*' token /usr/include/httpd/httpd.h:1219: error: syntax error before '*' token /usr/include/httpd/httpd.h:1242: error: syntax error before '*' token /usr/include/httpd/httpd.h:1252: error: syntax error before '*' token /usr/include/httpd/httpd.h:1264: error: syntax error before '*' token /usr/include/httpd/httpd.h:1273: error: syntax error before '*' token /usr/include/httpd/httpd.h:1282: error: syntax error before '*' token /usr/include/httpd/httpd.h:1322: error: syntax error before '*' token /usr/include/httpd/httpd.h:1331: error: syntax error before '*' token /usr/include/httpd/httpd.h:1341: error: syntax error before '*' token /usr/include/httpd/httpd.h:1349: error: syntax error before '*' token /usr/include/httpd/httpd.h:1358: error: syntax error before "ap_escape_errorlog_item" /usr/include/httpd/httpd.h:1359: error: syntax error before "apr_size_t" /usr/include/httpd/httpd.h:1369: error: syntax error before '*' token /usr/include/httpd/httpd.h:1377: error: syntax error before '*' token /usr/include/httpd/httpd.h:1406: error: syntax error before '*' token /usr/include/httpd/httpd.h:1420: error: syntax error before '*' token /usr/include/httpd/httpd.h:1430: error: syntax error before '*' token /usr/include/httpd/httpd.h:1481: error: syntax error before '*' token /usr/include/httpd/httpd.h:1489: error: syntax error before '*' token /usr/include/httpd/httpd.h:1504: error: syntax error before '*' token /usr/include/httpd/httpd.h:1512: error: syntax error before '*' token /usr/include/httpd/httpd.h:1550: error: syntax error before '*' token /usr/include/httpd/httpd.h:1590: error: syntax error before '*' token /usr/include/httpd/httpd.h:1599: error: syntax error before '*' token /usr/include/httpd/httpd.h:1607: error: syntax error before '*' token /usr/include/httpd/httpd.h:1619: error: syntax error before '*' token In file included from /usr/local/include/midgard/apache2.h:26, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/http_log.h:23:29: apr_thread_proc.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:26, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/http_log.h:100: error: syntax error before '*' token /usr/include/httpd/http_log.h:107: error: syntax error before "ap_replace_stderr_log" /usr/include/httpd/http_log.h:107: error: syntax error before '*' token /usr/include/httpd/http_log.h:119: error: syntax error before '*' token /usr/include/httpd/http_log.h:152: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:176: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:200: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:216: error: syntax error before '*' token /usr/include/httpd/http_log.h:224: error: syntax error before "ap_read_pid" /usr/include/httpd/http_log.h:224: error: syntax error before '*' token /usr/include/httpd/http_log.h:234: error: syntax error before "apr_pool_t" /usr/include/httpd/http_log.h:245: error: syntax error before '}' token /usr/include/httpd/http_log.h:254: error: syntax error before '*' token /usr/include/httpd/http_log.h:279: error: syntax error before "void" In file included from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/local/include/midgard/apache2.h:69: error: syntax error before "apr_table_t" /usr/local/include/midgard/apache2.h:79: error: syntax error before "apr_pool_t" /usr/local/include/midgard/apache2.h:104: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:104: error: conflicting types for `argv' /usr/include/httpd/httpd.h:676: error: previous declaration of `argv' /usr/local/include/midgard/apache2.h:106: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:107: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:116: error: syntax error before '}' token In file included from /home/nemein/midgard/src/apis/php4/midgard.c:25: /home/nemein/midgard/src/apis/php4/php_midgard.h:47: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/php_midgard.h:47: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/php_midgard.h:76: error: syntax error before "midgard_request_config" /home/nemein/midgard/src/apis/php4/php_midgard.h:76: warning: no semicolon at end of struct or union /home/nemein/midgard/src/apis/php4/php_midgard.h:79: error: `mgd_errno' redeclared as different kind of symbol /usr/local/include/midgard/midgard.h:162: error: previous declaration of `mgd_errno' /home/nemein/midgard/src/apis/php4/php_midgard.h:81: error: syntax error before '}' token /home/nemein/midgard/src/apis/php4/php_midgard.h:81: warning: data definition has no type or storage class In file included from /home/nemein/midgard/src/apis/php4/midgard.c:36: /usr/include/httpd/http_config.h:19:23: apr_hooks.h: No such file or directory In file included from /home/nemein/midgard/src/apis/php4/midgard.c:36: /usr/include/httpd/http_config.h:262: error: syntax error before "apr_int64_t" /usr/include/httpd/http_config.h:262: warning: no semicolon at end of struct or union /usr/include/httpd/http_config.h:264: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:274: error: syntax error before '*' token /usr/include/httpd/http_config.h:274: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:277: error: syntax error before '*' token /usr/include/httpd/http_config.h:277: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:286: error: conflicting types for `path' /usr/local/include/midgard/apache2.h:102: error: previous declaration of `path' /usr/include/httpd/http_config.h:294: error: syntax error before '}' token /usr/include/httpd/http_config.h:337: error: syntax error before '*' token /usr/include/httpd/http_config.h:345: error: syntax error before '*' token /usr/include/httpd/http_config.h:352: error: syntax error before '*' token /usr/include/httpd/http_config.h:360: error: syntax error before '*' token /usr/include/httpd/http_config.h:373: error: syntax error before '*' token /usr/include/httpd/http_config.h:537: error: syntax error before '*' token /usr/include/httpd/http_config.h:546: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:562: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:575: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:595: error: syntax error before "ap_pcfg_openfile" /usr/include/httpd/http_config.h:596: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:596: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:607: error: syntax error before '*' token /usr/include/httpd/http_config.h:610: error: `ap_pcfg_open_custom' declared as function returning a function /usr/include/httpd/http_config.h:611: error: syntax error before "void" /usr/include/httpd/http_config.h:657: error: syntax error before '*' token /usr/include/httpd/http_config.h:673: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:944: error: syntax error before "int" /home/nemein/midgard/src/apis/php4/midgard.c:39:24: apr_compat.h: No such file or directory /home/nemein/midgard/src/apis/php4/midgard.c:40:25: apr_strings.h: No such file or directory In file included from /home/nemein/midgard/src/apis/php4/midgard.c:46: /home/nemein/midgard/src/apis/php4/mgd_errno.h:21: error: syntax error before '}' token /home/nemein/midgard/src/apis/php4/mgd_errno.h:21: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: error: syntax error before "mgd_errno_codename" /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/midgard.c:79: error: syntax error before "midgard_globals" /home/nemein/midgard/src/apis/php4/midgard.c:79: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/midgard.c:458: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/midgard.c: In function `php_midgard_init_globals': /home/nemein/midgard/src/apis/php4/midgard.c:460: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:461: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:462: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:463: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c: In function `zm_activate_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:532: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:533: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:546: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:547: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:577: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:578: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:578: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:580: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: At top level: /home/nemein/midgard/src/apis/php4/midgard.c:680: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_rcfg': /home/nemein/midgard/src/apis/php4/midgard.c:683: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_dcfg': /home/nemein/midgard/src/apis/php4/midgard.c:689: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_req': /home/nemein/midgard/src/apis/php4/midgard.c:694: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c:694: error: (Each undeclared identifier is reported only once /home/nemein/midgard/src/apis/php4/midgard.c:694: error: for each function it appears in.) /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_handle': /home/nemein/midgard/src/apis/php4/midgard.c:701: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_set_errno': /home/nemein/midgard/src/apis/php4/midgard.c:707: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:708: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_reset_errno': /home/nemein/midgard/src/apis/php4/midgard.c:714: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_get_errno': /home/nemein/midgard/src/apis/php4/midgard.c:720: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_get_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:739: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_auth_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:845: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c:887: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:891: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:897: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c:899: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:901: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c:909: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_connect': /home/nemein/midgard/src/apis/php4/midgard.c:949: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:967: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_preparser_active': /home/nemein/midgard/src/apis/php4/midgard.c:998: error: request for member `preparser_active' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: At top level: /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: warning: array `mgd_errno_codename' assumed to have one element make: *** [midgard.lo] Error 1 /bin/sh /home/nemein/midgard/src/apis/php4/libtool --mode=compile gcc - -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -prefer-pic -c /home/nemein/midgard/src/apis/php4/midgard.c -o midgard.lo ~ gcc -I. -I/home/nemein/midgard/src/apis/php4 -DPHP_ATOM_INC - -I/home/nemein/midgard/src/apis/php4/include - -I/home/nemein/midgard/src/apis/php4/main - -I/home/nemein/midgard/src/apis/php4 -I/usr/include/php - -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM - -I/usr/include/httpd -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/usr/include/mysql -DHAVE_CONFIG_H -g -O2 -c /home/nemein/midgard/src/apis/php4/midgard.c -fPIC -DPIC -o .libs/midgard.o In file included from /usr/include/httpd/httpd.h:29, ~ from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/ap_config.h:19:17: apr.h: No such file or directory /usr/include/httpd/ap_config.h:20:23: apr_hooks.h: No such file or directory /usr/include/httpd/ap_config.h:21:32: apr_optional_hooks.h: No such file or directory In file included from /usr/include/httpd/ap_config.h:228, ~ from /usr/include/httpd/httpd.h:29, ~ from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/os.h:19:17: apr.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/httpd.h:34:25: apr_general.h: No such file or directory /usr/include/httpd/httpd.h:35:24: apr_tables.h: No such file or directory /usr/include/httpd/httpd.h:36:23: apr_pools.h: No such file or directory /usr/include/httpd/httpd.h:37:22: apr_time.h: No such file or directory /usr/include/httpd/httpd.h:38:28: apr_network_io.h: No such file or directory /usr/include/httpd/httpd.h:39:25: apr_buckets.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:25, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/httpd.h:391: error: syntax error before '*' token /usr/include/httpd/httpd.h:551: error: syntax error before "apr_int64_t" /usr/include/httpd/httpd.h:554: error: syntax error before '}' token /usr/include/httpd/httpd.h:665:21: apr_uri.h: No such file or directory /usr/include/httpd/httpd.h:670: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:679: error: syntax error before '}' token /usr/include/httpd/httpd.h:684: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:721: error: syntax error before "request_time" /usr/include/httpd/httpd.h:757: error: syntax error before "allowed" /usr/include/httpd/httpd.h:759: error: syntax error before '*' token /usr/include/httpd/httpd.h:764: error: syntax error before "sent_bodyct" /usr/include/httpd/httpd.h:766: error: syntax error before "bytes_sent" /usr/include/httpd/httpd.h:768: error: syntax error before "mtime" /usr/include/httpd/httpd.h:777: error: syntax error before "clength" /usr/include/httpd/httpd.h:780: error: syntax error before "remaining" /usr/include/httpd/httpd.h:782: error: syntax error before "read_length" /usr/include/httpd/httpd.h:805: error: syntax error before '*' token /usr/include/httpd/httpd.h:807: error: syntax error before '*' token /usr/include/httpd/httpd.h:810: error: syntax error before '*' token /usr/include/httpd/httpd.h:812: error: syntax error before '*' token /usr/include/httpd/httpd.h:814: error: syntax error before '*' token /usr/include/httpd/httpd.h:828: error: syntax error before '*' token /usr/include/httpd/httpd.h:861: error: syntax error before "finfo" /usr/include/httpd/httpd.h:863: error: syntax error before "parsed_uri" /usr/include/httpd/httpd.h:913: error: syntax error before '}' token /usr/include/httpd/httpd.h:941: error: syntax error before "apr_pool_t" /usr/include/httpd/httpd.h:949: error: syntax error before '*' token /usr/include/httpd/httpd.h:951: error: syntax error before '*' token /usr/include/httpd/httpd.h:964: error: syntax error before ':' token /usr/include/httpd/httpd.h:972: error: syntax error before ':' token /usr/include/httpd/httpd.h:988: error: syntax error before '*' token /usr/include/httpd/httpd.h:997: error: syntax error before '}' token /usr/include/httpd/httpd.h:1014: error: syntax error before "apr_sockaddr_t" /usr/include/httpd/httpd.h:1019: error: syntax error before '}' token /usr/include/httpd/httpd.h:1040: error: syntax error before "apr_port_t" /usr/include/httpd/httpd.h:1047: error: syntax error before '*' token /usr/include/httpd/httpd.h:1066: error: syntax error before "timeout" /usr/include/httpd/httpd.h:1068: error: syntax error before "keep_alive_timeout" /usr/include/httpd/httpd.h:1080: error: syntax error before '*' token /usr/include/httpd/httpd.h:1082: error: syntax error before '*' token /usr/include/httpd/httpd.h:1090: error: syntax error before '}' token /usr/include/httpd/httpd.h:1093: error: syntax error before "apr_bucket_brigade" /usr/include/httpd/httpd.h:1097: error: syntax error before '}' token /usr/include/httpd/httpd.h:1100: error: syntax error before "apr_bucket_brigade" /usr/include/httpd/httpd.h:1105: error: syntax error before "apr_socket_t" /usr/include/httpd/httpd.h:1110: error: syntax error before '*' token /usr/include/httpd/httpd.h:1111: error: syntax error before '*' token /usr/include/httpd/httpd.h:1112: error: syntax error before '}' token /usr/include/httpd/httpd.h:1121: error: syntax error before '*' token /usr/include/httpd/httpd.h:1131: error: syntax error before '*' token /usr/include/httpd/httpd.h:1144: error: syntax error before '*' token /usr/include/httpd/httpd.h:1153: error: syntax error before '*' token /usr/include/httpd/httpd.h:1162: error: syntax error before '*' token /usr/include/httpd/httpd.h:1171: error: syntax error before '*' token /usr/include/httpd/httpd.h:1181: error: syntax error before '*' token /usr/include/httpd/httpd.h:1192: error: syntax error before '*' token /usr/include/httpd/httpd.h:1200: error: syntax error before '*' token /usr/include/httpd/httpd.h:1208: error: syntax error before '*' token /usr/include/httpd/httpd.h:1219: error: syntax error before '*' token /usr/include/httpd/httpd.h:1242: error: syntax error before '*' token /usr/include/httpd/httpd.h:1252: error: syntax error before '*' token /usr/include/httpd/httpd.h:1264: error: syntax error before '*' token /usr/include/httpd/httpd.h:1273: error: syntax error before '*' token /usr/include/httpd/httpd.h:1282: error: syntax error before '*' token /usr/include/httpd/httpd.h:1322: error: syntax error before '*' token /usr/include/httpd/httpd.h:1331: error: syntax error before '*' token /usr/include/httpd/httpd.h:1341: error: syntax error before '*' token /usr/include/httpd/httpd.h:1349: error: syntax error before '*' token /usr/include/httpd/httpd.h:1358: error: syntax error before "ap_escape_errorlog_item" /usr/include/httpd/httpd.h:1359: error: syntax error before "apr_size_t" /usr/include/httpd/httpd.h:1369: error: syntax error before '*' token /usr/include/httpd/httpd.h:1377: error: syntax error before '*' token /usr/include/httpd/httpd.h:1406: error: syntax error before '*' token /usr/include/httpd/httpd.h:1420: error: syntax error before '*' token /usr/include/httpd/httpd.h:1430: error: syntax error before '*' token /usr/include/httpd/httpd.h:1481: error: syntax error before '*' token /usr/include/httpd/httpd.h:1489: error: syntax error before '*' token /usr/include/httpd/httpd.h:1504: error: syntax error before '*' token /usr/include/httpd/httpd.h:1512: error: syntax error before '*' token /usr/include/httpd/httpd.h:1550: error: syntax error before '*' token /usr/include/httpd/httpd.h:1590: error: syntax error before '*' token /usr/include/httpd/httpd.h:1599: error: syntax error before '*' token /usr/include/httpd/httpd.h:1607: error: syntax error before '*' token /usr/include/httpd/httpd.h:1619: error: syntax error before '*' token In file included from /usr/local/include/midgard/apache2.h:26, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/http_log.h:23:29: apr_thread_proc.h: No such file or directory In file included from /usr/local/include/midgard/apache2.h:26, ~ from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/include/httpd/http_log.h:100: error: syntax error before '*' token /usr/include/httpd/http_log.h:107: error: syntax error before "ap_replace_stderr_log" /usr/include/httpd/http_log.h:107: error: syntax error before '*' token /usr/include/httpd/http_log.h:119: error: syntax error before '*' token /usr/include/httpd/http_log.h:152: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:176: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:200: error: syntax error before "apr_status_t" /usr/include/httpd/http_log.h:216: error: syntax error before '*' token /usr/include/httpd/http_log.h:224: error: syntax error before "ap_read_pid" /usr/include/httpd/http_log.h:224: error: syntax error before '*' token /usr/include/httpd/http_log.h:234: error: syntax error before "apr_pool_t" /usr/include/httpd/http_log.h:245: error: syntax error before '}' token /usr/include/httpd/http_log.h:254: error: syntax error before '*' token /usr/include/httpd/http_log.h:279: error: syntax error before "void" In file included from /home/nemein/midgard/src/apis/php4/php_midgard.h:40, ~ from /home/nemein/midgard/src/apis/php4/midgard.c:25: /usr/local/include/midgard/apache2.h:69: error: syntax error before "apr_table_t" /usr/local/include/midgard/apache2.h:79: error: syntax error before "apr_pool_t" /usr/local/include/midgard/apache2.h:104: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:104: error: conflicting types for `argv' /usr/include/httpd/httpd.h:676: error: previous declaration of `argv' /usr/local/include/midgard/apache2.h:106: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:107: error: syntax error before '*' token /usr/local/include/midgard/apache2.h:116: error: syntax error before '}' token In file included from /home/nemein/midgard/src/apis/php4/midgard.c:25: /home/nemein/midgard/src/apis/php4/php_midgard.h:47: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/php_midgard.h:47: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/php_midgard.h:76: error: syntax error before "midgard_request_config" /home/nemein/midgard/src/apis/php4/php_midgard.h:76: warning: no semicolon at end of struct or union /home/nemein/midgard/src/apis/php4/php_midgard.h:79: error: `mgd_errno' redeclared as different kind of symbol /usr/local/include/midgard/midgard.h:162: error: previous declaration of `mgd_errno' /home/nemein/midgard/src/apis/php4/php_midgard.h:81: error: syntax error before '}' token /home/nemein/midgard/src/apis/php4/php_midgard.h:81: warning: data definition has no type or storage class In file included from /home/nemein/midgard/src/apis/php4/midgard.c:36: /usr/include/httpd/http_config.h:19:23: apr_hooks.h: No such file or directory In file included from /home/nemein/midgard/src/apis/php4/midgard.c:36: /usr/include/httpd/http_config.h:262: error: syntax error before "apr_int64_t" /usr/include/httpd/http_config.h:262: warning: no semicolon at end of struct or union /usr/include/httpd/http_config.h:264: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:274: error: syntax error before '*' token /usr/include/httpd/http_config.h:274: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:277: error: syntax error before '*' token /usr/include/httpd/http_config.h:277: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:286: error: conflicting types for `path' /usr/local/include/midgard/apache2.h:102: error: previous declaration of `path' /usr/include/httpd/http_config.h:294: error: syntax error before '}' token /usr/include/httpd/http_config.h:337: error: syntax error before '*' token /usr/include/httpd/http_config.h:345: error: syntax error before '*' token /usr/include/httpd/http_config.h:352: error: syntax error before '*' token /usr/include/httpd/http_config.h:360: error: syntax error before '*' token /usr/include/httpd/http_config.h:373: error: syntax error before '*' token /usr/include/httpd/http_config.h:537: error: syntax error before '*' token /usr/include/httpd/http_config.h:546: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:562: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:575: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:595: error: syntax error before "ap_pcfg_openfile" /usr/include/httpd/http_config.h:596: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:596: warning: data definition has no type or storage class /usr/include/httpd/http_config.h:607: error: syntax error before '*' token /usr/include/httpd/http_config.h:610: error: `ap_pcfg_open_custom' declared as function returning a function /usr/include/httpd/http_config.h:611: error: syntax error before "void" /usr/include/httpd/http_config.h:657: error: syntax error before '*' token /usr/include/httpd/http_config.h:673: error: syntax error before "apr_pool_t" /usr/include/httpd/http_config.h:944: error: syntax error before "int" /home/nemein/midgard/src/apis/php4/midgard.c:39:24: apr_compat.h: No such file or directory /home/nemein/midgard/src/apis/php4/midgard.c:40:25: apr_strings.h: No such file or directory In file included from /home/nemein/midgard/src/apis/php4/midgard.c:46: /home/nemein/midgard/src/apis/php4/mgd_errno.h:21: error: syntax error before '}' token /home/nemein/midgard/src/apis/php4/mgd_errno.h:21: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: error: syntax error before "mgd_errno_codename" /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/midgard.c:79: error: syntax error before "midgard_globals" /home/nemein/midgard/src/apis/php4/midgard.c:79: warning: data definition has no type or storage class /home/nemein/midgard/src/apis/php4/midgard.c:458: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/midgard.c: In function `php_midgard_init_globals': /home/nemein/midgard/src/apis/php4/midgard.c:460: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:461: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:462: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c:463: error: invalid type argument of `->' /home/nemein/midgard/src/apis/php4/midgard.c: In function `zm_activate_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:532: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:533: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:546: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:547: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:577: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:578: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:578: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:580: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: At top level: /home/nemein/midgard/src/apis/php4/midgard.c:680: error: syntax error before '*' token /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_rcfg': /home/nemein/midgard/src/apis/php4/midgard.c:683: error: request for member `rcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_dcfg': /home/nemein/midgard/src/apis/php4/midgard.c:689: error: request for member `dcfg' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_req': /home/nemein/midgard/src/apis/php4/midgard.c:694: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c:694: error: (Each undeclared identifier is reported only once /home/nemein/midgard/src/apis/php4/midgard.c:694: error: for each function it appears in.) /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_handle': /home/nemein/midgard/src/apis/php4/midgard.c:701: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_set_errno': /home/nemein/midgard/src/apis/php4/midgard.c:707: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:708: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_reset_errno': /home/nemein/midgard/src/apis/php4/midgard.c:714: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `mgd_get_errno': /home/nemein/midgard/src/apis/php4/midgard.c:720: error: request for member `mgd_errno' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_get_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:739: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_auth_midgard': /home/nemein/midgard/src/apis/php4/midgard.c:845: error: `rcfg' undeclared (first use in this function) /home/nemein/midgard/src/apis/php4/midgard.c:887: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:891: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:897: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c:899: warning: assignment makes pointer from integer without a cast /home/nemein/midgard/src/apis/php4/midgard.c:901: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c:909: error: dereferencing pointer to incomplete type /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_connect': /home/nemein/midgard/src/apis/php4/midgard.c:949: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c:967: error: request for member `mgd' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: In function `zif_mgd_preparser_active': /home/nemein/midgard/src/apis/php4/midgard.c:998: error: request for member `preparser_active' in something not a structure or union /home/nemein/midgard/src/apis/php4/midgard.c: At top level: /home/nemein/midgard/src/apis/php4/mgd_errno.h:22: warning: array `mgd_errno_codename' assumed to have one element make: *** [midgard.lo] Error 1 - -----------<snap>--------------
/Rambo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBEPCIi7iLtQbxbW8RAshPAJ9H8TjaGmGac7z6kywEBLkYcMoBmQCfUIm9 hUtucVAg7f8VqYji0El3UCI= =u90u -----END PGP SIGNATURE-----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
