Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-10-23 Thread Ron X
i couldn't access to it:
i am only in wo-dev

2012/10/5 Gaastra Dennis - WO Lists webobjects_li...@webappz.com

 Please look at my email from yesterday:

 Mountain Lion WO Deployment Package by WEBAPPZ

 Greetings,

 Dennis


 On 02/Oct/12 2:49 PM, Brook, James wrote:

 I had the same problem. I got the adaptor to compile by manually
 modifying the /usr/sbin/apxs script. On the lines where 'libtool' is called
 I added --tag CC to the list of arguments. That's in two places.

 I am not sure why that is necessary because according to the manual
 libtool should try to infer the language being compiled for and failing
 that it should default to the C language (that's what the CC tag is for).

 I have never had this problem before but today I upgraded to Mountain
 Lion and installed the latest XCode developer tools.  The Mountain Lion
 upgrade seems to have upgraded Apache files including the apxs script.

 I assume there must be a better solution to this problem. Any ideas?

 On Sep 3, 2012, at 1:13 PM, Ron X ron.x.by...@gmail.com wrote:

  vm-mlion-01:~ esuser$ gcc -v
 Using built-in specs.
 Target: i686-apple-darwin11
 Configured with: /private/var/tmp/llvmgcc42/**llvmgcc42-2336.11~28/src/*
 *configure --disable-checking --enable-werror
 --prefix=/Applications/Xcode.**app/Contents/Developer/usr/**llvm-gcc-4.2
 --mandir=/share/man --enable-languages=c,objc,c++,**obj-c++
 --program-prefix=llvm- --program-transform-name=/^[**cg][^.-]*$/s/$/-4.2/
 --with-slibdir=/usr/lib --build=i686-apple-darwin11
 --enable-llvm=/private/var/**tmp/llvmgcc42/llvmgcc42-2336.**
 11~28/dst-llvmCore/Developer/**usr/local 
 --program-prefix=i686-apple-**darwin11-
 --host=x86_64-apple-darwin11 --target=i686-apple-darwin11
 --with-gxx-include-dir=/usr/**include/c++/4.2.1
 Thread model: posix
 gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build
 2336.11.00)

 2012/9/3 Johann Werner j...@oyosys.de
 If you type

 gcc -v

 on your command line what output do you get?


 Am 03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com:

  hi!
 no, have the same problem:

 vm-mlion-01:~ esuser$ cd Documents/wonder.old/**Utilities/Adaptors/
 vm-mlion-01:Adaptors esuser$ ls
 APPLE_LICENSEInstallationInstructions.html
 AdaptorMakefile
 ApacheNSAPI
 Apache2PB.project
 Apache2.2WonderReadme.html
 BuildingInstructions.htmlexample.xml
 CGImake.config
 FastCGIwoadaptor.dtd
 IISwoadaptor.xml
 vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS
 APXS=/usr/sbin/apxs
 cd Apache2.2 ; make
 /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
 -macosx_version_min 10.5 -lm -module mod_WebObjects.c
 ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
 ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
 ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
 ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
 ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
 ../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c
 ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c
 ../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c
 ../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c
 ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
 /usr/share/apr-1/build-1/**libtool --silent --mode=compile gcc
  -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include
 -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  -O2
 -I/usr/include/apache2  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS
 -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o
 mod_WebObjects.lo mod_WebObjects.c  touch mod_WebObjects.slo
 libtool: compile: unable to infer tagged configuration
 libtool: compile: specify a tag with `--tag'
 apxs:Error: Command failed with rc=65536
 .
 make[1]: *** [mod_WebObjects.so] Error 1
 make: *** [Apache2.2] Error 2
 vm-mlion-01:Adaptors esuser$ cd A
 APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
 vm-mlion-01:Adaptors esuser$ cd Apache2.2/
 vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS
 APXS=/usr/sbin/apxs
 /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
 -macosx_version_min 10.5 -lm -module mod_WebObjects.c
 ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
 ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
 ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
 ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
 ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
 ../Adaptor/nbsocket.c 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-10-05 Thread Gaastra Dennis - WO Lists

Please look at my email from yesterday:

Mountain Lion WO Deployment Package by WEBAPPZ

Greetings,

Dennis

On 02/Oct/12 2:49 PM, Brook, James wrote:

I had the same problem. I got the adaptor to compile by manually modifying the 
/usr/sbin/apxs script. On the lines where 'libtool' is called I added --tag 
CC to the list of arguments. That's in two places.

I am not sure why that is necessary because according to the manual libtool 
should try to infer the language being compiled for and failing that it should 
default to the C language (that's what the CC tag is for).

I have never had this problem before but today I upgraded to Mountain Lion and 
installed the latest XCode developer tools.  The Mountain Lion upgrade seems to 
have upgraded Apache files including the apxs script.

I assume there must be a better solution to this problem. Any ideas?

On Sep 3, 2012, at 1:13 PM, Ron X ron.x.by...@gmail.com wrote:


vm-mlion-01:~ esuser$ gcc -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure 
--disable-checking --enable-werror 
--prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 
--mandir=/share/man --enable-languages=c,objc,c++,obj-c++ 
--program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ 
--with-slibdir=/usr/lib --build=i686-apple-darwin11 
--enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local
 --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 
--target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

2012/9/3 Johann Werner j...@oyosys.de
If you type

gcc -v

on your command line what output do you get?


Am 03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com:


hi!
no, have the same problem:

vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/
vm-mlion-01:Adaptors esuser$ ls
APPLE_LICENSEInstallationInstructions.html
AdaptorMakefile
ApacheNSAPI
Apache2PB.project
Apache2.2WonderReadme.html
BuildingInstructions.htmlexample.xml
CGImake.config
FastCGIwoadaptor.dtd
IISwoadaptor.xml
vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
APXS=/usr/sbin/apxs
cd Apache2.2 ; make
/usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch x86_64  -arch 
i386 -Wl,  -arch x86_64  -arch i386 -macosx_version_min 10.5 -lm -module 
mod_WebObjects.c ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c ../Adaptor/WOURLCUtilities.c 
../Adaptor/WOURLCUtilities_3.c ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c 
../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c ../Adaptor/loadaverage.c 
../Adaptor/loadbalancing.c ../Adaptor/log.c ../Adaptor/nbsocket.c ../Adaptor/random.c 
../Adaptor/request.c ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c 
../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c ../Adaptor/transport.c 
../Adaptor/wastring.c ../Adaptor/womalloc.c ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c 
../Adaptor/xmlparse.c
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN 
-DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  
-I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2  -I../Adaptor  
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch x86_64  
-arch i386  -c -o mod_WebObjects.lo mod_WebObjects.c  touch mod_WebObjects.slo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_WebObjects.so] Error 1
make: *** [Apache2.2] Error 2
vm-mlion-01:Adaptors esuser$ cd A
APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
vm-mlion-01:Adaptors esuser$ cd Apache2.2/
vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
APXS=/usr/sbin/apxs
/usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch x86_64  -arch 
i386 -Wl,  -arch x86_64  -arch i386 -macosx_version_min 10.5 -lm -module 
mod_WebObjects.c ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c ../Adaptor/WOURLCUtilities.c 
../Adaptor/WOURLCUtilities_3.c ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c 
../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c ../Adaptor/loadaverage.c 
../Adaptor/loadbalancing.c ../Adaptor/log.c ../Adaptor/nbsocket.c ../Adaptor/random.c 
../Adaptor/request.c ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c 
../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c ../Adaptor/transport.c 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-10-02 Thread Brook, James
I had the same problem. I got the adaptor to compile by manually modifying the 
/usr/sbin/apxs script. On the lines where 'libtool' is called I added --tag 
CC to the list of arguments. That's in two places.

I am not sure why that is necessary because according to the manual libtool 
should try to infer the language being compiled for and failing that it should 
default to the C language (that's what the CC tag is for).

I have never had this problem before but today I upgraded to Mountain Lion and 
installed the latest XCode developer tools.  The Mountain Lion upgrade seems to 
have upgraded Apache files including the apxs script.

I assume there must be a better solution to this problem. Any ideas?

On Sep 3, 2012, at 1:13 PM, Ron X ron.x.by...@gmail.com wrote:

 vm-mlion-01:~ esuser$ gcc -v
 Using built-in specs.
 Target: i686-apple-darwin11
 Configured with: 
 /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure 
 --disable-checking --enable-werror 
 --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 
 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ 
 --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ 
 --with-slibdir=/usr/lib --build=i686-apple-darwin11 
 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local
  --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 
 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Thread model: posix
 gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
 
 2012/9/3 Johann Werner j...@oyosys.de
 If you type
 
 gcc -v
 
 on your command line what output do you get?
 
 
 Am 03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com:
 
  hi!
  no, have the same problem:
 
  vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/
  vm-mlion-01:Adaptors esuser$ ls
  APPLE_LICENSEInstallationInstructions.html
  AdaptorMakefile
  ApacheNSAPI
  Apache2PB.project
  Apache2.2WonderReadme.html
  BuildingInstructions.htmlexample.xml
  CGImake.config
  FastCGIwoadaptor.dtd
  IISwoadaptor.xml
  vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
  APXS=/usr/sbin/apxs
  cd Apache2.2 ; make
  /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  
  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386 
  -macosx_version_min 10.5 -lm -module mod_WebObjects.c 
  ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c 
  ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c 
  ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c 
  ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c 
  ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c 
  ../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c 
  ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c 
  ../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c 
  ../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c 
  ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
  /usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN 
  -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  
  -I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2  
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER 
  -DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo 
  mod_WebObjects.c  touch mod_WebObjects.slo
  libtool: compile: unable to infer tagged configuration
  libtool: compile: specify a tag with `--tag'
  apxs:Error: Command failed with rc=65536
  .
  make[1]: *** [mod_WebObjects.so] Error 1
  make: *** [Apache2.2] Error 2
  vm-mlion-01:Adaptors esuser$ cd A
  APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
  vm-mlion-01:Adaptors esuser$ cd Apache2.2/
  vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
  APXS=/usr/sbin/apxs
  /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  
  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386 
  -macosx_version_min 10.5 -lm -module mod_WebObjects.c 
  ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c 
  ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c 
  ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c 
  ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c 
  ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c 
  ../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c 
  ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c 
  ../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c 
  ../Adaptor/transport.c 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-09-03 Thread Johann Werner
If you type

gcc -v

on your command line what output do you get?


Am 03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com:

 hi!
 no, have the same problem:
 
 vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/
 vm-mlion-01:Adaptors esuser$ ls
 APPLE_LICENSEInstallationInstructions.html
 AdaptorMakefile
 ApacheNSAPI
 Apache2PB.project
 Apache2.2WonderReadme.html
 BuildingInstructions.htmlexample.xml
 CGImake.config
 FastCGIwoadaptor.dtd
 IISwoadaptor.xml
 vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
 APXS=/usr/sbin/apxs
 cd Apache2.2 ; make
 /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
 -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch 
 x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386 -macosx_version_min 10.5 
 -lm -module mod_WebObjects.c ../Adaptor/MoreURLCUtilities.c 
 ../Adaptor/Platform.c ../Adaptor/WOURLCUtilities.c 
 ../Adaptor/WOURLCUtilities_3.c ../Adaptor/appcfg.c ../Adaptor/cfgparse.c 
 ../Adaptor/config.c ../Adaptor/hostlookup.c ../Adaptor/list.c 
 ../Adaptor/listing.c ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c 
 ../Adaptor/log.c ../Adaptor/nbsocket.c ../Adaptor/random.c 
 ../Adaptor/request.c ../Adaptor/response.c ../Adaptor/roundrobin.c 
 ../Adaptor/shmem.c ../Adaptor/strdict.c ../Adaptor/strtbl.c 
 ../Adaptor/transaction.c ../Adaptor/transport.c ../Adaptor/wastring.c 
 ../Adaptor/womalloc.c ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c 
 ../Adaptor/xmlparse.c
 /usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN 
 -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  
 -I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2  
 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE  
  -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo mod_WebObjects.c  
 touch mod_WebObjects.slo
 libtool: compile: unable to infer tagged configuration
 libtool: compile: specify a tag with `--tag'
 apxs:Error: Command failed with rc=65536
 .
 make[1]: *** [mod_WebObjects.so] Error 1
 make: *** [Apache2.2] Error 2
 vm-mlion-01:Adaptors esuser$ cd A
 APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
 vm-mlion-01:Adaptors esuser$ cd Apache2.2/
 vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS 
 APXS=/usr/sbin/apxs
 /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor  
 -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall  -arch 
 x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386 -macosx_version_min 10.5 
 -lm -module mod_WebObjects.c ../Adaptor/MoreURLCUtilities.c 
 ../Adaptor/Platform.c ../Adaptor/WOURLCUtilities.c 
 ../Adaptor/WOURLCUtilities_3.c ../Adaptor/appcfg.c ../Adaptor/cfgparse.c 
 ../Adaptor/config.c ../Adaptor/hostlookup.c ../Adaptor/list.c 
 ../Adaptor/listing.c ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c 
 ../Adaptor/log.c ../Adaptor/nbsocket.c ../Adaptor/random.c 
 ../Adaptor/request.c ../Adaptor/response.c ../Adaptor/roundrobin.c 
 ../Adaptor/shmem.c ../Adaptor/strdict.c ../Adaptor/strtbl.c 
 ../Adaptor/transaction.c ../Adaptor/transport.c ../Adaptor/wastring.c 
 ../Adaptor/womalloc.c ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c 
 ../Adaptor/xmlparse.c
 /usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN 
 -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  
 -I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2  
 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE  
  -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo mod_WebObjects.c  
 touch mod_WebObjects.slo
 libtool: compile: unable to infer tagged configuration
 libtool: compile: specify a tag with `--tag'
 apxs:Error: Command failed with rc=65536
 .
 make: *** [mod_WebObjects.so] Error 1
 
 2012/8/31 Bastian Triller bastian.tril...@gmail.com
 hello,
 
 haven't tried to build on MacOS yet, but i think something like
 
 $ cd $wonder/Utilities/Adaptors
 $ make ADAPTORS=Apache2.2 OS=MACOS APXS=/usr/sbin/apxs
 
 could work.
 
 Bastian
 
 
 Am Freitag, den 31.08.2012, 18:02 +0300 schrieb Ron X:
  hi
 
  here is the output:
 
  bash-3.2$ make
  Makefile:52: ../Adaptor/make.postamble: No such file or directory
  make: *** No rule to make target `../Adaptor/make.postamble'.  Stop.
 
  bash-3.2$
  bash-3.2$ make
  cd Adaptor ; make
  rm -f make.preamble make.postamble
  for file in *.c; do \
  echo ${file}: ../Adaptor/${file} | sed s/\\.c/.o/ 
  make.postamble ; \
  echo ${CC} ${CFLAGS} -c ../Adaptor/${file} 
  make.postamble ; \
  echo ${file} \\  make.preamble ; \
  done
  for file in *.c; do \
  echo ${file} \\ | sed s/\\.c/.o/  make.preamble ;
  \
  done
  cd CGI ; make
  gcc -O2 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-09-03 Thread Ron X
vm-mlion-01:~ esuser$ gcc -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with:
/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/src/configure
--disable-checking --enable-werror
--prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2
--mandir=/share/man --enable-languages=c,objc,c++,obj-c++
--program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-slibdir=/usr/lib --build=i686-apple-darwin11
--enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~28/dst-llvmCore/Developer/usr/local
--program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11
--target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

2012/9/3 Johann Werner j...@oyosys.de

 If you type

 gcc -v

 on your command line what output do you get?


 Am 03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com:

  hi!
  no, have the same problem:
 
  vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/
  vm-mlion-01:Adaptors esuser$ ls
  APPLE_LICENSEInstallationInstructions.html
  AdaptorMakefile
  ApacheNSAPI
  Apache2PB.project
  Apache2.2WonderReadme.html
  BuildingInstructions.htmlexample.xml
  CGImake.config
  FastCGIwoadaptor.dtd
  IISwoadaptor.xml
  vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS
 APXS=/usr/sbin/apxs
  cd Apache2.2 ; make
  /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
 -macosx_version_min 10.5 -lm -module mod_WebObjects.c
 ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
 ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
 ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
 ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
 ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
 ../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c
 ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c
 ../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c
 ../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c
 ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
  /usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN
 -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2
  -I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo
 mod_WebObjects.c  touch mod_WebObjects.slo
  libtool: compile: unable to infer tagged configuration
  libtool: compile: specify a tag with `--tag'
  apxs:Error: Command failed with rc=65536
  .
  make[1]: *** [mod_WebObjects.so] Error 1
  make: *** [Apache2.2] Error 2
  vm-mlion-01:Adaptors esuser$ cd A
  APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
  vm-mlion-01:Adaptors esuser$ cd Apache2.2/
  vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS
 APXS=/usr/sbin/apxs
  /usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
 -macosx_version_min 10.5 -lm -module mod_WebObjects.c
 ../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
 ../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
 ../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
 ../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
 ../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
 ../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c
 ../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c
 ../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c
 ../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c
 ../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
  /usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN
 -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2
  -I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2
  -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
 -DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo
 mod_WebObjects.c  touch mod_WebObjects.slo
  libtool: compile: unable to infer tagged configuration
  libtool: compile: specify a tag with `--tag'
  apxs:Error: Command failed with rc=65536
  .
  make: *** [mod_WebObjects.so] Error 1
 
  2012/8/31 Bastian Triller bastian.tril...@gmail.com
  hello,
 
  haven't tried to build on MacOS yet, but i think something like
 
  $ cd 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-09-02 Thread Ron X
hi!
no, have the same problem:

vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/
vm-mlion-01:Adaptors esuser$ ls
APPLE_LICENSEInstallationInstructions.html
AdaptorMakefile
ApacheNSAPI
Apache2PB.project
Apache2.2WonderReadme.html
BuildingInstructions.htmlexample.xml
CGImake.config
FastCGIwoadaptor.dtd
IISwoadaptor.xml
vm-mlion-01:Adaptors esuser$ make ADAPTORS=Apache2.2 OS=MACOS
APXS=/usr/sbin/apxs
cd Apache2.2 ; make
/usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall
-arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
-macosx_version_min 10.5 -lm -module mod_WebObjects.c
../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c
../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c
../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c
../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c
../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2
-I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2
-I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
-DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo
mod_WebObjects.c  touch mod_WebObjects.slo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
apxs:Error: Command failed with rc=65536
.
make[1]: *** [mod_WebObjects.so] Error 1
make: *** [Apache2.2] Error 2
vm-mlion-01:Adaptors esuser$ cd A
APPLE_LICENSE  Adaptor/   Apache/Apache2/   Apache2.2/
vm-mlion-01:Adaptors esuser$ cd Apache2.2/
vm-mlion-01:Apache2.2 esuser$ make ADAPTORS=Apache2.2 OS=MACOS
APXS=/usr/sbin/apxs
/usr/sbin/apxs -c -S CC=gcc -Wc,-O2 -I/usr/include/apache2  -I../Adaptor
-DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE   -Wall
-arch x86_64  -arch i386 -Wl,  -arch x86_64  -arch i386
-macosx_version_min 10.5 -lm -module mod_WebObjects.c
../Adaptor/MoreURLCUtilities.c ../Adaptor/Platform.c
../Adaptor/WOURLCUtilities.c ../Adaptor/WOURLCUtilities_3.c
../Adaptor/appcfg.c ../Adaptor/cfgparse.c ../Adaptor/config.c
../Adaptor/hostlookup.c ../Adaptor/list.c ../Adaptor/listing.c
../Adaptor/loadaverage.c ../Adaptor/loadbalancing.c ../Adaptor/log.c
../Adaptor/nbsocket.c ../Adaptor/random.c ../Adaptor/request.c
../Adaptor/response.c ../Adaptor/roundrobin.c ../Adaptor/shmem.c
../Adaptor/strdict.c ../Adaptor/strtbl.c ../Adaptor/transaction.c
../Adaptor/transport.c ../Adaptor/wastring.c ../Adaptor/womalloc.c
../Adaptor/xmlcparser.c ../Adaptor/xmlctokenizer.c ../Adaptor/xmlparse.c
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc-DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2
-I/usr/include/apr-1   -I/usr/include/apr-1  -O2 -I/usr/include/apache2
-I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER
-DAPACHE   -Wall  -arch x86_64  -arch i386  -c -o mod_WebObjects.lo
mod_WebObjects.c  touch mod_WebObjects.slo
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
apxs:Error: Command failed with rc=65536
.
make: *** [mod_WebObjects.so] Error 1

2012/8/31 Bastian Triller bastian.tril...@gmail.com

 hello,

 haven't tried to build on MacOS yet, but i think something like

 $ cd $wonder/Utilities/Adaptors
 $ make ADAPTORS=Apache2.2 OS=MACOS APXS=/usr/sbin/apxs

 could work.

 Bastian


 Am Freitag, den 31.08.2012, 18:02 +0300 schrieb Ron X:
  hi
 
  here is the output:
 
  bash-3.2$ make
  Makefile:52: ../Adaptor/make.postamble: No such file or directory
  make: *** No rule to make target `../Adaptor/make.postamble'.  Stop.
 
  bash-3.2$
  bash-3.2$ make
  cd Adaptor ; make
  rm -f make.preamble make.postamble
  for file in *.c; do \
  echo ${file}: ../Adaptor/${file} | sed s/\\.c/.o/ 
  make.postamble ; \
  echo ${CC} ${CFLAGS} -c ../Adaptor/${file} 
  make.postamble ; \
  echo ${file} \\  make.preamble ; \
  done
  for file in *.c; do \
  echo ${file} \\ | sed s/\\.c/.o/  make.preamble ;
  \
  done
  cd CGI ; make
  gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
  x86_64  -arch i386   -c -o WebObjects.o WebObjects.c
  gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
  x86_64  -arch i386 -c ../Adaptor/MoreURLCUtilities.c
  gcc -O2 -I../Adaptor  

mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-08-31 Thread Ron X
hi

here is the output:

bash-3.2$ make
Makefile:52: ../Adaptor/make.postamble: No such file or directory
make: *** No rule to make target `../Adaptor/make.postamble'.  Stop.

bash-3.2$
bash-3.2$ make
cd Adaptor ; make
rm -f make.preamble make.postamble
for file in *.c; do \
echo ${file}: ../Adaptor/${file} | sed s/\\.c/.o/ 
make.postamble ; \
echo ${CC} ${CFLAGS} -c ../Adaptor/${file} 
make.postamble ; \
echo ${file} \\  make.preamble ; \
done
for file in *.c; do \
echo ${file} \\ | sed s/\\.c/.o/  make.preamble ; \
done
cd CGI ; make
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386   -c -o WebObjects.o WebObjects.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/MoreURLCUtilities.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/Platform.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/WOURLCUtilities.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/WOURLCUtilities_3.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/appcfg.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/cfgparse.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/config.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/hostlookup.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/list.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/listing.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/loadaverage.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/loadbalancing.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/log.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/nbsocket.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/random.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/request.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/response.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/roundrobin.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/shmem.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/strdict.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/strtbl.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/transaction.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/transport.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/wastring.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/womalloc.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/xmlcparser.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/xmlctokenizer.c
../Adaptor/xmlctokenizer.c: In function ‘xmlcTokenizerNextToken’:
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c: In function ‘xmlcTokenizerNextToken’:
../Adaptor/xmlctokenizer.c:265: warning: comparison is always false due to
limited range of data type
../Adaptor/xmlctokenizer.c:321: warning: comparison is always false due to
limited range of data type
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386 -c ../Adaptor/xmlparse.c
gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
x86_64  -arch i386  -o WebObjects WebObjects.o MoreURLCUtilities.o
Platform.o WOURLCUtilities.o WOURLCUtilities_3.o appcfg.o cfgparse.o
config.o hostlookup.o list.o listing.o loadaverage.o loadbalancing.o log.o
nbsocket.o random.o request.o response.o roundrobin.o shmem.o strdict.o
strtbl.o transaction.o transport.o wastring.o womalloc.o xmlcparser.o
xmlctokenizer.o xmlparse.o
strip -S WebObjects
cd FastCGI ; make
gcc -O2 -Wall -I../Adaptor  -DSINGLE_THREADED_ADAPTOR 

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-08-31 Thread Bastian Triller
hello,

haven't tried to build on MacOS yet, but i think something like

$ cd $wonder/Utilities/Adaptors
$ make ADAPTORS=Apache2.2 OS=MACOS APXS=/usr/sbin/apxs 

could work.

Bastian


Am Freitag, den 31.08.2012, 18:02 +0300 schrieb Ron X:
 hi
 
 here is the output:
 
 bash-3.2$ make
 Makefile:52: ../Adaptor/make.postamble: No such file or directory
 make: *** No rule to make target `../Adaptor/make.postamble'.  Stop.
 
 bash-3.2$ 
 bash-3.2$ make
 cd Adaptor ; make
 rm -f make.preamble make.postamble
 for file in *.c; do \
 echo ${file}: ../Adaptor/${file} | sed s/\\.c/.o/ 
 make.postamble ; \
 echo ${CC} ${CFLAGS} -c ../Adaptor/${file} 
 make.postamble ; \
 echo ${file} \\  make.preamble ; \
 done
 for file in *.c; do \
 echo ${file} \\ | sed s/\\.c/.o/  make.preamble ;
 \
 done
 cd CGI ; make
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386   -c -o WebObjects.o WebObjects.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/MoreURLCUtilities.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/Platform.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/WOURLCUtilities.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/WOURLCUtilities_3.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/appcfg.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/cfgparse.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/config.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/hostlookup.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/list.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/listing.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/loadaverage.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/loadbalancing.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/log.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/nbsocket.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/random.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/request.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/response.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/roundrobin.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/shmem.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/strdict.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/strtbl.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/transaction.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/transport.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/wastring.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/womalloc.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/xmlcparser.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/xmlctokenizer.c
 ../Adaptor/xmlctokenizer.c: In function ‘xmlcTokenizerNextToken’:
 ../Adaptor/xmlctokenizer.c:265: warning: comparison is always false
 due to limited range of data type
 ../Adaptor/xmlctokenizer.c:321: warning: comparison is always false
 due to limited range of data type
 ../Adaptor/xmlctokenizer.c: In function ‘xmlcTokenizerNextToken’:
 ../Adaptor/xmlctokenizer.c:265: warning: comparison is always false
 due to limited range of data type
 ../Adaptor/xmlctokenizer.c:321: warning: comparison is always false
 due to limited range of data type
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386 -c ../Adaptor/xmlparse.c
 gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DCGI  -arch
 x86_64  -arch i386  -o WebObjects WebObjects.o MoreURLCUtilities.o
 Platform.o WOURLCUtilities.o WOURLCUtilities_3.o appcfg.o cfgparse.o