You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by hunter <th...@gmail.com> on 2006/08/03 14:51:28 UTC

[users@httpd] New Windows build - Apache 2.2.3

The error(s) that I am getting are not caused by the defines.

I still get the error I indicated in my first email.

 Creating library .\Release\mod_unique_id.lib and object
.\Release\mod_unique_id.exp
     nmake -nologo -f mod_usertrack.mak   CFG="mod_usertrack -
Win32 Release" RECURSE=0
     rc.exe /l 0x409 /fo"Debug/mod_usertrack.res" /i
"../../include" /i "../../srclib/apr/include" /i "\asf
-build\build-2.2.3\build\win32" /d "_DEBUG" /d
BIN_NAME="mod_usertrack.so" /d LONG_NAME="usertrack_module for Apache"
..\..\build\win32\httpd.rc fatal error RC1109: error creating
Debug/mod_usertrack.res
NMAKE : fatal error U1077: 'rc.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2'
Stop.

Notice that it is trying to build debug during a release build.

I fixed the makefile and it continued until it got a similar error
with htpasswd.mak. I fixed this makefile and it failed in makefile.win
with this error message.

D:\build\httpd-2.2.3>(copy docs\conf\extra\httpd-vhosts.conf.in
"c:\apache\conf\extra\httpd-vhosts.conf.defaul
t"   0<.y  && awk -f script.awk "docs/conf/extra/httpd-vhosts.conf.in"
"c:\apache"   1>"c:\apache\conf\extra\h
ttpd-vhosts.conf.default" )
      1 file(s) copied.
NMAKE : fatal error U1077: 'for' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\MSVC7\Vc7\bin\nmake.exe' : return code '0x2'
Stop.

I still need help with the last error, I don't understand what the
makefile is doing - the build is complete and it is editing stuff.

Chris Lewis

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] New Windows build - Apache 2.2.3

Posted by hunter <th...@gmail.com>.
On 8/3/06, William A. Rowe, Jr. <wr...@rowe-clan.net> wrote:
> Saw this on dev@ - just hadn't had an opportunity to reply, sorry Chris...
>
> hunter wrote:
> > The error(s) that I am getting are not caused by the defines.
> >
> > I still get the error I indicated in my first email.
> >
> > Creating library .\Release\mod_unique_id.lib and object
> > .\Release\mod_unique_id.exp
> >     nmake -nologo -f mod_usertrack.mak   CFG="mod_usertrack -
> > Win32 Release" RECURSE=0
> >     rc.exe /l 0x409 /fo"Debug/mod_usertrack.res" /i
> > "../../include" /i "../../srclib/apr/include" /i "\asf
> > -build\build-2.2.3\build\win32" /d "_DEBUG"
>
> Yes - it's definately a cut-n-paste error and I'll fix those once my work
> commitments are all wrapped up for the week.  -Then- I'll patch to move
> all these flags to a custom build step rather than the default 'compile .rc'
> step, which is what VisualStudios are mauling in the case of the LONG_NAME
> variable.
>
> Bill
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Thanks Bill.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] New Windows build - Apache 2.2.3

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
Saw this on dev@ - just hadn't had an opportunity to reply, sorry Chris...

hunter wrote:
> The error(s) that I am getting are not caused by the defines.
> 
> I still get the error I indicated in my first email.
> 
> Creating library .\Release\mod_unique_id.lib and object
> .\Release\mod_unique_id.exp
>     nmake -nologo -f mod_usertrack.mak   CFG="mod_usertrack -
> Win32 Release" RECURSE=0
>     rc.exe /l 0x409 /fo"Debug/mod_usertrack.res" /i
> "../../include" /i "../../srclib/apr/include" /i "\asf
> -build\build-2.2.3\build\win32" /d "_DEBUG"

Yes - it's definately a cut-n-paste error and I'll fix those once my work
commitments are all wrapped up for the week.  -Then- I'll patch to move
all these flags to a custom build step rather than the default 'compile .rc'
step, which is what VisualStudios are mauling in the case of the LONG_NAME
variable.

Bill

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org