Hi Q,
On 18/07/2008, at 3:20 PM, Anjo Krank wrote:
I noticed that too. I've been meaning to update the Wonder adaptor to
the current Apple source, but it got kind of lost.
The diffs don't look like there are a lot of changes, though.
I did the opposite some time ago, and there is very little that
changed. I merged the wonder bits (fastcgi, etc) into the apple
sources, and added freebsd support to the build files (but did nothing
about linux, etc). There are also a couple of bug fixes that only
effect the FastCGI/CGI builds that I remember were particularly
painful to track down.
The last sources from Apple (comes with Xcode 3.0) just need a little
Makefile update (as you can see in Q's tgz),
you need to change :
STRIP_FLAGS = -S
$(CC) $(CFLAGS) -c -macosx_version_min 10.5 $
to
#STRIP_FLAGS = -S
$(CC) $(CFLAGS) -c $<
I got the adaptor successfully built on Linux with this make.config
ADAPTOR_OS = Linux
OS=${ADAPTOR_OS}
ADAPTORS = Apache2.2
APXS = /usr/sbin/apxs2
APXS2.2 = /usr/sbin/apxs2
APACHEINCLUDE_DIR = /usr/include/apache2
APACHEMODULE_DIR = /usr/lib/apache2/modules
CC=gcc
RC_CFLAGS = -arch i386
CFLAGS += -I/usr/local/include
LDFLAGS += -L/usr/local/lib
there is no specific stuff to get the Xcode 3.0 Adaptor version being
built on other Unix.
Regards
Aurelien
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]