You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Hyde <bh...@gensym.com> on 1998/03/15 13:31:05 UTC

[BUILD] make standard/mod_mime.h, awk syntax error

Widespead:
 gcc -c  -I../../os/unix -I../../include   -DSUNOS4 -DUSEBCOPY -DSTATUS -DUSE_HSREGEX -DHIDE '-DHTTPD_ROOT="/tmp/httpd"'  proxy_connect.c
  Make:  Don't know how to make ../standard/mod_mime.h*** Error code 1
n

New yesterday on sun4:
  Creating Makefile
   + configured for SunOS 4 platform
   + adding selected modules
      o status_module uses ConfigStart/End:
      o rewrite_module uses ConfigStart/End:
        enabling DBM support for mod_rewrite
  awk: syntax error near line 8
   + doing sanity check on compiler and options
  awk: illegal statement near line 8
  Creating Makefile in support
  
  

Re: [BUILD] make standard/mod_mime.h, awk syntax error

Posted by Marc Slemko <ma...@worldgate.com>.
On Sun, 15 Mar 1998, Ben Hyde wrote:

> 
> Widespead:
>  gcc -c  -I../../os/unix -I../../include   -DSUNOS4 -DUSEBCOPY -DSTATUS -DUSE_HSREGEX -DHIDE '-DHTTPD_ROOT="/tmp/httpd"'  proxy_connect.c
>   Make:  Don't know how to make ../standard/mod_mime.h*** Error code 1
> n

Fixed.  People will have to rerun Configure.

Note there is still:

./ApacheCore.dsp:SOURCE=.\modules\standard\mod_mime.h
./ApacheCore.mak:       ".\modules\standard\mod_mime.h"\
./os/win32/installer/apache.iwz:Group19File28=C:\Apache\src\modules\standard\mod_mime.h


> 
> New yesterday on sun4:
>   Creating Makefile
>    + configured for SunOS 4 platform
>    + adding selected modules
>       o status_module uses ConfigStart/End:
>       o rewrite_module uses ConfigStart/End:
>         enabling DBM support for mod_rewrite
>   awk: syntax error near line 8
>    + doing sanity check on compiler and options
>   awk: illegal statement near line 8
>   Creating Makefile in support

Fixed by Rasmus' suggestion.