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: VC11 not found .pdb file ?
Author
baselsayeh2



Joined: 01 May 2013
Posts: 23

PostPosted: Sat 08 Jun '13 14:54    Post subject: VC11 not found .pdb file ? Reply with quote

Code:

        "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -
nologo -f Makefile.win SHORT=R LONG=Release  _copybin src_exe=pdb src_dll=pdb sr
c_so=pdb             inst_exe="\Apache2x\bin"                               inst
_dll="\Apache2x\bin"                               inst_so="\Apache2x\modules"
        copy Release\httpd.pdb                          "\Apache2x\bin" <.y
        1 file(s) copied.
        copy Release\libhttpd.pdb                       "\Apache2x\bin" <.y
        1 file(s) copied.
        copy srclib\apr\Release\libapr-1.pdb            "\Apache2x\bin" <.y
The system cannot find the file specified.
NMAKE : fatal error U1077: 'copy' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

c:\apache-trunk\trunk>

any help?
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Sat 08 Jun '13 15:14    Post subject: Reply with quote

Admin note:
Changed the subject. Dear baselsayeh2, your subject is not good, lots does not know what it is about. Also your post misses some detail info, like which Apache and which VC. Quit busy here with you, lots of post are not conform the forum rules. Last warning.



The APR libraries have projects named libapr but produce output named libapr-1. The problem with this is in VC11 TargetName defaults to the project name and not the basename of the output.
Back to top
baselsayeh2



Joined: 01 May 2013
Posts: 23

PostPosted: Sat 08 Jun '13 15:50    Post subject: Reply with quote

im sorry, i dnt see the forum rules

trunk apache
windows 7 x64
and vs 2012

Admin note:
The registration mail you have got contains:
When you going to post, the forum rules are at http://www.apachelounge.com/viewtopic.php?t=106
Back to top
baselsayeh2



Joined: 01 May 2013
Posts: 23

PostPosted: Mon 10 Jun '13 10:34    Post subject: Reply with quote

any help?

Admin note:
Please do not bump.
Back to top
glsmith
Moderator


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

PostPosted: Mon 10 Jun '13 11:01    Post subject: Reply with quote

It looks to me like the answer is in Admin's post of Sat 08 Jun '13 6:14 under the blue stuff.
Back to top


Reply to topic   Topic: VC11 not found .pdb file ? View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads