logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Directory is not made when building 2.2.4 with VS 2005
Author
jim



Joined: 02 Feb 2007
Posts: 3

PostPosted: Fri 02 Feb '07 1:12    Post subject: Directory is not made when building 2.2.4 with VS 2005 Reply with quote

Hi Everybody,

I am trying to build 2.2.4 using visual studio 2005 installed. I am actually trying the command line first. Everything seems OK, but the installation directory is not created correctly, but i do not know why. crying for help.

Here the error msg:

nmake /f Makefile.win SERVERNAME="localhost" PORT=8090 INSTDIR="C:\Apache22" installr

................
cd ..\..
echo Y>.y
echo A>.A
mkdir "C:\Apache22"
mkdir "C:\Apache22\bin"
mkdir "C:\Apache22\bin\iconv"
mkdir "C:\Apache22\cgi-bin"
mkdir "C:\Apache22\conf"
mkdir "C:\Apache22\conf\extra"
mkdir "C:\Apache22\error"
mkdir "C:\Apache22\htdocs"
mkdir "C:\Apache22\manual"
mkdir "C:\Apache22\icons"
mkdir "C:\Apache22\include"
mkdir "C:\Apache22\lib"
mkdir "C:\Apache22\logs"
mkdir "C:\Apache22\modules"
mkdir "C:\Apache22\proxy"
mkdir "C:\Apache22\symbols"
mkdir "C:\Apache22\symbols\exe"
mkdir "C:\Apache22\symbols\dll"
mkdir "C:\Apache22\symbols\so"
copy ABOUT_APACHE "C:\Apache22\ABOUT_APACHE.txt" <.y
The system cannot find the path specified.
0 file(s) copied.
NMAKE : fatal error U1077: 'copy' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Fri 02 Feb '07 18:44    Post subject: Reply with quote

re: "the installation directory is not created correctly"

Is the directory C:\Apache22 created at all? or is it created but incorrect somehow?

If you type the nineteen mkdir commands manually are the necessary directories created?

-tom-
Back to top
jim



Joined: 02 Feb 2007
Posts: 3

PostPosted: Fri 02 Feb '07 18:53    Post subject: Reply with quote

The directory is not created at all.

For a workaround, I created another batch file which creates all the folders first, then I ran the makefile. The result seems good.

Have not tried to start the server yet, but looks like all files are copied to the correct folders.

Still do not understand why Sad



tdonovan wrote:
re: "the installation directory is not created correctly"

Is the directory C:\Apache22 created at all? or is it created but incorrect somehow?



If you type the nineteen mkdir commands manually are the necessary directories created?

-tom-
Back to top


Reply to topic   Topic: Directory is not made when building 2.2.4 with VS 2005 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads