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/02/04 21:21:35 UTC

Build broke

From: http://www.geocities.com/Athens/4556/absum.txt

Summary of build of: apache_19980204080025.tar.gz
...
----------------------------------- logs/intelnt.log -------------------------------
LOG Build: apache-1.3 intelnt ntl nt active 500 Wed Feb 4 04:21:33 EST 1998
if not exist ".\Release/" mkdir ".\Release"
NMAKE : fatal error U1073: don't know how to make '".\regex.h"'
Stop.
NMAKE : fatal error U1077: 'C:\tools\DevStudio5\VC\BIN\NMAKE.EXE' : return code '0x2'
Stop.
The system cannot find the file specified.

...

----------------------------------- logs/sparcsol.log -------------------------------
LOG Build: apache-1.3 sparcsol ontario unix active 1200 Wed Feb 4 04:12:37 EST 1998
LOG: uname -a:Log: working in /home/bhyde/junk/scratch/4024 aka: /tmp_mnt/home/bhyde/junk/scratch/4024
 + configured for Solaris 250 platform
gcc -c  -I../../os/unix -I../../include   -DSOLARIS2=250 -DSTATUS '-DHTTPD_ROOT="/tmp/httpd"'  mod_so.c
mod_so.c: In function `load_module':
mod_so.c:119: `RTLD_NOW' undeclared (first use this function)
mod_so.c:119: (Each undeclared identifier is reported only once
mod_so.c:119: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `mod_so.o'
Current working directory /home/bhyde/junk/scratch/4024/apache-1.3/src/modules/standard
make: Fatal error: Command failed for target `all'
Current working directory /home/bhyde/junk/scratch/4024/apache-1.3/src/modules
make: Fatal error: Command failed for target `subdirs'
*** Error code 1
*** Error code 1
httpd not found

   - ben h.

Re: Build broke

Posted by Paul Sutton <pa...@awe.com>.
On Wed, 4 Feb 1998, Ben Hyde wrote:
> From: http://www.geocities.com/Athens/4556/absum.txt
> 
> Summary of build of: apache_19980204080025.tar.gz
> ...
> ----------------------------------- logs/intelnt.log -------------------------------
> LOG Build: apache-1.3 intelnt ntl nt active 500 Wed Feb 4 04:21:33 EST 1998
> if not exist ".\Release/" mkdir ".\Release"
> NMAKE : fatal error U1073: don't know how to make '".\regex.h"'
> Stop.
> NMAKE : fatal error U1077: 'C:\tools\DevStudio5\VC\BIN\NMAKE.EXE' : return code '0x2'
> Stop.
> The system cannot find the file specified.

Yep, this was the regex.h -> hsregex.h renaming, plus the use of a single
include directory. This should now be fixed for the Win32 build. 

//pcs