Midgard Mac OS X Installation
Robert Guerra <[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
http://www.privaterra.org/blog-rg/second-attempt-to-install-midgard- on-os-x.html I came across Juhana's blog entry on google on how to get midgard installed and running on Mac OS X. After retrieving the instructions from Goggle's cache (as the page didn't seem to be online), I followed the steps - and all seemed to work until I reached the midgard-php section. After that, well , I ran into errors during the make. No sure what to do next. Well, there is one thing - document what i've done so far, and the resulting error so that the midgard community can try to debug the problem. It sure would be good to have Midgard running on OS X 10.4.... regards Robert http://tinyurl.com/cd47o 2005-01-21 Midgard Mac OS X 10.3.7 installation Preparations ************ Installed mysql via fink $ export PATH=$PATH:/sw/bin $ sudo /sw/bin/apt-get update $ sudo /sw/bin/apt-get install mysql $ sudo /sw/bin/apt-get install mysql12-dev Installed expat via fink $ sudo /sw/bin/apt-get install expat Installed glib via fink $ sudo /sw/bin/apt-get install glib $ sudo /sw/bin/apt-get install glib2 Installed gettext via fink $ sudo Instaalled dialog via fink $ sudo /sw/bin/apt-get install dialog After hours an hours of trying to figure everything out I found out that there is a know issue with the Mac OS X packages not supporting dynamic libraries very well, so I compiled Apache2 from source and did the same thing with php. Installed Apache-2.0.52 from source $ ./configure --prefix=/usr/local/apache2 \ --enable-module=so \ --sysconfdir=/usr/local/apache2/conf \ --libexecdir=/usr/local/apache2/libexec $ make $ sudo make install Installed php-4.3.10 from source $ ./configure --prefix=/usr/local/php \ --with-mysql=/sw \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-iconv=/sw \ --with-iconv-dir=/sw \ --with-exif \ --with-xml $ make $ sudo make install $ sudo cp php.ini-dist /usr/local/bin/php.ini $ sudo /usr/local/apache2/bin/apachectl start Added these lines to my httpd.conf: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps $ sudo /usr/local/apache2/bin/apachectl start Placed a small script (<?php phpinfo(); ?>) to my document root to see if php is working properly. So far so good! At this point I made sure everything was nice and cozy for Midgard. The fun part starts here... + add fink install libxml2 midgard-core ************ $ ./configure --prefix=/usr/local/midgard --with-mysql=/sw $ make $ sudo make install midgard-apache2 *************** $ ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-midgard-config=/usr/local/midgard/bin/midgard-config $ make $ sudo make install midgard-php4 ************ $ sudo ./mkall --with-apxs2=/usr/local/apache2/bin/apxs \ --with-apr-config=/sw/bin/ \ --with-midgard=/usr/local/midgard/bin/midgard-config \ --with-php-config=/usr/local/php/bin/php-config Added these to my php.ini: extension=midgard.so register_globals=on -- Robert Guerra <rguerra-ml4S53UB+/[email protected]> Managing Director, Privaterra <http://www.privaterra.org> --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe-b5ZhpPVuLA+tlBvVaVFjCkB+6BGkLq7r@public.gmane.org For additional commands, e-mail: [email protected]
midgard-install-osx-errors.rtf
(text/rtf, 81.2 KB)
{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf100
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\fs24 \cf0 \
\
Vigor100:/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 root# ./mkall --with-apxs2=/usr/local/apache2/bin/apxs \\\
> --with-apr-config=/sw/bin/ \\\
> --with-midgard=/usr/local/midgard/bin/midgard-config \\\
> --with-php-config=/usr/local/php/bin/php-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\
Configuring for:\
PHP Api Version: 20020918\
Zend Module Api No: 20020429\
Zend Extension Api No: 20021010\
checking build system type... powerpc-apple-darwin8.2.0\
checking host system type... powerpc-apple-darwin8.2.0\
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,... no\
checking for PHP prefix... /usr/local/php\
checking for PHP includes... -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend\
checking for PHP extension directory... /usr/local/php/lib/php/extensions/no-debug-non-zts-20020429\
checking for re2c... exit 0;\
checking for gawk... no\
checking for mawk... no\
checking for nawk... no\
checking for awk... awk\
checking for midgard support... yes, shared\
checking for --with-apxs... no\
checking for --with-apr-config... /sw/bin/ executable, good\
checking for apxs2 in /usr/local/apache/sbin... no\
checking for apxs in /usr/local/apache/sbin... no\
checking for apxs2 in /usr/local/apache2/bin... no\
checking for apxs in /usr/local/apache2/bin... found, we'll use this. Use --with-apxs to specify another.\
checking for Apache libexec directory... /usr/local/apache2/libexec\
checking for Apache sysconf directory... /usr/local/apache2/conf\
checking for Apache include directory... -I/usr/local/apache2/include\
checking Apache version... ./configure: line 1: cd: -I: invalid option\
cd: usage: cd [-L|-P] [dir]\
basename: illegal option -- I\
usage: basename string [suffix]\
basename [-a] [-s suffix] string [...]\
2.0\
checking for apr_socket_connect in -lapr-0... no\
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\
checking whether to compile for php with system regex... php\
======================== 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/local/php/lib/php/extensions/no-debug-non-zts-20020429\
================================================================\
checking for ld used by GCC... /usr/bin/ld\
checking if the linker (/usr/bin/ld) is GNU ld... no\
checking for /usr/bin/ld option to reload object files... -r\
checking for BSD-compatible nm... /usr/bin/nm -p\
checking for a sed that does not truncate output... /usr/bin/sed\
checking whether ln -s works... yes\
checking how to recognise dependent libraries... file_magic Mach-O dynamically linked shared library\
checking command to parse /usr/bin/nm -p output... ok\
checking how to run the C preprocessor... gcc -E\
checking for egrep... grep -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 ranlib... ranlib\
checking for strip... strip\
checking for objdir... .libs\
checking for gcc option to produce PIC... -fno-common\
checking if gcc PIC flag -fno-common works... yes\
checking if gcc static flag -static works... no\
checking if gcc supports -c -o file.o... yes\
checking if gcc supports -c -o file.lo... yes\
checking if gcc supports -fno-rtti -fno-exceptions... no\
checking whether the linker (/usr/bin/ld) supports shared libraries... yes\
checking how to hardcode library paths into programs... unsupported\
checking whether stripping libraries is possible... no\
checking dynamic linker characteristics... darwin8.2.0 dyld\
checking if libtool supports shared libraries... yes\
checking whether to build shared libraries... yes\
checking whether to build static libraries... no\
checking whether -lc should be explicitly linked in... yes\
creating libtool\
configure: creating ./config.status\
config.status: creating config.h\
config.status: config.h is unchanged\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_errno.c -o mgd_errno.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_errno.c -fno-common -DPIC -o mgd_errno.lo\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/midgard.c -o midgard.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/midgard.c -fno-common -DPIC -o midgard.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/midgard.c:24:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/midgard.c:24:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/article.c -o article.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/article.c -fno-common -DPIC -o article.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/article.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/article.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/parameter.c -o parameter.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/parameter.c -fno-common -DPIC -o parameter.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/parameter.c:24:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/parameter.c:24:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/attachment.c -o attachment.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/attachment.c -fno-common -DPIC -o attachment.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/attachment.c:23:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/attachment.c:23:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/oop.c -o oop.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/oop.c -fno-common -DPIC -o oop.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/oop.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/oop.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/topic.c -o topic.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/topic.c -fno-common -DPIC -o topic.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/topic.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/topic.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/element.c -o element.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/element.c -fno-common -DPIC -o element.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/element.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/element.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mail.c -o mail.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mail.c -fno-common -DPIC -o mail.lo\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/group.c -o group.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/group.c -fno-common -DPIC -o group.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/group.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/group.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/file.c -o file.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/file.c -fno-common -DPIC -o file.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/file.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/file.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/host.c -o host.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/host.c -fno-common -DPIC -o host.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/host.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/host.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/image.c -o image.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/image.c -fno-common -DPIC -o image.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/image.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/image.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/member.c -o member.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/member.c -fno-common -DPIC -o member.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/member.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/member.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/calendar.c -o calendar.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/calendar.c -fno-common -DPIC -o calendar.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/calendar.c:23:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/calendar.c:23:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/event.c -o event.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/event.c -fno-common -DPIC -o event.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/event.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/event.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/eventmember.c -o eventmember.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/eventmember.c -fno-common -DPIC -o eventmember.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/eventmember.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/eventmember.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/page.c -o page.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/page.c -fno-common -DPIC -o page.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/page.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/page.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pageelement.c -o pageelement.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pageelement.c -fno-common -DPIC -o pageelement.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pageelement.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pageelement.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pagelink.c -o pagelink.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pagelink.c -fno-common -DPIC -o pagelink.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pagelink.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/pagelink.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/person.c -o person.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/person.c -fno-common -DPIC -o person.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/person.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/person.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preferences.c -o preferences.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preferences.c -fno-common -DPIC -o preferences.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preferences.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preferences.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippet.c -o snippet.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippet.c -fno-common -DPIC -o snippet.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippet.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippet.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippetdir.c -o snippetdir.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippetdir.c -fno-common -DPIC -o snippetdir.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippetdir.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/snippetdir.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/style.c -o style.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/style.c -fno-common -DPIC -o style.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/style.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/style.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/sitegroup.c -o sitegroup.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/sitegroup.c -fno-common -DPIC -o sitegroup.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/sitegroup.c:21:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/sitegroup.c:21:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparser.c -o preparser.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparser.c -fno-common -DPIC -o preparser.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparser.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparser.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c -o preparse.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c -fno-common -DPIC -o preparse.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c: In function 'mgd_preparse_string':\
/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c:71: warning: pointer targets in passing argument 2 of 'g_byte_array_append' differ in signedness\
/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c: In function 'zif_mgd_preparse':\
/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/preparse.c:93: warning: pointer targets in initialization differ in signedness\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/language.c -o language.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/language.c -fno-common -DPIC -o language.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/language.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/language.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
/bin/sh /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/libtool --mode=compile gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/quota.c -o quota.lo \
gcc -I. -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -c /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/quota.c -fno-common -DPIC -o quota.lo\
In file included from /usr/local/apache2/include/ap_config.h:231,\
from /usr/local/apache2/include/httpd.h:30,\
from /usr/local/midgard/include/midgard/apache2.h:25,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:67,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/quota.c:22:\
/usr/local/apache2/include/ap_config_auto.h:201:1: warning: "WORDS_BIGENDIAN" redefined\
In file included from /usr/local/php/include/php/main/php_syslog.h:12,\
from /usr/local/php/include/php/ext/standard/php_ext_syslog.h:26,\
from /usr/local/php/include/php/ext/standard/php_standard.h:34,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/php_midgard.h:58,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/mgd_internal.h:27,\
from /Users/rguerra/downloads/midgard/midgard-php4-1.6.3/quota.c:22:\
/usr/local/php/include/php/main/php_config.h:2513:1: warning: this is the location of the previous definition\
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -o midgard.so mgd_errno.lo midgard.lo article.lo parameter.lo attachment.lo oop.lo topic.lo element.lo mail.lo group.lo file.lo host.lo image.lo member.lo calendar.lo event.lo eventmember.lo page.lo pageelement.lo pagelink.lo person.lo preferences.lo snippet.lo snippetdir.lo style.lo sitegroup.lo preparser.lo preparse.lo language.lo quota.lo -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/usr/local/midgard/lib -L/usr/local/midgard/lib -lmysqlclient -lexpat -lpam -lz -lglib -liconv -lmidgard\
/usr/bin/ld: multiple definitions of symbol _le_midgard_list_fetch\
midgard.lo definition of _le_midgard_list_fetch in section (__DATA,__common)\
oop.lo definition of _le_midgard_list_fetch in section (__DATA,__common)\
collect2: ld returned 1 exit status\
make: *** [midgard.so] Error 1\
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/include -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3/main -I/Users/rguerra/downloads/midgard/midgard-php4-1.6.3 -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/ -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/sw/include/mysql -I/sw/include -I/usr/local/midgard/include -I/usr/local/apache2/include -DHAVE_CONFIG_H -g -O2 -o midgard.so mgd_errno.lo midgard.lo article.lo parameter.lo attachment.lo oop.lo topic.lo element.lo mail.lo group.lo file.lo host.lo image.lo member.lo calendar.lo event.lo eventmember.lo page.lo pageelement.lo pagelink.lo person.lo preferences.lo snippet.lo snippetdir.lo style.lo sitegroup.lo preparser.lo preparse.lo language.lo quota.lo -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/sw/lib -L/usr/local/midgard/lib -L/usr/local/midgard/lib -lmysqlclient -lexpat -lpam -lz -lglib -liconv -lmidgard\
/usr/bin/ld: multiple definitions of symbol _le_midgard_list_fetch\
midgard.lo definition of _le_midgard_list_fetch in section (__DATA,__common)\
oop.lo definition of _le_midgard_list_fetch in section (__DATA,__common)\
collect2: ld returned 1 exit status\
make: *** [midgard.so] Error 1\
Vigor100:/Users/rguerra/downloa}