To me your error seems to stem from a pre and post build steps and does not seem to have any bearing on build. Please check if your file is built in the Temporary Files section and not copied as suggested by ur Build log... And are you sure this is a complete build log?
-----Original Message----- From: Manish Chakravarty [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 4:25 PM To: [email protected] Subject: Re: Compiling apache 1.3 with Visual Studio 2005: problems On 11/30/06, Atul Kulkarni (SIGSEC) <[EMAIL PROTECTED]> wrote: > I built it with VS 2005 not a single issue... It compiles in 4-5 mins... > Why should u have a problem, and well not log came with this mail... > So I suggest just paste it in the mail... I think attachments are not allowed.. here is the build log: Build Log Build started: Project: InstallBin, Configuration: Release|Win32 Command Lines Creating temporary file "C:\DOCUME~1\MANISH~1\LOCALS~1\Temp\BAT0000C618642168.bat" with contents [ @echo off NMAKE /f makefile.win INSTDIR="\Apache" SHORT=R LONG=Release _install if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" exit 1 :VCEnd ] Creating command line "C:\DOCUME~1\MANISH~1\LOCALS~1\Temp\BAT0000C618642168.bat" Output Window Performing Makefile project actions Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. mkdir "\Apache" A subdirectory or file \Apache already exists. mkdir "\Apache\bin" A subdirectory or file \Apache\bin already exists. mkdir "\Apache\cgi-bin" A subdirectory or file \Apache\cgi-bin already exists. mkdir "\Apache\conf" A subdirectory or file \Apache\conf already exists. mkdir "\Apache\htdocs" A subdirectory or file \Apache\htdocs already exists. mkdir "\Apache\icons" A subdirectory or file \Apache\icons already exists. mkdir "\Apache\include" A subdirectory or file \Apache\include already exists. mkdir "\Apache\include\regex" A subdirectory or file \Apache\include\regex already exists. mkdir "\Apache\include\sdbm" A subdirectory or file \Apache\include\sdbm already exists. mkdir "\Apache\include\xml" A subdirectory or file \Apache\include\xml already exists. mkdir "\Apache\lib" A subdirectory or file \Apache\lib already exists. mkdir "\Apache\libexec" A subdirectory or file \Apache\libexec already exists. mkdir "\Apache\logs" A subdirectory or file \Apache\logs already exists. mkdir "\Apache\modules" A subdirectory or file \Apache\modules already exists. mkdir "\Apache\proxy" A subdirectory or file \Apache\proxy already exists. copy ..\ABOUT_APACHE "\Apache\ABOUT_APACHE.TXT" 1 file(s) copied. copy ..\LICENSE "\Apache\LICENSE.TXT" 1 file(s) copied. copy ..\NOTICE "\Apache\NOTICE.TXT" 1 file(s) copied. copy ..\README-WIN.TXT "\Apache" 1 file(s) copied. copy ..\WARNING-WIN.TXT "\Apache" 1 file(s) copied. copy Release\Apache.exe "\Apache" The system cannot find the file specified. NMAKE : fatal error U1077: 'copy' : return code '0x1' Stop. Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions" Results Build log was saved at "file://e:\Projects\apache_1.3.37\src\Release\BuildLog.htm" InstallBin - 2 error(s), 0 warning(s) > -----Original Message----- > From: Manish Chakravarty [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 30, 2006 3:42 PM > To: [email protected] > Subject: Re: Compiling apache 1.3 with Visual Studio 2005: problems > > > What is the error you get? > > I have attached the build log with this email. If possible, please do > have a look > > > Remember people will always appreciate if you provide more info in > order to solve your problem. > > I mean to ask if apache could not be built with Visual Studio 2005, as > in , if it was a known fact. > > > > > > ----- Original Message ---- > > From: Manish Chakravarty <[EMAIL PROTECTED]> > > To: [email protected] > > Sent: Thursday, November 30, 2006 3:24:59 PM > > Subject: Compiling apache 1.3 with Visual Studio 2005: problems > > > > > > Hello everyone, > > > > I downloaded the apache 1.3.37 sources from the website. > > I converted the .dsp and .dsw to Visual Studio 2007 format (with the > > given tools) > > > > I am unable to compile apache with Visual Studio 2005. > > The same code, however, compiles with Visual Studio 2003. > > > > Why does the Apache source code not compile with Visual Studio 2005? > > Are there any workarounds? > > > > > > > > > > -- > > Warm Regards, > > Manish Chakravarty > > ---- > > Consultant Software Developer > > PH: +919886702500 > > http://manishchaks.net > > --- > > > > > > > > ____________________________________________________________________ > > __ > > ______________ > > Want to start your own business? > > Learn how on Yahoo! Small Business. > > http://smallbusiness.yahoo.com/r-index > > > > > -- > Warm Regards, > Manish Chakravarty > ---- > Consultant Software Developer > PH: +919886702500 > http://manishchaks.net > --- > -- Warm Regards, Manish Chakravarty ---- Consultant Software Developer PH: +919886702500 http://manishchaks.net ---
