You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@opengroup.org> on 1997/09/16 16:20:36 UTC

-I./os/unix

Unless I add -I./os/unix to EXTRA_CFLAGS, I get:

./Configure && make
Using config file: Configuration
Creating Makefile
 + configured for HP-UX 10 platform
 + setting C compiler to gcc
 + Adding selected modules
 + doing sanity check on compiler and options
Creating Makefile in support
Creating Makefile in main
Creating Makefile in os/unix
Creating Makefile in modules/standard
        gcc -c -I/opt/dev/apache_1.3b1-dev/apachen/src/main   -DHPUX10
  modules
.c
In file included from
/opt/dev/apache_1.3b1-dev/apachen/src/main/httpd.h:59,
                 from modules.c:5:
/opt/dev/apache_1.3b1-dev/apachen/src/main/conf.h:62: os.h: No such
file or dire
ctory
*** Error exit code 1

Stop.                                    

It has been this way for the past few days, and still today with a
fresh 'cvs co apachen'.  Is it just me again?

-Doug

Re: -I./os/unix

Posted by Dean Gaudet <dg...@arctic.org>.
It works fine for me ... it currently copies os.h into place, and Paul
submitted a patch to symlink it into place (which I've +1d and maybe Ben
has too).

Dean

On Tue, 16 Sep 1997, Doug MacEachern wrote:

> Unless I add -I./os/unix to EXTRA_CFLAGS, I get:
> 
> ./Configure && make
> Using config file: Configuration
> Creating Makefile
>  + configured for HP-UX 10 platform
>  + setting C compiler to gcc
>  + Adding selected modules
>  + doing sanity check on compiler and options
> Creating Makefile in support
> Creating Makefile in main
> Creating Makefile in os/unix
> Creating Makefile in modules/standard
>         gcc -c -I/opt/dev/apache_1.3b1-dev/apachen/src/main   -DHPUX10
>   modules
> .c
> In file included from
> /opt/dev/apache_1.3b1-dev/apachen/src/main/httpd.h:59,
>                  from modules.c:5:
> /opt/dev/apache_1.3b1-dev/apachen/src/main/conf.h:62: os.h: No such
> file or dire
> ctory
> *** Error exit code 1
> 
> Stop.                                    
> 
> It has been this way for the past few days, and still today with a
> fresh 'cvs co apachen'.  Is it just me again?
> 
> -Doug
>