Closed
Bug 310336
Opened 20 years ago
Closed 20 years ago
Building NSS on Windows 2003 Server fails
Categories
(NSS :: Build, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11
People
(Reporter: Sandeep.Konchady, Assigned: wtc)
Details
Attachments
(1 file)
|
2.68 KB,
patch
|
Sandeep.Konchady
:
review+
|
Details | Diff | Splinter Review |
When building NSS on Windows 2003 Server, it complains about missing
coreconf/WINNT5.2.mk. This is because Windows 2003 Server belongs to WINNT5.2
family.
C:\tip\mozilla\security\nss>gmake clean all
../coreconf/config.mk:71: ../coreconf/WINNT5.2.mk: No such file or directory
../coreconf/config.mk:171: no file name for `-include'
gmake: *** No rule to make target `../coreconf/WINNT5.2.mk'. Stop.
| Assignee | ||
Comment 1•20 years ago
|
||
You can just copy WINNT5.1.mk to WINNT5.2.mk and
edit the comment to say "Config stuff for WINNT 5.2 (Windows Server 2003)".
Let me know if that works.
| Assignee | ||
Comment 2•20 years ago
|
||
A copy of WINNT5.1.mk, with the comment changed to
say "Config stuff for WINNT 5.2 (Windows Server 2003)".
Attachment #197762 -
Flags: review?(Sandeep.Konchady)
| Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 197762 [details] [diff] [review]
Add new file mozilla/security/coreconf/WINNT5.2.mk
Looks good. I have tested this on Windows 2003 Server and it works fine.
Attachment #197762 -
Flags: review?(Sandeep.Konchady) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
New file added on the NSS trunk (for NSS 3.11).
RCS file: /cvsroot/mozilla/security/coreconf/WINNT5.2.mk,v
done
Checking in WINNT5.2.mk;
/cvsroot/mozilla/security/coreconf/WINNT5.2.mk,v <-- WINNT5.2.mk
initial revision: 1.1
done
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.11
Version: 3.11 → 3.10
You need to log in
before you can comment on or make changes to this bug.
Description
•