Author |
|
baselsayeh2
Joined: 01 May 2013 Posts: 23
|
Posted: Sat 08 Jun '13 14:54 Post subject: VC11 not found .pdb file ? |
|
|
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: 692
|
Posted: Sat 08 Jun '13 15:14 Post subject: |
|
|
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
|
Posted: Sat 08 Jun '13 15:50 Post subject: |
|
|
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
|
Posted: Mon 10 Jun '13 10:34 Post subject: |
|
|
any help?
Admin note:
Please do not bump. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Mon 10 Jun '13 11:01 Post subject: |
|
|
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 |
|