Advertisement
BigRob154

WebObjects Adaptor Compile Error

Jun 12th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.55 KB | None | 0 0
  1. Server:Downloads user$ cd wonder-WOAdaptor-CompileFix/Utilities/Adaptors/
  2. Server:Adaptors user$ make
  3. cd Adaptor ; /Applications/Xcode.app/Contents/Developer/usr/bin/make
  4. rm -f make.preamble make.postamble
  5. for file in *.c; do \
  6.         echo "${file}: ../Adaptor/${file}" | sed s/\\.c/.o/ >> make.postamble ; \
  7.         echo "  $""{CC} $""{CFLAGS} -c ../Adaptor/${file}" >> make.postamble ; \
  8.         echo "      ${file} \\" >> make.preamble ; \
  9.     done
  10. for file in *.c; do \
  11.         echo "      ${file} \\" | sed s/\\.c/.o/ >> make.preamble ; \
  12.     done
  13. cd Apache ; /Applications/Xcode.app/Contents/Developer/usr/bin/make
  14. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/MoreURLCUtilities.c
  15. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/Platform.c
  16. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/WOURLCUtilities.c
  17. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/WOURLCUtilities_3.c
  18. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/appcfg.c
  19. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/cfgparse.c
  20. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/config.c
  21. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/hostlookup.c
  22. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/list.c
  23. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/listing.c
  24. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/loadaverage.c
  25. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/loadbalancing.c
  26. gcc -O2 -I../Adaptor  -DSINGLE_THREADED_ADAPTOR -DMACOS -DFORKING_WEBSERVER -DAPACHE -DAPACHE_SECURITY_ENABLED -Wall  -arch x86_64  -arch i386 -I/usr/include/httpd -I/usr/local/include/openssl -c ../Adaptor/log.c
  27. ../Adaptor/log.c:69:10: fatal error: 'httpd.h' file not found
  28. #include <httpd.h>
  29.          ^
  30. 1 error generated.
  31. make[1]: *** [log.o] Error 1
  32. make: *** [Apache] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement