View Single Post

  #2 (permalink)  
Old 12-04-2003
TowerOfPower
 
Posts: n/a
Default Re: Compiling Apache2 fails

> | echo Building Win32 Release targets (R suffixes)
> | Building Win32 Release targets (R suffixes)
> | cd srclib\apr
> | nmake -f apr.mak CFG="apr - Win32 Release" RECURSE=0
> |
> | Microsoft (R) Program Maintenance Utility Version 1.50
> | Copyright (c) Microsoft Corp 1988-94. All rights reserved.
> |
> | apr.mak(112) : fatal error U1088: invalid separator '::' on inference rule
> | Stop.
> | NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
> | Stop.
> | NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
> | Stop.
> `----
>
> I've tried to compile(Microsoft Visual Studio .NET 2003) Apache2, but it
> fails :-/
>
> How do I get rid of this error?




Apache2 win32 build requires several additional tools: awk, sed, flex,
bison, Perl

Also, Apache 2.0.48 has a problem with the build process, were a
config file is missing. Though it looks like your problem is before
this.

It could be an environment issue, or something else.

Check out the instructions under http://www.devside.net