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: apache httpd2.2.21 compile errors in visual studio 2008
Author
sekhar484



Joined: 09 Nov 2011
Posts: 20

PostPosted: Mon 14 Nov '11 6:48    Post subject: apache httpd2.2.21 compile errors in visual studio 2008 Reply with quote

Why this errors are coming after following all steps from apache website.

94>NMAKE : fatal error U1077: 'copy' : return code '0x1'
94>Stop.
94>NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe"' : return code '0x2'
94>Stop.
94>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
94>Build log was saved at "file://C:\Documents and Settings\shekar.cheedella\Desktop\httpd-2.2.21\Debug\BuildLog.htm"
94>InstallBin - 3 error(s), 0 warning(s)
========== Build: 15 succeeded, 79 failed, 0 up-to-date, 0 skipped ==========
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 15 Nov '11 21:10    Post subject: Reply with quote

Well, this doesn't tell me enough. This just says something above this point failed.

This does however give me a clue:
94>Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"

Is this Visual Studio 2008 Express?
Back to top
sekhar484



Joined: 09 Nov 2011
Posts: 20

PostPosted: Wed 16 Nov '11 6:10    Post subject: Reply with quote

hi glsmith..
i am using visual studio 2008 professional..
can u tell me why this errors are coming.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Wed 16 Nov '11 7:59    Post subject: Reply with quote

Not without seeing more of the log, but do not post it here. Post it at http://pastebin.com/ and remember to post the URL to it here.

I'll be away most of tomorrow but someone else may be able to see the problem
Back to top
meet2sanjay



Joined: 30 Dec 2011
Posts: 35
Location: GURGAON, INDIA

PostPosted: Wed 15 Feb '12 18:34    Post subject: Reply with quote

Hello Sekhar,

I just compiled same version of apache with openssl 1.0 in Visual Studio 2008.

Could you please at what time you are facing problem?

Which version of pcre you are using..?

Reply me. Then i will tell you the solution.


Sanjay Kumar
Back to top
sekhar484



Joined: 09 Nov 2011
Posts: 20

PostPosted: Mon 26 Mar '12 10:04    Post subject: Reply with quote

hi sanjay...
I am getting the folling errors in vs 2008 while compiling apache httpd-2.2.21 with build-bin as active project..

>------ Build started: Project: libapriconv_ccs_modules, Configuration: Debug Win32 ------
17>Performing Makefile project actions
11>Compiling resources...
11>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
11>Copyright (C) Microsoft Corporation. All rights reserved.
11>fatal error RC1107: invalid usage; use RC /? for Help
11>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.1\bin\rc.exe'.
17>ccsiconv.c
11>Build log was saved at "file://D:\AppShieldPreRequisite\ApacheSourceCode\httpd-2.2.21\Debug\BuildLog.htm"
11>libhttpd - 1 error(s), 0 warning(s)
18>------ Build started: Project: mod_dbd, Configuration: Debug Win32 ------
18>Compiling...
17>adobe-stdenc.c
18>mod_dbd.c
17> Creating library ..\Debug\iconv\adobe-stdenc.lib and object ..\Debug\iconv\adobe-stdenc.exp
18>Compiling resources...
18>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
18>Copyright (C) Microsoft Corporation. All rights reserved.
18>fatal error RC1107: invalid usage; use RC /? for Help
18>Project : error PRJ0002 : Error result 1 returned from 'C:\Program Files\Microsoft SDKs\Windows\v6.1\bin\rc.exe'.
18>Build log was saved at "file://D:\AppShieldPreRequisite\ApacheSourceCode\httpd-2.2.21\modules\database\Debug\BuildLog.htm"
18>mod_dbd - 1 error(s), 0 warning(s)
17>adobe-symbol.c
and so on.....
can u help for compiling..
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 26 Mar '12 12:07    Post subject: Reply with quote

11>fatal error RC1107: invalid usage; use RC /? for Help

You will usually get these if you do not run cvtdsp on the dsp files before you import and convert them in VC9

you will need to delete your current sln and all vcproj files. from the directory the .dsw and .sln files are

del /s /q *.sln *.vcproj*

then

perl srclib/apr/build/cvtdsp.pl -2005

Open Apache.dsw file, say Yes To All to convert, should be fine now.
Back to top


Reply to topic   Topic: apache httpd2.2.21 compile errors in visual studio 2008 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads